Quellcode durchsuchen

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.
Alan Pope vor 6 Jahren
Ursprung
Commit
7bad9b3a11
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      snapcraft.yaml.template

+ 1 - 0
snapcraft.yaml.template

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