Bug 354829

Summary: Changing the keyboard layout does not affect sddm
Product: [Applications] systemsettings Reporter: supaiku <supaiku>
Component: kcm_keyboard_layoutAssignee: Andriy Rysin <arysin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 5.4.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description supaiku 2015-11-04 12:45:55 UTC
$ cat /etc/X11/xorg.conf.d/00-keyboard.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" "de"
        Option "XkbModel" "pc105"
        Option "XkbVariant" "nodeadkeys"
        Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection


Despite the above output, sddm loads the wrong layout.

Reproducible: Always

Steps to Reproduce:
1. Change the keyboard layout to a non-us layout
2. Restart, reboot sddm or whatever
3. sddm ignores the keyboard layout

Actual Results:  
sddm refuses to use the specified keyboard layout.

Expected Results:  
Well, sddm should respect my /etc/X11/xorg.conf.d/00-keyboard.conf
Comment 1 Christoph Feck 2015-12-03 19:33:57 UTC

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