me
/
guix
Archived
1
0
Fork 0

gnu: ungoogled-chromium-wayland: Use PipeWire by default.

* gnu/packages/chromium.scm (ungoogled-chromium/wayland)[arguments]<#:builder>:
Add --enable-features=WebRTCPipeWireCapture to wrapping executable.
master
Andrew Tropin 2022-11-17 08:17:21 +04:00
parent abf214cda0
commit d69b90e9aa
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 2 additions and 1 deletions

View File

@ -1028,7 +1028,8 @@ testing.")
(call-with-output-file exe
(lambda (port)
(format port "#!~a
exec ~a --enable-features=UseOzonePlatform --ozone-platform=wayland $@"
exec ~a --enable-features=UseOzonePlatform --ozone-platform=wayland \
--enable-features=WebRTCPipeWireCapturer $@"
(string-append bash "/bin/bash")
(string-append chromium "/bin/chromium"))))
(chmod exe #o555)