[neon/snap-packaging/snapcraft-desktop-integration/work.core24] common: Adding support for gtk4
Kyuyrii Byakko
null at kde.org
Wed Feb 25 11:59:06 GMT 2026
Git commit 84fc2ef80956ea24510b520b53ac2a92af09ccbe by Kyuyrii Byakko.
Committed on 19/02/2026 at 00:43.
Pushed by scarlettmoore into branch 'work.core24'.
Adding support for gtk4
M +1 -1 common/desktop-exports
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/84fc2ef80956ea24510b520b53ac2a92af09ccbe
diff --git a/common/desktop-exports b/common/desktop-exports
index 7230c06..b454ed4 100644
--- a/common/desktop-exports
+++ b/common/desktop-exports
@@ -461,7 +461,7 @@ fi
# GTK theme and behavior modifier
# Those can impact the theme engine used by Qt as well
-gtk_configs=(gtk-3.0/settings.ini gtk-3.0/gtk.css gtk-3.0/bookmarks gtk-2.0/gtkfilechooser.ini)
+gtk_configs=(gtk-4.0/settings.ini gtk-4.0/gtk.css gtk-4.0/bookmarks gtk-4.0/colors.css gtk-3.0/settings.ini gtk-3.0/gtk.css gtk-3.0/bookmarks gtk-3.0/colors.css gtk-2.0/gtkfilechooser.ini)
for f in "${gtk_configs[@]}"; do
dest="$XDG_CONFIG_HOME/$f"
if [ ! -L "$dest" ]; then
More information about the Neon-commits
mailing list