zen-tools / gxkb

🇺🇦 🇵🇱 🇱🇹 🇪🇪 X11 keyboard indicator and switcher
https://zen-tools.github.io/gxkb
136 stars 11 forks source link

Flag doesn´t show when using alternative layout. #34

Closed tomasjanecky closed 3 years ago

tomasjanecky commented 3 years ago

When using

setxkbmap -model pc105 -layout us,cz_qwerty -option grp:alt_shift_toggle

question mark is shown.

Screenshot_2021-05-03_14-06-35

When using

setxkbmap -model pc105 -layout us,cz -option grp:alt_shift_toggle

Screenshot_2021-05-03_14-37-43

flag is shown correctly.

tomasjanecky commented 3 years ago

My bad there is already issue.

zen-tools commented 3 years ago

Hi, @tomasjanecky! I have removed cz_qwerty.png file in gxkb v0.9.1 while implementing #33. I guess, that was a mistake, so I will return it back in the next release. Until that, you can create a symlink on cz.png to fix an issue:

$ mkdir -p ~/.local/share/gxkb/flags/
$ ln -s /usr/share/gxkb/flags/cz.png ~/.local/share/gxkb/flags/cz_qwerty.png
tomasjanecky commented 3 years ago

Hi, yea i thought that #33 solves this, my mistake.