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 0c27f53 commit c8dd371Copy full SHA for c8dd371
profile
@@ -53,9 +53,6 @@ export HISTIGNORE="&:[bf]g:exit"
53
# Timezone variable $TZ, Wine and stuff alike need it.
54
export TZ="$(readlink /etc/localtime | sed 's/^\.\.//g' | sed "s/\/usr\/share\/zoneinfo\///")"
55
56
-# And sync this setting onto /etc/timezone for weird stuff like indicator-datetime.
57
-echo $TZ > /etc/timezone
58
-
59
for script in /etc/profile.d/*.sh ; do
60
[ -r $script ] && . $script
61
done
profile.d/legacy-locale
@@ -0,0 +1,3 @@
1
+# Set locale for legacy desktop environments that do not respect localectl.
2
+
3
+export LANG=$(cat /etc/locale.conf) LC_ALL=$(cat /etc/locale.conf)
0 commit comments