Keyboard settings related installer bug

You think you have found a bug? Let us know about it.
Post Reply
alekow
Posts: 2
Joined: 24. Aug 2011, 12:34

Keyboard settings related installer bug

Post by alekow »

Hello!

I've installed salix for the first time today, just to find out that i can't login. A similar problem was described before

Code: Select all

http://www.salixos.org/forum/viewtopic.php?f=15&t=757&p=4923#p4923
but no solution was provided.

So I looked into:

Code: Select all

/etc/X11/xorg.conf.d/10-keymap.conf
and noticed, that XkbLayout had wrong value - "pl2". It looks like the installer simply passes to the keyboard layout chosen for terminal to 10-keymap.conf (pl2 is the variant I use). It should pass "pl" instead when pl2 layout is selected.

Regards,

alekow
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: Keyboard settings related installer bug

Post by gapan »

OK, so there is no "pl2" xorg keyboard layout? Fixed in salixtools-1.5.2. If you upgrade and run the keyboard configuration tool it will set it right this time.
Image
Image
alekow
Posts: 2
Joined: 24. Aug 2011, 12:34

Re: Keyboard settings related installer bug

Post by alekow »

gapan wrote:OK, so there is no "pl2" xorg keyboard layout?
No - if you look at

Code: Select all

/usr/share/kbd/keymaps/i386/qwerty
you'll find plenty of Polish keymaps. But take a look at

Code: Select all

/etc/X11/xkb/symbols
- there's only one "pl" file (set by XkbLayout option) with couple of variants (set by XkbVariant) in it.
The kbd and xkb layouts are a bit different, e.g. there is ĸ (kappa) under AltGr+k in x, but not in console. There is no equivalent for "pl" and "pl2" variant for xkb.
Post Reply