From 7bad9b3a118b37f5bbb9f0acd09e23b368713706 Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Tue, 8 Oct 2019 18:20:51 +0100 Subject: [PATCH] snapcraft: Add desktop plug (#6069) Without the desktop plug, launching the syncthing snap will not launch a browser window to the admin UI. Adding this one line will fix that. Tested here on my Ubuntu system with a build from tip of master. --- snapcraft.yaml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/snapcraft.yaml.template b/snapcraft.yaml.template index a07b58e00..56c73de3a 100644 --- a/snapcraft.yaml.template +++ b/snapcraft.yaml.template @@ -20,6 +20,7 @@ apps: HOME: ${SNAP_USER_COMMON} XDG_CONFIG_HOME: ${SNAP_USER_COMMON} plugs: + - desktop - home - network - network-bind