Skip to content

Commit 1ebc2eb

Browse files
committed
40-desktopenvironments: stop using LC_ALL hack
1 parent fbc18f7 commit 1ebc2eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

profile.d/40-desktopenvironments

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Set locale for legacy desktop environments that do not respect localectl.
22
# TODO: export and fallback all the stuffs as defined in locale.conf(7).
33
[ -f /etc/locale.conf ] && . /etc/locale.conf
4-
: ${LC_ALL=${LANG=C}}
5-
export LANG LC_ALL
4+
export LANG
65
if test -z "${XDG_RUNTIME_DIR}"; then
76
export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
87
if ! test -d "${XDG_RUNTIME_DIR}"; then

0 commit comments

Comments
 (0)