adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.51k stars 303 forks source link

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

Closed rohitjakhar closed 2 years ago

rohitjakhar commented 3 years ago

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

freethinker commented 3 years ago

I'm getting the same error as well.

khushal-sahni commented 2 years ago

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

rvramesh20 commented 2 years ago

same error here

For more information see: man rofi Version: 1.7.0

ruteshp21 commented 2 years ago

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