diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-29 12:10:45 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-29 12:10:45 -0700 |
commit | a3352754f66ec648ac5cd16a8467de75ef3b5695 (patch) | |
tree | 61fb4580eaa4c8acdef1dd78767efb75acd61d44 /profiles | |
parent | Fix vlc for lirc (diff) | |
download | firejail-profiles-a3352754f66ec648ac5cd16a8467de75ef3b5695.tar.xz |
Fix qtox not appearing in thr systray
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/qtox.local | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/qtox.local b/profiles/qtox.local index 8c49e0a..8186bdf 100644 --- a/profiles/qtox.local +++ b/profiles/qtox.local @@ -16,6 +16,10 @@ ignore memory-deny-write-execute private-bin qtox,dbus-launch private-etc asound.conf,fonts,group,ld.so.cache,localtime,machine-id,passwd,pulse,resolv.conf +# nodbus breaks qtox appearing in the systray +ignore dbus-user none +ignore dbus-system none + # # Use with hardened-malloc package # This breaks qtox on polaris10 amdgpu for some reason env LD_PRELOAD=/usr/lib/libhardened_malloc.so |