Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2017-09-10 16:58:05 +0300
committerTheZ3ro <io@thezero.org>2017-09-19 14:29:31 +0300
commitdaef0a358c6d8f2a31d8624394c5c6e917dac2a3 (patch)
treedf19975424a91c073effcf506365428942e7600e
parent422bc4da300a0ebeda0ac0e07ad8895bb03e7216 (diff)
Snap fixes; enable yubikey; add cli command
-rw-r--r--snap/gui/keepassxc.desktop13
-rw-r--r--snapcraft.yaml6
2 files changed, 5 insertions, 14 deletions
diff --git a/snap/gui/keepassxc.desktop b/snap/gui/keepassxc.desktop
deleted file mode 100644
index bad5a8735..000000000
--- a/snap/gui/keepassxc.desktop
+++ /dev/null
@@ -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;
diff --git a/snapcraft.yaml b/snapcraft.yaml
index c05ad2aab..6aa500c63 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -11,7 +11,11 @@ confinement: strict
apps:
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:
keepassxc: