You are not logged in.

#1 2022-05-12 06:02:37

kox
Member
Registered: 2015-05-01
Posts: 149

[SOLVED] Locale not activating (LANG=C)

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.utf8

Last edited by kox (2022-05-13 05:46:18)

Offline

#2 2022-05-12 06:24:45

dogknowsnx
Guest

Re: [SOLVED] Locale not activating (LANG=C)

#3 2022-05-12 06:39:31

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] Locale not activating (LANG=C)

Did you also set the required locale in /etc/locale.conf?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2022-05-13 05:45:59

kox
Member
Registered: 2015-05-01
Posts: 149

Re: [SOLVED] Locale not activating (LANG=C)

I have completed missed that part, thanks!

Offline

Board footer

Powered by FluxBB