Comment 14 for bug 1083605

Revision history for this message
Christian Surchi (csurchi) wrote : Re: accountsservice doesn't set locale choice if /home is on nfs

Added as:

$ tail /etc/pam.d/common-session
# /etc/login.defs and user settings, solving the problem of different
# umask settings with different shells, display managers, remote
sessions etc.
# See "man pam_umask".
session optional pam_umask.so
# and here are more per-package modules (the "Additional" block)
session required pam_unix.so
session [success=ok default=ignore] pam_ldap.so minimum_uid=1000
session optional pam_ck_connector.so nox11
# end of pam-auth-update config
session required pam_env.so

but still having english when choosing german, and also now:

$ cat .pam_environment
LC_NUMERIC=it_IT.UTF-8
LC_TIME=it_IT.UTF-8
LC_MONETARY=it_IT.UTF-8
LC_PAPER=it_IT.UTF-8
LC_NAME=it_IT.UTF-8
LC_ADDRESS=it_IT.UTF-8
LC_TELEPHONE=it_IT.UTF-8
LC_MEASUREMENT=it_IT.UTF-8
LC_IDENTIFICATION=it_IT.UTF-8
LANGUAGE=de_DE:fr:es_ES:it:en
LANG=de_DE.UTF-8

the LC_* are not changed.