You are not logged in.
Hey i have some problems with rofi in my system with qtile, when i run:
rofi -show drun it outputs this:
Rofi-WARNING **: 16:53:41.255: Failed to set localei cant find a solution, pls help.
Last edited by iSantxs (2024-02-04 23:00:20)
Offline
Offline
Anyway, it doesn't work, i tried all, i think
Offline
Also read the sitckies, https://bbs.archlinux.org/viewtopic.php?id=57855
The idea is that you post the outputs of the commands referenced in that thread.
Offline
[~] locale -a
[i]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.utf8
POSIX
es_MX
es_MX.iso88591
es_MX.utf8[/i]
[i][~] localectl[/i]
[i]System Locale: LANG=es_MX.UTF-8 UTF-8
VC Keymap: us
X11 Layout: (unset)
[i][~] grep -v ^# /etc/locale.gen[/i]
[i]es_MX.UTF-8 UTF-8
es_MX ISO-8859-1Last edited by iSantxs (2024-02-04 05:46:06)
Offline
System Locale: LANG=es_MX.UTF-8 UTF-8That's bogus.
cat /etc/locale.conf
localeOffline
What d'u mean?
[~] cat /etc/locale.conf
LANG=es_MX.UTF-8 UTF-8
[~] locale
locale: Cannot set LC_MESSAGES to default locale: No such fi>
locale: Cannot set LC_ALL to default locale: No such file or>
LANG=es_MX.UTF-8\ UTF-8
LC_CTYPE=C.UTF-8
LC_NUMERIC="es_MX.UTF-8 UTF-8"
LC_TIME="es_MX.UTF-8 UTF-8"
LC_COLLATE="es_MX.UTF-8 UTF-8"
LC_MONETARY="es_MX.UTF-8 UTF-8"
LC_MESSAGES="es_MX.UTF-8 UTF-8"
LC_PAPER="es_MX.UTF-8 UTF-8"
LC_NAME="es_MX.UTF-8 UTF-8"
LC_ADDRESS="es_MX.UTF-8 UTF-8"
LC_TELEPHONE="es_MX.UTF-8 UTF-8"
LC_MEASUREMENT="es_MX.UTF-8 UTF-8"
LC_IDENTIFICATION="es_MX.UTF-8 UTF-8"
LC_ALL=Offline
"LANG=es_MX.UTF-8"
"es_MX.UTF-8 UTF-8" isn't a valid locale.
Offline
It is!, i solved it with this finally:
checking if the /etc/locale.gen is withouth #, all good with it.
[~] locale-gen
in the file /etc/locale.conf it should be:
LANG=es_MX.UTF-8 UTF-8
then
[~] localectl set-locale LANG=es_MX.UTF-8
finally
[~] reboot
and now rofi work's thx u so much anyway bro
Offline
localectl set-locale LANG=es_MX.UTF-8
And now, re-inspect /etc/locale.conf…
"es_MX.UTF-8 UTF-8" is the line you want to uncomment in /etc/locale.gen (and it was, according to #5), but it's NOT a valid locale.
Edit: Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Last edited by seth (2024-02-04 21:23:28)
Offline