[neon/snap-packaging/snapcraft-desktop-integration] kde-neon: Fix locale in kf5 launcher.
Scarlett Moore
null at kde.org
Fri Nov 8 16:05:53 GMT 2024
Git commit 66f966613d5c1b59f4127c99ea284dccdba75495 by Scarlett Moore.
Committed on 08/11/2024 at 16:05.
Pushed by scarlettmoore into branch 'master'.
Fix locale in kf5 launcher.
M +1 -1 kde-neon/launcher-specific
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/66f966613d5c1b59f4127c99ea284dccdba75495
diff --git a/kde-neon/launcher-specific b/kde-neon/launcher-specific
index a05bd90..431bff3 100644
--- a/kde-neon/launcher-specific
+++ b/kde-neon/launcher-specific
@@ -65,5 +65,5 @@ if [ -e "$SNAP_DESKTOP_RUNTIME/usr/share/i18n" ]; then
locpath="$XDG_DATA_HOME/locale"
ensure_dir_exists "$locpath"
export LOCPATH="$locpath:/usr/lib/locale"
- LC_ALL=C.UTF-8 async_exec "$SNAP/snap/command-chain/locale-gen"
+ LC_ALL=C.UTF-8 async_exec "$SNAP_DESKTOP_RUNTIME/snap/command-chain/locale-gen"
fi
More information about the Neon-commits
mailing list