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.
This commit is contained in:
Alan Pope 2019-10-08 18:20:51 +01:00 committed by Audrius Butkevicius
parent 6b570ee8dc
commit 7bad9b3a11
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ apps:
HOME: ${SNAP_USER_COMMON}
XDG_CONFIG_HOME: ${SNAP_USER_COMMON}
plugs:
- desktop
- home
- network
- network-bind