[neon/snap-packaging/snapcraft-desktop-integration/work.core24] kde-neon: locale-gen is no longer necessary.

Scarlett Moore null at kde.org
Thu Apr 3 15:34:56 BST 2025


Git commit 001708722e69bf13c9f2c5193caa781f587f5d5b by Scarlett Moore.
Committed on 03/04/2025 at 14:34.
Pushed by scarlettmoore into branch 'work.core24'.

locale-gen is no longer necessary.

M  +0    -8    kde-neon/launcher-specific

https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/001708722e69bf13c9f2c5193caa781f587f5d5b

diff --git a/kde-neon/launcher-specific b/kde-neon/launcher-specific
index 431bff3..01359b6 100644
--- a/kde-neon/launcher-specific
+++ b/kde-neon/launcher-specific
@@ -59,11 +59,3 @@ cat << EOF > "$XDG_CONFIG_HOME/qt.conf"
 Data = $SNAP_DESKTOP_RUNTIME/usr/share/qt5/
 Translations = $SNAP_DESKTOP_RUNTIME/usr/share/qt5/translations
 EOF
-
-if [ -e "$SNAP_DESKTOP_RUNTIME/usr/share/i18n" ]; then
-    export I18NPATH="$SNAP_DESKTOP_RUNTIME/usr/share/i18n"
-    locpath="$XDG_DATA_HOME/locale"
-    ensure_dir_exists "$locpath"
-    export LOCPATH="$locpath:/usr/lib/locale"
-    LC_ALL=C.UTF-8 async_exec "$SNAP_DESKTOP_RUNTIME/snap/command-chain/locale-gen"
-fi


More information about the Neon-commits mailing list