[SOLVED] Strange locale behaviour
I'm facing a strange issue. Need help/explanation.
In order to make Monday the first day of the week in XFCE I added and enabled the GB locale in /etc/locale.gen:
en_US.UTF-8 UTF-8
en_GB.UTF-8 UTF-8
Then I have set ONLY LC_TIME="en_GB.UTF-8" in /etc/default/locale.
But when I issue the locale command I get this:
LANG=en_GB.utf8
LC_CTYPE="en_GB.utf8"
LC_NUMERIC="en_GB.utf8"
LC_TIME="en_GB.utf8"
LC_COLLATE="en_GB.utf8"
LC_MONETARY="en_GB.utf8"
LC_MESSAGES="en_GB.utf8"
LC_PAPER="en_GB.utf8"
LC_NAME="en_GB.utf8"
LC_ADDRESS="en_GB.utf8"
LC_TELEPHONE="en_GB.utf8"
LC_MEASUREMENT="en_GB.utf8"
LC_IDENTIFICATION="en_GB.utf8"
LC_ALL=
Also, my /.dmrc became like this:
[Desktop]
Session=xfce
Language=en_GB.utf8
Can't figure out why all locale settings became GB.