LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Rofi Failed To Set Locale (https://www.linuxquestions.org/questions/linux-newbie-8/rofi-failed-to-set-locale-4175681004/)

vanhox 08-25-2020 06:37 AM

Rofi Failed To Set Locale
 
I realised that problem when I started to get trouble starting rofi with the shortcuts. Then I tried to run in terminal with typing

Code:

rofi -show drun
and I get error like this;
(process:46262): Rofi-WARNING **: 13:45:08.713: Failed to set locale.
process number always changes, I think it's not an error code, that is just an information :).
I can fix this error with typing
Code:

export LC_ALL="C"
in terminal. But it works until I kill my terminal, that means I have to write this command every time I open the terminal, and also I can't use the shortcuts :(

malayo 08-25-2020 09:34 PM

Quote:

Originally Posted by vanhox (Post 6159476)
I realised that problem when I started to get trouble starting rofi with the shortcuts. Then I tried to run in terminal with typing

Code:

rofi -show drun
and I get error like this;
(process:46262): Rofi-WARNING **: 13:45:08.713: Failed to set locale.
process number always changes, I think it's not an error code, that is just an information :).
I can fix this error with typing
Code:

export LC_ALL="C"
in terminal. But it works until I kill my terminal, that means I have to write this command every time I open the terminal, and also I can't use the shortcuts :(

set it in your bash profile "~/.bash_profile"

h0r4ci0 09-26-2022 03:59 PM

[SOLVED] Rofi Failed to set locale
 
I just had to add this in the locale.conf file
Code:

LC_ALL="C"


All times are GMT -5. The time now is 02:45 PM.