[neon/snap-packaging/snapcraft-desktop-integration] kde-neon-6: Fix path for locale-gen.

Scarlett Moore null at kde.org
Sat Oct 12 09:38:37 BST 2024


Git commit 0d830c258d2601bce6550578e768d3f0b07f27e9 by Scarlett Moore.
Committed on 12/10/2024 at 08:38.
Pushed by scarlettmoore into branch 'master'.

Fix path for locale-gen.

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

https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/0d830c258d2601bce6550578e768d3f0b07f27e9

diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 430ecc0..309ffbe 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -51,5 +51,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/kf6/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