Skip to content

Commit

Permalink
Snap: fix session database locking
Browse files Browse the repository at this point in the history
  • Loading branch information
joshirio authored and droidmonkey committed Apr 20, 2019
1 parent 53796a2 commit c7898fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Expand Up @@ -18,7 +18,7 @@ plugs:
apps:
keepassxc:
command: desktop-launch keepassxc
plugs: [unity7, x11, opengl, gsettings, home, network, network-bind, removable-media, raw-usb, wayland, desktop-legacy]
plugs: [unity7, x11, opengl, gsettings, home, network, network-bind, removable-media, raw-usb, wayland, desktop-legacy, desktop]
desktop: usr/share/applications/org.keepassxc.KeePassXC.desktop
environment:
DISABLE_WAYLAND: 1
Expand Down Expand Up @@ -82,7 +82,7 @@ parts:
stage:
- -opt
after: [desktop-qt5]

desktop-qt5:
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
source-subdir: qt
Expand Down

0 comments on commit c7898fd

Please sign in to comment.