diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-19 09:10:14 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-19 09:10:14 -0700 |
commit | 8b2c6b687630b00e46e676f8503dd4d29a1aa7f6 (patch) | |
tree | be6bdce94e8a2b92ffe6e78bd3d6d68ec7998daf | |
parent | Updated PKGBUILD for release. (diff) | |
download | firejail-profiles-8b2c6b687630b00e46e676f8503dd4d29a1aa7f6.tar.xz |
Fix task tray icons for qtox and keepassxc.
-rw-r--r-- | profiles/keepassxc.local | 3 | ||||
-rw-r--r-- | profiles/qtox.local | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/keepassxc.local b/profiles/keepassxc.local index 6e9dbae..4bbe67a 100644 --- a/profiles/keepassxc.local +++ b/profiles/keepassxc.local @@ -30,6 +30,9 @@ disable-mnt private-bin keepassxc,dbus-launch,keepassxc-cli,keepassxc-proxy private-etc fonts,ld.so.cache,localtime,machine-id,passwd +# private-tmp breaks qtox appearing in the systray +ignore private-tmp + # # dbus-user/system breaks systray support ignore dbus-user none ignore dbus-system none diff --git a/profiles/qtox.local b/profiles/qtox.local index 70c0e66..5df7913 100644 --- a/profiles/qtox.local +++ b/profiles/qtox.local @@ -18,6 +18,9 @@ ignore memory-deny-write-execute ignore private-bin private-etc asound.conf,fonts,group,ld.so.cache,localtime,machine-id,passwd,pulse,resolv.conf +# private-tmp breaks qtox appearing in the systray +ignore private-tmp + # nodbus breaks qtox appearing in the systray ignore dbus-user none ignore dbus-system none |