summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-19 09:10:14 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-19 09:10:14 -0700
commit8b2c6b687630b00e46e676f8503dd4d29a1aa7f6 (patch)
treebe6bdce94e8a2b92ffe6e78bd3d6d68ec7998daf /profiles
parentUpdated PKGBUILD for release. (diff)
downloadfirejail-profiles-8b2c6b687630b00e46e676f8503dd4d29a1aa7f6.tar.xz
Fix task tray icons for qtox and keepassxc.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/keepassxc.local3
-rw-r--r--profiles/qtox.local3
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