[neon/snap-packaging/snapcraft-desktop-integration/work.core24] kde-neon-6: Fix xkb config path

Scarlett Moore null at kde.org
Mon Feb 10 12:55:43 GMT 2025


Git commit 4d24b56effc72fba0912513c2c052f60f77056c4 by Scarlett Moore.
Committed on 10/02/2025 at 12:55.
Pushed by scarlettmoore into branch 'work.core24'.

Fix xkb config path

M  +1    -1    kde-neon-6/launcher-specific

https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/4d24b56effc72fba0912513c2c052f60f77056c4

diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 3561341..0d77610 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -48,7 +48,7 @@ export ALSA_CONFIG_PATH="$SNAP_DESKTOP_RUNTIME/etc/asound.conf"
 # Removes Qt warning: Could not find a location
 # of the system Compose files
 export QTCOMPOSE="$SNAP_DESKTOP_RUNTIME/usr/share/X11/locale"
-export QT_XKB_CONFIG_ROOT="/usr/share/X11/xkb"
+export QT_XKB_CONFIG_ROOT="$SNAP_DESKTOP_RUNTIME/usr/share/X11/xkb"
 
 # KIO specific
 # Directly fork slaves.


More information about the Neon-commits mailing list