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 /snapcraft.yaml
parent422bc4da300a0ebeda0ac0e07ad8895bb03e7216 (diff)
Snap fixes; enable yubikey; add cli command
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml6
1 files changed, 5 insertions, 1 deletions
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: