From 04d15e3e069b75bc8c68a40b3e8f8bcc444ac950 Mon Sep 17 00:00:00 2001 From: Alex Leahu Date: Tue, 22 Jun 2021 11:39:04 -0500 Subject: Address #3872 with changes in pipewire for Firefox and Chromium --- etc/profile-a-l/chromium-common.profile | 3 ++- etc/profile-a-l/firefox.profile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/profile-a-l/chromium-common.profile b/etc/profile-a-l/chromium-common.profile index f7493aa82..b0e0254d4 100644 --- a/etc/profile-a-l/chromium-common.profile +++ b/etc/profile-a-l/chromium-common.profile @@ -37,8 +37,9 @@ include whitelist-var-common.inc # Add the next line to your chromium-common.local if your kernel allows unprivileged userns clone. #include chromium-common-hardened.inc.profile -# Add the next line to your chromium-common.local to allow screen sharing under wayland. +# Add the next two lines to your chromium-common.local to allow screen sharing under wayland. #whitelist ${RUNUSER}/pipewire-0 +#whitelist /usr/share/pipewire/client.conf apparmor caps.keep sys_admin,sys_chroot diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile index 7874c882f..3ad67734d 100644 --- a/etc/profile-a-l/firefox.profile +++ b/etc/profile-a-l/firefox.profile @@ -56,8 +56,9 @@ dbus-user.own org.mpris.MediaPlayer2.firefox.* #dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration #dbus-user.talk org.kde.JobViewServer #dbus-user.talk org.kde.kuiserver -# Add the next two lines to your firefox.local to allow screen sharing under wayland. +# Add the next three lines to your firefox.local to allow screen sharing under wayland. #whitelist ${RUNUSER}/pipewire-0 +#whitelist /usr/share/pipewire/client.conf #dbus-user.talk org.freedesktop.portal.* # Add the next line to your firefox.local if screen sharing sharing still does not work # with the above lines (might depend on the portal implementation). -- cgit v1.2.3-70-g09d2 From e943e2f295f5b9c371bd099cf5b653e1c0bca49c Mon Sep 17 00:00:00 2001 From: Alex Leahu Date: Tue, 22 Jun 2021 11:59:46 -0500 Subject: Address #3872 with changes for Librewolf --- etc/profile-a-l/librewolf.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/profile-a-l/librewolf.profile b/etc/profile-a-l/librewolf.profile index 8e3e58f19..da047357a 100644 --- a/etc/profile-a-l/librewolf.profile +++ b/etc/profile-a-l/librewolf.profile @@ -44,8 +44,9 @@ dbus-user filter #dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration #dbus-user.talk org.kde.JobViewServer #dbus-user.talk org.kde.kuiserver -# Add the next lines to your librewolf.local to allow screensharing under Wayland. +# Add the next three lines to your librewolf.local to allow screensharing under Wayland. #whitelist ${RUNUSER}/pipewire-0 +#whitelist /usr/share/pipewire/client.conf #dbus-user.talk org.freedesktop.portal.* # Also add the next line to your librewolf.local if screensharing does not work with # the above lines (depends on the portal implementation). -- cgit v1.2.3-70-g09d2