Bug 71067

Summary: writes an erroneous XF86Config
Product: [Retired] Red Hat Public Beta Reporter: Jan Moren <jan.moren>
Component: redhat-config-keyboardAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: limbo   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-11 14:54:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Moren 2002-08-08 13:26:21 UTC
Description of Problem:

When you use redhat-config-keyboard to set the keyboard layout, it switches
values and fields. For Swedish, the keyboard section should read something like:

        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc102"
        Option      "XkbLayout" "se"

But what it writes is:

        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "se"
        Option      "XkbLayout" "pc102"

ie. the app switches the layout and model fields. That is not a good thing.

Version-Release number of selected component (if applicable):

Limbo 2

How Reproducible:

Every time

Steps to Reproduce:

Just use it to set the keyboard to Swedish.


Additional information:

I have at the moment the interesting problem that AltGr isn't properly
recognized (which is what led me to start investigating this). Rectifying this
does not solve the AltGr problem, however.

Comment 1 Brent Fox 2002-08-11 14:54:53 UTC
Doh, I was inverting layout and model.  Should be fixed with 0.9.9-2.  

QA, please verify.

Comment 2 Jay Turner 2002-08-13 14:11:04 UTC
Fix confirmed with redhat-config-keyboard-0.9.9-2.

Comment 3 IBM Bug Proxy 2005-08-10 15:31:40 UTC
---- Additional Comments From sandor.szabo.com  2005-08-10 11:14 EDT -------
We have seen customers creating 2 or more environments to run productive and 
test instances of the same product. They install using --prefix --force options.
The Informix installer uses rpm -e to remove software where always the last 
installed  version will be removed. This could be a huge problem.
Currently a fix of a severe warning message has been coded in the Informix 
product.