rofi icon indicating copy to clipboard operation
rofi copied to clipboard

xkbcommon: ERROR: couldn't find a Compose file for locale "en_IN"

Open rohitjakhar opened this issue 4 years ago • 4 comments

When i run any .sh file, its show this error

rohitjakhar avatar Feb 01 '21 15:02 rohitjakhar

I'm getting the same error as well.

freethinker avatar Mar 29 '21 11:03 freethinker

hey same error, do we have a fix or suggestion for this

khushal-sahni avatar Aug 30 '21 12:08 khushal-sahni

same error here

For more information see: man rofi Version: 1.7.0

rvramesh20 avatar Oct 02 '21 13:10 rvramesh20

It is because system locale is not set properly.

Please try the following commands, this fixed the issue for me

echo "LC_ALL=en_IN.UTF-8" | sudo tee -a /etc/environment
echo "LANG=en_IN.UTF-8" | sudo tee -a /etc/locale.conf
sudo locale-gen

Reboot the system and the error wont be displayed

ruteshp21 avatar Nov 27 '21 14:11 ruteshp21