]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Do not set LC_MESSAGES=C any longer; let the user decide
authorAlexander Barton <alex@barton.de>
Mon, 3 Feb 2014 19:57:02 +0000 (20:57 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 3 Feb 2014 19:57:02 +0000 (20:57 +0100)
sys/profile

index b94d875e9d7ab7323357af9a34eba685d236d6cb..3369081c69fdd44d09c1dd8fa45bb36affcc3fa8 100644 (file)
@@ -39,10 +39,6 @@ fi
 [ "$LANG" = "${LANG#*.}" -a "$LANG" != "C" ] \
        && export LANG="${LANG:-de_DE}.${LC_encoding}"
 [ -e ~/.ConfigScripts.debug ] && echo " - LANG=\"$LANG\" (new)"
-# All system messages should still be in "native" ("C") language for
-# non-X11 sessions:
-[ -z "$GDMSESSION" -a -z "$DESKTOP_SESSION" -a -z "$SESSION_MANAGER" ] \
-       && export LC_MESSAGES="C"
 # Clean up ...
 unset LC_CTYPE LC_encoding 2>/dev/null