rofi
rofi copied to clipboard
xkbcommon: ERROR: couldn't find a Compose file for locale "en_IN"
When i run any .sh file, its show this error
I'm getting the same error as well.
hey same error, do we have a fix or suggestion for this
same error here
For more information see: man rofi Version: 1.7.0
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