Bug 714826

Summary: system-config-keyboard never applies changes
Product: [Fedora] Fedora Reporter: Christoph Wickert <christoph.wickert>
Component: system-config-keyboardAssignee: Itamar Reis Peixoto <itamar>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 15CC: i18n-bugs, itamar, lkundrak
Target Milestone: ---Keywords: i18n
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-22 13:44:12 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 Christoph Wickert 2011-06-20 22:27:58 UTC
Description of problem:
system-config-keyboard is completely broken (at least) in F15 because it never applies any changes. There is no OK button or anything, so how is this supposed to work?

Version-Release number of selected component (if applicable):
system-config-keyboard-1.3.1-4.fc15

How reproducible:
always

Steps to Reproduce:
1. $ cat /etc/sysconfig/keyboard 
KEYTABLE="de-latin1-nodeadkeys"
MODEL="pc105"
LAYOUT="de"
KEYBOARDTYPE="pc"
VARIANT="nodeadkeys"

2. $ system-config-keyboard and switch keyboard
3. No OK button, so simply close the window
  
Actual results:
Nothing has changes
$ cat /etc/sysconfig/keyboard 
KEYTABLE="de-latin1-nodeadkeys"
MODEL="pc105"
LAYOUT="de"
KEYBOARDTYPE="pc"
VARIANT="nodeadkeys"

Expected results:
Another keyboard layout

Comment 1 Itamar Reis Peixoto 2011-06-20 22:42:03 UTC
try the newer version compiled by toshio.

http://koji.fedoraproject.org/koji/packageinfo?packageID=10


I think we probably need to change system-config-keyboard to noarch, but I dont have figured this yet.

Comment 2 Christoph Wickert 2011-06-20 22:53:47 UTC
Thanks, that fixes the problem.