From f2ba0b4a228fa929750781995fc0bf4daba3b43e Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sun, 2 Oct 2022 06:01:09 +0000 Subject: Fix D-Bus mpris support --- etc/profile-m-z/qutebrowser.profile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/qutebrowser.profile b/etc/profile-m-z/qutebrowser.profile index d41235b08..5b254c58b 100644 --- a/etc/profile-m-z/qutebrowser.profile +++ b/etc/profile-m-z/qutebrowser.profile @@ -47,10 +47,9 @@ private-dev private-etc alternatives,ca-certificates,crypto-policies,fonts,ld.so.cache,ld.so.preload,localtime,machine-id,pki,pulse,resolv.conf,ssl private-tmp -# to-do: mpris support https://github.com/netblue30/firejail/pull/5389#issuecomment-1264556158 -#dbus-user filter -#dbus-user.talk org.freedesktop.Notifications -#dbus-user.talk org.mpris.MediaPlayer2.* +dbus-user filter +dbus-user.own org.mpris.MediaPlayer2.qutebrowser.* +dbus-user.talk org.freedesktop.Notifications # Add the next line to your qutebrowser.local to allow screen sharing under wayland. #dbus-user.talk org.freedesktop.portal.Desktop # Add the next line to your qutebrowser.local if screen sharing sharing still does not work -- cgit v1.2.3-54-g00ecf