From 7bc7887aae0015570f4f77f5686bd1187b1cb84e Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 5 Sep 2022 17:14:57 +0000 Subject: De-complicate D-Bus naming schemes Inspired by https://github.com/netblue30/firejail/pull/5352/files/c04ceb49c7001bb931a35667c831545cd64aeece#r963032151. --- etc/profile-m-z/zeal.profile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/etc/profile-m-z/zeal.profile b/etc/profile-m-z/zeal.profile index 62af9c6a8..84f6d52dd 100644 --- a/etc/profile-m-z/zeal.profile +++ b/etc/profile-m-z/zeal.profile @@ -19,7 +19,7 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc -# Allow zeal to open links in Firefox. +# Allow zeal to open links in Firefox browsers. # This also requires dbus-user filtering (see below). noblacklist ${HOME}/.mozilla whitelist ${HOME}/.mozilla/firefox/profiles.ini @@ -64,8 +64,7 @@ private-etc alternatives,ca-certificates,crypto-policies,fonts,host.conf,hostnam private-tmp dbus-user filter -dbus-user.talk org.mozilla.Firefox.* -dbus-user.talk org.mozilla.firefox.* +dbus-user.talk org.mozilla.* ?ALLOW_TRAY: dbus-user.talk org.kde.StatusNotifierWatcher dbus-system none -- cgit v1.2.3-54-g00ecf