You are not logged in.
I have enabled a locale in /etc/locale.gen, ran locale-gen as root, rebooted and my locale is still "C".
I have multiple users for sandboxing purposes and each of those users has the C locale.
// locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=
// locale -a
C
POSIX
en_GB.utf8Last edited by kox (2022-05-13 05:46:18)
Offline
Maybe you're still exporting it somewhere:
https://wiki.archlinux.org/title/Locale … g_language
https://wiki.archlinux.org/title/Enviro … _variables
Offline
I have completed missed that part, thanks!
Offline