[neon/snap-packaging/snapcraft-desktop-integration/work.core24] kde-neon-6: let qt determinw platform
Scarlett Moore
null at kde.org
Thu Jul 9 20:38:45 BST 2026
Git commit f1bd408eddb377da037b240fc92511e4f5c378c1 by Scarlett Moore.
Committed on 09/07/2026 at 19:38.
Pushed by scarlettmoore into branch 'work.core24'.
let qt determinw platform
M +6 -6 kde-neon-6/launcher-specific
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/f1bd408eddb377da037b240fc92511e4f5c378c1
diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 8c08dac..3fc9347 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -3,12 +3,12 @@
# KDE NEON launcher specific part #
###################################
-# shellcheck disable=SC2154
-if [ "$wayland_available" = true ]; then
- export GDK_BACKEND="wayland"
- export CLUTTER_BACKEND="wayland"
- export QT_QPA_PLATFORM=wayland-egl
-fi
+# # shellcheck disable=SC2154
+# if [ "$wayland_available" = true ]; then
+# export GDK_BACKEND="wayland"
+# export CLUTTER_BACKEND="wayland"
+# export QT_QPA_PLATFORM=wayland-egl
+# fi
# Add paths for games
append_dir PATH "$SNAP/usr/games"
More information about the Neon-commits
mailing list