From 8b2c6b687630b00e46e676f8503dd4d29a1aa7f6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 19 Mar 2023 09:10:14 -0700 Subject: Fix task tray icons for qtox and keepassxc. --- profiles/keepassxc.local | 3 +++ profiles/qtox.local | 3 +++ 2 files changed, 6 insertions(+) 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 -- cgit v1.2.1