[neon/snap-packaging/gwenview-snap] /: Use cups-control rather than cups to avoid the cups install plug that breaks ubuntu-image.

Scarlett Moore null at kde.org
Wed Oct 9 14:40:49 BST 2024


Git commit fce7c08e58485074d36247edffb5ff8ee8dcbcb6 by Scarlett Moore.
Committed on 09/10/2024 at 13:40.
Pushed by scarlettmoore into branch 'master'.

Use cups-control rather than cups to avoid the cups install plug that breaks ubuntu-image.

M  +1    -7    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/fce7c08e58485074d36247edffb5ff8ee8dcbcb6

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 76f4aa5..15e60ab 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -16,7 +16,7 @@ apps:
         command: usr/bin/gwenview
         plugs:
         - home
-        - cups
+        - cups-control
         - removable-media
         - udisks2
         - pulseaudio
@@ -41,12 +41,6 @@ slots:
         interface: dbus
         name: org.kde.gwenview
         bus: session
-plugs:
-  foo-install-cups:
-    interface: content
-    content: foo
-    default-provider: cups
-    target: $SNAP_DATA/foo
 package-repositories:
 -   type: apt
     components:


More information about the Neon-commits mailing list