You are not logged in.
Pages: 1
I'm not sure but i might have done the locale installation wrong and now when i do locale -a it gives this result
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
C.UTF-8
POSIX
en_DK.utf8I dont think thats normal, the thing i have tried is doing locale setup again and i did it by
❯ sudo vi /etc/locale.gen
#en_CA ISO-8859-1
en_DK.UTF-8 UTF-8
#en_DK ISO-8859-1❯ sudo vi /etc/locale.conf
LANG=en_DK.UTF-8Please help if you can
EDIT:
So the problem was my plasma and the way to fix it was i had to change the ~/.config/plasma-localerc file and the LANG section.
Last edited by ArchUserBTW69 (2023-07-25 15:58:12)
Offline
What is the output of
localectl; localeAre you running plasma?
https://wiki.archlinux.org/title/KDE#Pl … e_settings
Offline
What is the output of
localectl; localeAre you running plasma?
https://wiki.archlinux.org/title/KDE#Pl … e_settings
Sorry i went to sleep.The output of localectl; locale is:
System Locale: LANG=en_DK.UTF-8
VC Keymap: dk
X11 Layout: (unset)
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=and yes im running plasma
Last edited by ArchUserBTW69 (2023-07-25 15:47:29)
Offline
Offline
Ok i have just changed the file from
[Formats]
LANG=en_US.UTF-8
[Translations]
LANGUAGE=en_USto:
[Formats]
LANG=en_DK.UTF-8
[Translations]
LANGUAGE=en_USedit:
i have just restarted my pc after this change and now the locale is working THANK YOU!
Last edited by ArchUserBTW69 (2023-07-25 15:56:13)
Offline
Pages: 1