Bug 68355

Summary: internationalized keyboard gets 'lost'
Product: [Retired] Red Hat Public Beta Reporter: udippel
Component: redhat-config-keyboardAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact:
Severity: low 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-07 11:21:07 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 udippel 2002-07-09 15:23:44 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020408

Description of problem:
Install as keyboard sg (swiss-german) results in 'sg' for root, but 'us' for all
other users.

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


How reproducible:
Didn't try

Steps to Reproduce:
1. install keyboard 'sg'
2. create users
3. log on as user
	

Actual Results:  default keyboard 'us'

Expected Results:  logically, when install is internationalized, the default
user should find the same setting

Additional info:

Comment 1 Brent Fox 2002-07-09 22:09:46 UTC
Does this happen for the user on X or the console or both?

Comment 2 udippel 2002-07-11 04:36:23 UTC
Thanks for asking, once again I was not quite correct:
The shells are okay for any user; the X are 'us' for everyone.
Sorry for the wrong info. So it has to do with X not using the default settings

Comment 3 Alexandre Oliva 2002-07-31 18:05:58 UTC
Either redhat-config-keyboard should change /etc/X11/XF86Config, or it should
tell the user to run redhat-config-xfree86 to update the X configuration. 
Problem is, redhat-config-xfree86 doesn't seeem to look at
/etc/sysconfig/keyboard, so the only way to modify the keyboard configuration
for X11 (short of reinstalling) is to edit the X11 configuration file.  Eek.

Comment 4 Brent Fox 2002-08-01 12:17:59 UTC
In earlier builds of redhat-config-keyboard, I was munging the XF86Config file
by hand.  It worked, but it was a little ugly.  I just committed a patch that
uses pyxf86config (which redhat-config-xfree86 uses) to change the keyboard in
the XF86Config file.  Seems to work ok now.  

Should be fixed in redhat-config-keyboard-0.9.7-1.  Thanks for your report.

Comment 5 Brent Fox 2002-08-01 12:19:23 UTC
*** Bug 69683 has been marked as a duplicate of this bug. ***

Comment 6 Brent Fox 2002-08-02 01:31:18 UTC
*** Bug 70356 has been marked as a duplicate of this bug. ***

Comment 7 Alexander Larsson 2002-08-07 11:20:50 UTC
*** Bug 70341 has been marked as a duplicate of this bug. ***

Comment 8 Jay Turner 2002-08-08 13:45:29 UTC
Closing this out, as with redhat-config-keyboard-0.9.7-2, we are indeed updating
/etc/X11/XF86Config with the keyboard change.  Please note that #71067 still
needs to be resolved.