From e5af535e78b3b2efd6b3323705dec4fe955f78e5 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 27 Dec 2018 12:40:43 -0500 Subject: [PATCH] Add desktop plugs --- snap/snapcraft.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6cd09dc..6a8758b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -14,6 +14,8 @@ apps: command: desktop-launch solarus-launcher desktop: share/applications/solarus.desktop plugs: + - desktop + - desktop-legacy - home - opengl - pulseaudio @@ -22,6 +24,8 @@ apps: command: desktop-launch solarus-quest-editor desktop: share/applications/solarus-quest-editor.desktop plugs: + - desktop + - desktop-legacy - home - opengl - pulseaudio -- GitLab