Snap: fix session database locking

This commit is contained in:
joshirio 2019-04-20 20:05:54 +02:00 committed by Jonathan White
parent 53796a216e
commit c7898fdeee

View File

@ -18,7 +18,7 @@ plugs:
apps: apps:
keepassxc: keepassxc:
command: desktop-launch 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 desktop: usr/share/applications/org.keepassxc.KeePassXC.desktop
environment: environment:
DISABLE_WAYLAND: 1 DISABLE_WAYLAND: 1
@ -82,7 +82,7 @@ parts:
stage: stage:
- -opt - -opt
after: [desktop-qt5] after: [desktop-qt5]
desktop-qt5: desktop-qt5:
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
source-subdir: qt source-subdir: qt