guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ungoogled-chromium-wayland: Use PipeWire by


From: guix-commits
Subject: branch master updated: gnu: ungoogled-chromium-wayland: Use PipeWire by default.
Date: Thu, 17 Nov 2022 00:05:41 -0500

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d69b90e9aa gnu: ungoogled-chromium-wayland: Use PipeWire by default.
d69b90e9aa is described below

commit d69b90e9aae215a4cccdd1c133de0238e0847ad6
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Thu Nov 17 08:17:21 2022 +0400

    gnu: ungoogled-chromium-wayland: Use PipeWire by default.
    
    * gnu/packages/chromium.scm 
(ungoogled-chromium/wayland)[arguments]<#:builder>:
    Add --enable-features=WebRTCPipeWireCapture to wrapping executable.
---
 gnu/packages/chromium.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 8bfda2ebc5..4556768dc7 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]