[neon/snap-packaging/kwrite-snap] /: Fix theming.

Scarlett Moore null at kde.org
Fri Jul 5 10:48:16 BST 2024


Git commit 2873c40237b3c95a4b3071afa2e7751c1de0ae9e by Scarlett Moore.
Committed on 05/07/2024 at 09:48.
Pushed by scarlettmoore into branch 'master'.

Fix theming.

M  +41   -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kwrite-snap/-/commit/2873c40237b3c95a4b3071afa2e7751c1de0ae9e

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 0f0d498..6c4a0c2 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -20,6 +20,47 @@ apps:
         - removable-media
         command-chain:
         - snap/command-chain/desktop-launch6
+plugs:
+    gtk-3-themes:
+        interface: content
+        target: $SNAP/data-dir/themes
+        default-provider: gtk-common-themes
+    kde-gtk3-themes:
+        interface: content
+        target: $SNAP/data-dir/themes
+        default-provider: qt-common-themes
+    gtk-2-themes:
+        interface: content
+        target: $SNAP/data-dir/themes
+        default-provider: gtk-common-themes
+    kde-gtk2-themes:
+        interface: content
+        target: $SNAP/data-dir/themes
+        default-provider: qt-common-themes
+    qt-icon-themes:
+        interface: content
+        target: $SNAP/data-dir/icons
+        default-provider: qt-common-themes
+    gtk-icon-themes:
+        interface: content
+        target: $SNAP/data-dir/icons
+        default-provider: gtk-common-themes
+    qt-sound-themes:
+        interface: content
+        target: $SNAP/data-dir/sounds
+        default-provider: qt-common-themes
+    gtk-sound-themes:
+        interface: content
+        target: $SNAP/data-dir/sounds
+        default-provider: gtk-common-themes
+    qt-6-themes:
+        interface: content
+        target: $SNAP/kf6
+        default-provider: qt-common-themes
+    dot-config-kde-globals:
+        interface: personal-files
+        read:
+            - $HOME/.config/kdeglobals
 slots:
     session-dbus-interface:
         interface: dbus


More information about the Neon-commits mailing list