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
This commit is contained in:
@@ -1,17 +1,2 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=KeePassXC
|
Hidden=True
|
||||||
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;
|
|
||||||
|
|||||||
@@ -15,3 +15,4 @@ MinimizeOnClose=true
|
|||||||
MinimizeOnStartup=true
|
MinimizeOnStartup=true
|
||||||
MinimizeToTray=true
|
MinimizeToTray=true
|
||||||
ShowTrayIcon=true
|
ShowTrayIcon=true
|
||||||
|
TrayIconAppearance=monochrome-light
|
||||||
Reference in New Issue
Block a user