91861 / wayst

A simple terminal emulator
MIT License
287 stars 9 forks source link

Failed to generate keyboard compose table #27

Closed yellowhat closed 4 years ago

yellowhat commented 4 years ago

Hi, I would like to compile wayst on gentoo under wayland (sway). I used the following commands:

git clone https://github.com/91861/wayst
cd wayst
make
./wayst

But if I try to run it:

$ ./wayst
[warning] "/home/vasco/.config/wayst/config" - No such file or directory
[warning] LCD filtering not avaliable no error
xkbcommon: ERROR: couldn't find a Compose file for locale "en_GB.UTF8"
[error] Failed to generate keyboard compose table, is locale 'en_GB.UTF8' correct?

Any ideas?

Thanks

91861 commented 4 years ago

Hi, Your locale is incorrect, it should be en_GB.UTF-8 or en_GB.utf8.

yellowhat commented 4 years ago

You are right.

Thanks