Le mercredi 16 juin 2010 à 10:56 +0200, Kai Weber a écrit :
> * Josselin Mouette <[email protected]>:
> 
> > LANG can be configured from the login window, which was already the case
> > with gdm2.
> > LC_MESSAGES is not touched by the Xsession script.
> 
> The script sets LC_ALL which overwrites all LC_* variables.

It only does if LC_ALL is already set, and it sets it to the value
configured in the display manager:

    if [ -n "$LC_ALL" ] && [ "$LC_ALL" != "$LANG" ]; then
        LC_ALL="$LANG"
    fi

Cheers,
-- 
 .''`.      Josselin Mouette
: :' :
`. `'   “If you eat pasta without sauce, it is nothing
  `-     short of communism.”  -- Marie




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to