mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-23 06:14:42 -04:00
Snap fixes; enable yubikey; add cli command
This commit is contained in:
parent
422bc4da30
commit
daef0a358c
2 changed files with 5 additions and 14 deletions
|
@ -1,13 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=KeePassXC
|
|
||||||
GenericName=Community Password Manager
|
|
||||||
GenericName[de]=Passwortverwaltung
|
|
||||||
GenericName[es]=Gestor de contraseñas
|
|
||||||
GenericName[fr]=Gestionnaire de mot de passe
|
|
||||||
GenericName[ru]=менеджер паролей
|
|
||||||
Exec=keepassxc %f
|
|
||||||
Icon=${SNAP}/share/icons/hicolor/256x256/apps/keepassxc.png
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Categories=Qt;Utility;
|
|
||||||
MimeType=application/x-keepass2;
|
|
|
@ -11,7 +11,11 @@ confinement: strict
|
||||||
apps:
|
apps:
|
||||||
keepassxc:
|
keepassxc:
|
||||||
command: desktop-launch keepassxc
|
command: desktop-launch keepassxc
|
||||||
plugs: [unity7, x11, opengl, gsettings, home, network, network-bind, removable-media]
|
plugs: [unity7, x11, opengl, gsettings, home, network, network-bind, removable-media, raw-usb]
|
||||||
|
desktop: share/applications/keepassxc.desktop
|
||||||
|
cli:
|
||||||
|
command: keepassxc-cli
|
||||||
|
plugs: [gsettings, home, removable-media, raw-usb]
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
keepassxc:
|
keepassxc:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue