Comment 4 for bug 83889

Revision history for this message
Chris Hofstaedtler (zeha) wrote :

[ch@monique~%] locale
LANG=en_US.UTF-8
LANGUAGE=de_AT:de
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

[ch@monique~%] cat /etc/default/locale
LANGUAGE="de_AT:de"
LANG="de_AT.UTF-8"

I'm admitting that LANG=en_US.UTF-8 gets set by a local user configuration file. (zshenv)
This is really intended behaviour (and it worked until upgrading to feisty; seems like edgy doesn't set $LANGUAGE). (gdm isn't the cause for that.)

I guess it's really a very uncommon configuration. Still, apt is showing something else than it's expecting.

Chris