You are not logged in.
Pages: 1
Hello guys i am a newbie and i want to set up rofi. When i did
rofi -show drunit gave the error
(process:2832): Rofi-WARNING **: 23:42:19.387: Failed to set locale. Can you help me?
outputs if they help:
locale -alocale: 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.utf8
POSIX
en_US
en_US.iso88591
en_US.utf8localectlSystem Locale: LANG=en-US.UTF-8
VC Keymap: (unset)
X11 Layout: (unset)Last edited by PanzerTheTank (2023-11-28 09:31:03)
Offline
Output of
locale?
Offline
locale
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=Offline
Try using en_US.UTF-8 (note the underscore instead of the dash)
Offline
That fixed my issue, thank you so much.
Offline
Great, please mark as [SOLVED] by editing the title in your first post (might have to shorten/drop irrelevant process info)
Offline
Pages: 1