summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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