mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
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:
parent
6b570ee8dc
commit
7bad9b3a11
@ -20,6 +20,7 @@ apps:
|
||||
HOME: ${SNAP_USER_COMMON}
|
||||
XDG_CONFIG_HOME: ${SNAP_USER_COMMON}
|
||||
plugs:
|
||||
- desktop
|
||||
- home
|
||||
- network
|
||||
- network-bind
|
||||
|
Loading…
Reference in New Issue
Block a user