[neon/snap-packaging/okular-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 13:56:33 BST 2024


Git commit 811c8e9890c6d5673f3865801eaae8993052c50b by Scarlett Moore.
Committed on 09/10/2024 at 12:56.
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/okular-snap/-/commit/811c8e9890c6d5673f3865801eaae8993052c50b

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 62396ac..9fe1ecc 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -16,7 +16,7 @@ apps:
         command: usr/bin/okular
         plugs:
         - home
-        - cups
+        - cups-control
         - removable-media
         - system-packages-doc
         - udisks2
@@ -30,12 +30,6 @@ slots:
         interface: dbus
         name: org.kde.okular
         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