[neon/snap-packaging/snapcraft-desktop-integration/work.core24] kde-neon-6: try absolute path for locale-gen.
Scarlett Moore
null at kde.org
Wed Nov 20 15:30:15 GMT 2024
Git commit 003e5eb0a507b90cd9604479320b40c032354f22 by Scarlett Moore.
Committed on 20/11/2024 at 15:29.
Pushed by scarlettmoore into branch 'work.core24'.
try absolute path for locale-gen.
M +1 -1 kde-neon-6/launcher-specific
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/003e5eb0a507b90cd9604479320b40c032354f22
diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 24bdf0c..1e137cc 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -62,5 +62,5 @@ if [ -e "$SNAP_DESKTOP_RUNTIME/usr/share/i18n" ]; then
ensure_dir_exists "$locpath"
export LOCPATH="$locpath:/usr/lib/locale"
export PERL5LIB="$SNAP_DESKTOP_RUNTIME/usr/share/perl/5.38.2"
- LC_ALL=C.UTF-8 async_exec "perl $SNAP_DESKTOP_RUNTIME/snap/command-chain/locale-gen"
+ LC_ALL=C.UTF-8 async_exec "perl /snap/kf6-core24/current/snap/command-chain/locale-gen"
fi
More information about the Neon-commits
mailing list