We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc18f7 commit 1ebc2ebCopy full SHA for 1ebc2eb
profile.d/40-desktopenvironments
@@ -1,8 +1,7 @@
1
# Set locale for legacy desktop environments that do not respect localectl.
2
# TODO: export and fallback all the stuffs as defined in locale.conf(7).
3
[ -f /etc/locale.conf ] && . /etc/locale.conf
4
-: ${LC_ALL=${LANG=C}}
5
-export LANG LC_ALL
+export LANG
6
if test -z "${XDG_RUNTIME_DIR}"; then
7
export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
8
if ! test -d "${XDG_RUNTIME_DIR}"; then
0 commit comments