Bug 569882

Summary: Keyboard layout always in english
Product: [Fedora] Fedora Reporter: Mattia Verga <mattia.verga>
Component: xorg-x11Assignee: X/OpenGL Maintenance List <xgl-maint>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: mcepl, peter.hutterer
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-08 19:06:40 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:
Attachments:
Description Flags
xorg.0.log
none
xorg.9.log
none
setxkbmap output none

Description Mattia Verga 2010-03-02 16:19:58 UTC
Description of problem:
When I start F13 my keyboard layout is always in english, even with italian language selected. However if I check in /etc/sysconfig/keyboard it is correctly set as LAYOUT="it".
To change the layout I must use KDE control panel or system-config-keyboard.

Version-Release number of selected component (if applicable):
xorg-x11-server-Xorg.x86_64        1.7.99.901-8.20100223.fc13 


Steps to Reproduce:
1.Set as default system language something different from english
2.At startup the keyboard layout is always english

  
Actual results:
At startup the keyboard layout is always english

Expected results:
Keyboard layout must be the same as system language or remember the setting before the last reboot.

Comment 1 Matěj Cepl 2010-03-06 10:21:06 UTC
Thanks for the bug report.  We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue.

Please attach your X server config file (/etc/X11/xorg.conf, if available), and X server log file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link above.

Also output of the command setxkbmap -print in running X would be very helpful.

We will review this issue again once you've had a chance to attach this information.

Thanks in advance.

Comment 2 Mattia Verga 2010-03-06 12:48:32 UTC
I have no xorg.conf, however I attach the others file as you requested.

Thanks

Comment 3 Mattia Verga 2010-03-06 12:50:07 UTC
Created attachment 398204 [details]
xorg.0.log

Comment 4 Mattia Verga 2010-03-06 12:50:39 UTC
Created attachment 398205 [details]
xorg.9.log

Comment 5 Mattia Verga 2010-03-06 12:51:07 UTC
Created attachment 398206 [details]
setxkbmap output

Comment 6 Mattia Verga 2010-03-07 10:53:57 UTC
Today I did an update to

system-setup-keyboard-0.8.1.fc13.x86_64
xkeyboard-config-1.8.2.fc13.noarch
xorg-x11-apps-7.4.10.fc13.x86_64
xorg-x11-drv-wacom-0.10.4.4.fc13.x86_64
xorg-x11-server-utils-7.4.15.fc13.x86_64
xorg-x11-xdm-1:1.1.6.16.fc13.x86_64

After a reboot the keyboard layout was correctly set as IT and setxkbmap output shows:

xkb_keymap {
        xkb_keycodes  { include "evdev+aliases(qwerty)" };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "pc+it+inet(evdev)+terminate(ctrl_alt_bksp)"   };
        xkb_geometry  { include "pc(pc105)"     };
};

The problem seems to be resolved, maybe was a side effect of another bug?

Comment 7 Matěj Cepl 2010-03-08 19:06:40 UTC
Thank you for letting us know.

Comment 8 Peter Hutterer 2010-03-09 01:58:26 UTC

*** This bug has been marked as a duplicate of bug 571144 ***