Hello, Slovak users don't have slovak keyboards in installer. This bug is in text mode installer and also in anaconda. Anaconda has key layout Czechoslovakian, which is not correct layout for Slovak users. We need set XkbKeymap in XF86Config to "xfree86(us_sk_qwerty)", or us_sk_qwertz or sk_us_..., and XkBLayout not set. Slovak users can't use RedHat system as a desktop, because we can't write in own language. Btw help and some messages in installer are not translated. :-( Bye. SAL
This issue has been forwarded to a developer for further action.
Is this still a problem in 6.2?
There is no entry for a Slovak keyboard in the installer's keyboard menu in 6.2.
Please verify we fixed this in Pinstripe.
There is no entry for a Slovak keyboard in the installer's keyboard menu in post-pinstripe internal trees ...
When I go to a terminal and try 'setxkbmap us_sk_qwerty' or 'setxkbmap us_sk_qwertz', or any of the other entries in /usr/lib/X11/xkb/keymap that look like they might be right for the Slovak keyboard, I get the error message: Error loading new keyboard description What is the correct keymap for Slovak users to use? Can you send me a working XF86Config file and a working /etc/sysconfig/keyboard file for Slovak users.
Fixing this bug requires a change in a couple of places. First is the kbd.py file, where an entry : ("sk-qwerty" , ('pc102', 'us_sk_qwerty')), must be made. Then, the /etc/lib/X11/xkb/rules/xfree86.lst file must be changed to have the entry: us_sk_qwerty Slovak Then, the correct /etc/sysconfig/keyboard file gets written out and also the correct XF86Config file gets written. I think I've resolved this issue, but it will take some time for the xfree86.lst file to be rolled into X in our build system.
This is in CVS now. Brock, please test when the xfree86.lst file gets put in the build system.
mike, please update this when a new xfree86.lst file is available for testing ... :)
verified entry is present in xfree86.lst in qa0217.1 ...