From c7898fdeee07b17939d2e5af4bb507493b2d8a0b Mon Sep 17 00:00:00 2001 From: joshirio Date: Sat, 20 Apr 2019 20:05:54 +0200 Subject: [PATCH] Snap: fix session database locking --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 82b1a6a112..0aafd7a196 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -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 @@ -82,7 +82,7 @@ parts: stage: - -opt after: [desktop-qt5] - + desktop-qt5: source: https://github.com/ubuntu/snapcraft-desktop-helpers.git source-subdir: qt