/etc/X11/Xsession.d/20slim_locale is in slim 1.3.6-5.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #!/bin/sh
. /etc/default/locale
for lt_var in $(env -i locale | sed -e 's/=.*$//') LANGUAGE
do
eval "if test \"\${$lt_var+set}\" = set; then
export $lt_var
fi"
done
|