Hello, I believe that the proper way to fix this is to add /etc/pam.d/slim file. I am no expert on pam, but the text at the end of this email does the trick for me. I just copied the /etc/pam.d/other file to slim and added the section mentioning /etc/default/locale from /etc/pam.d/login.
Zbynek -- http://robotika.cz/ # # /etc/pam.d/slim - based on /etc/pam.d/other # # This module parses environment configuration file(s) # and also allows you to use an extended config # file /etc/security/pam_env.conf. # # parsing /etc/environment needs "readenv=1" session required pam_env.so readenv=1 # locale variables are also kept into /etc/default/locale in etch # reading this file *in addition to /etc/environment* does not hurt session required pam_env.so readenv=1 envfile=/etc/default/locale @include common-auth @include common-account @include common-password @include common-session -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

