Bug 89480

Summary: different keyboard layouts in X11 and VT
Product: systemd Reporter: Tomasz Paweł Gajc <tpgxyz>
Component: generalAssignee: systemd-bugs
Status: NEW --- QA Contact: systemd-bugs
Severity: major    
Priority: high    
Version: unspecified   
Hardware: All   
OS: Linux (All)   
URL: http://calamares.io/bugs/browse/CAL-206
Whiteboard:
i915 platform: i915 features:

Description Tomasz Paweł Gajc 2015-03-07 01:42:21 UTC
This happens with systemd-219

$ localectl
   System Locale: LANG=it_IT.UTF-8
       VC Keymap: it2
      X11 Layout: it
       X11 Model: pc105

$ more /etc/X11/xorg.conf.d/*keyb*.conf
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "it"
        Option "XkbModel" "pc105"
EndSection

In VT key "-" does not print "-" but "/" while in X11 key "-" prints good char.

Please help :)
Comment 1 Tomasz Paweł Gajc 2015-06-09 12:39:41 UTC
Ping anyone ?

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.