Comment 5 for bug 160984

Revision history for this message
Sebastien Bacher (seb128) wrote :

"if [ -r /etc/environment ]; then
  if LANG=$(pam_getenv -l LANG); then
    export LANG
  fi
  if LANGUAGE=$(pam_getenv -l LANGUAGE); then
    export LANGUAGE
  fi

fi
"