Skip to content

Commit

Permalink
Merge pull request #4368 from alxjsn/master
Browse files Browse the repository at this point in the history
Address #3872 with changes in pipewire for Firefox and Chromium
  • Loading branch information
rusty-snake authored Jun 25, 2021
2 parents 2e29cf7 + e943e2f commit a904288
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion etc/profile-a-l/chromium-common.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion etc/profile-a-l/firefox.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
3 changes: 2 additions & 1 deletion etc/profile-a-l/librewolf.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a904288

Please sign in to comment.