diff options
| -rw-r--r-- | snap/snapcraft.yaml | 20 |
1 files changed, 18 insertions, 2 deletions
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 |
