Browse Source

Add desktop interface/plug to snap package, to allow opening in browser

See issue timvisee/ffsend#66
timvisee 6 years ago
parent
commit
a694ded0fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/snap/snapcraft.yaml

+ 1 - 1
pkg/snap/snapcraft.yaml

@@ -23,7 +23,7 @@ confinement: strict
 apps:
   ffsend:
     command: ffsend
-    plugs: [home, network, removable-media, x11]
+    plugs: [desktop, home, network, removable-media, x11]
 
 parts:
   ffsend: