http://bugzilla.novell.com/show_bug.cgi?id=567324 http://bugzilla.novell.com/show_bug.cgi?id=567324#c8 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|vuntz@novell.com | --- Comment #8 from Vincent Untz <vuntz@novell.com> 2010-01-18 13:42:23 UTC --- We have this in the upstream gdm Xsession file (we don't use it in openSUSE). if [ -n "$GDM_LANG" ]; then LANG="$GDM_LANG" export LANG if [ -n "$LC_ALL" ]; then if [ "$LC_ALL" != "$LANG" ]; then LC_ALL="$LANG" fi else unset LC_ALL fi if [ -n "$LANGUAGE" ]; then if [ "$LANGUAGE" != "$LANG" ]; then LANGUAGE="$LANG" fi else unset LANGUAGE fi if [ -n "$LINGUAS" ]; then if [ "$LINGUAS" != "$LANG" ]; then LINGUAS="$LANG" fi else unset LINGUAS fi fi I guess this is code that you could put at the end of lang.sh. It will make sure that the language is the one selected in GDM, but it will also make it possible to override some other LC_* variable. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.