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 b29cd17 commit 09aaebdCopy full SHA for 09aaebd
profile.d/40-DE
@@ -1,6 +1,6 @@
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
-. /etc/locale.conf
+[ -f /etc/locale.conf ] && . /etc/locale.conf
4
: ${LC_ALL=${LANG=C}}
5
export LANG LC_ALL
6
if test -z "${XDG_RUNTIME_DIR}"; then
0 commit comments