fix keepassxc autostart
This commit is contained in:
parent
6b26ad1eb2
commit
3391f67080
7 changed files with 6 additions and 22 deletions
roles/keepassxc/files
|
@ -7,6 +7,7 @@ Enabled=true
|
|||
|
||||
[FdoSecrets]
|
||||
Enabled=true
|
||||
-NoConfirmDeleteItem=true
|
||||
|
||||
[GUI]
|
||||
MinimizeOnClose=true
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=KeePassXC
|
||||
GenericName=Password Manager
|
||||
Exec=/usr/bin/keepassxc
|
||||
TryExec=/usr/bin/keepassxc
|
||||
Icon=keepassxc
|
||||
StartupWMClass=keepassxc
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Categories=Utility;Security;Qt;
|
||||
MimeType=application/x-keepass2;
|
||||
X-GNOME-Autostart-enabled=true
|
||||
X-GNOME-Autostart-Delay=2
|
||||
X-KDE-autostart-after=panel
|
||||
X-LXQt-Need-Tray=true
|
Reference in a new issue