You are not logged in.
Hi,
I've already installed ~40 times ArchLinux, but today I cannot set my locale for some reason.
For example when I run "rofi" :
Rofi-WARNING: Failed to set locale.
/etc/vconsole.conf :
KEYMAP=fr
FONT=eurlatgr
/etc/locale.conf :
LANG=fr_FR.UTF-8
LC_COLLATE=C
/etc/locale.gen : I uncommented fr_FR.UTF-8 UTF-8
I ran "sudo locale-gen" multiple times.
"locale" :
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Ne peut pas initialiser LC_ALL ? la locale par d?faut: Aucun fichier ou dossier de ce type
LANG=fr_FR.UTF-8
LC_CTYPE=en_US.UTF-8
LC_COLLATE=C
LC_ALL=
I don't set LANG= in my .zshrc or .zprofile file so I really don't know what's causing this.
Could somebody help me please ?
Last edited by Myrage2000 (2018-09-23 21:10:35)
Offline
Fixed (sorry for opening a new thread) :
zsh-theme-powerlevel9k is conflicting with the user defined locale (LC_CTYPE is set to en_US.UTF-8) when POWERLEVEL9K_MODE is set to "nerdfont-complete" before startx is run.
Offline