From 37ff011f2e5a6e97fb32b665e4f94cd19bc83a6b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 12 Jan 2018 11:01:36 -0600 Subject: Adding in the x11 and wayland interface --- snap/snapcraft.yaml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'snap') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index edffce514..172a8e818 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -115,8 +115,24 @@ parts: apps: inkscape: command: desktop-launch ${SNAP}/snapcraft.sh inkscape - plugs: [home, unity7, gsettings, cups-control, desktop, desktop-legacy] + plugs: + - home + - unity7 + - gsettings + - cups-control + - desktop + - desktop-legacy + - x11 + - wayland desktop: share/applications/inkscape.desktop viewer: command: desktop-launch ${SNAP}/snapcraft.sh inkview - plugs: [home, unity7, gsettings, cups-control, desktop, desktop-legacy] + plugs: + - home + - unity7 + - gsettings + - cups-control + - desktop + - desktop-legacy + - x11 + - wayland -- cgit v1.2.3