From 284b1fa97b9cce66bf3f01ce1d3a440eebfcf6ee Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 16 Oct 2021 00:17:00 +0200 Subject: [PATCH] skel: session: don't autostart keepassxc by default - when keepassxc starts before xfce4-panel notification area, the window will start minimized but the notification icon will be missing - a workaround is to restart keepassxc - bad UX, just disable keepassxc autostart - use monochrome notification icon --- .../autostart/org.keepassxc.KeePassXC.desktop | 17 +---------------- .../etc/skel/.config/keepassxc/keepassxc.ini | 1 + 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/config/includes.chroot/etc/skel/.config/autostart/org.keepassxc.KeePassXC.desktop b/config/includes.chroot/etc/skel/.config/autostart/org.keepassxc.KeePassXC.desktop index 8a01698..4bdee22 100644 --- a/config/includes.chroot/etc/skel/.config/autostart/org.keepassxc.KeePassXC.desktop +++ b/config/includes.chroot/etc/skel/.config/autostart/org.keepassxc.KeePassXC.desktop @@ -1,17 +1,2 @@ [Desktop Entry] -Name=KeePassXC -GenericName=Password Manager -GenericName[de]=Passwortverwaltung -GenericName[es]=Gestor de contraseñas -GenericName[fr]=Gestionnaire de mot de passe -GenericName[ru]=менеджер паролей -Comment=Community-driven port of the Windows application “KeePass Password Safe” -Exec=keepassxc %f -TryExec=keepassxc -Icon=keepassxc -StartupWMClass=keepassxc -Terminal=false -Type=Application -Version=1.0 -Categories=Utility;Security;Qt; -MimeType=application/x-keepass2; +Hidden=True diff --git a/config/includes.chroot/etc/skel/.config/keepassxc/keepassxc.ini b/config/includes.chroot/etc/skel/.config/keepassxc/keepassxc.ini index 29bc4be..d1ede4a 100644 --- a/config/includes.chroot/etc/skel/.config/keepassxc/keepassxc.ini +++ b/config/includes.chroot/etc/skel/.config/keepassxc/keepassxc.ini @@ -15,3 +15,4 @@ MinimizeOnClose=true MinimizeOnStartup=true MinimizeToTray=true ShowTrayIcon=true +TrayIconAppearance=monochrome-light \ No newline at end of file