Bug 354829 - Changing the keyboard layout does not affect sddm
Summary: Changing the keyboard layout does not affect sddm
Status: RESOLVED DUPLICATE of bug 343427
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_keyboard_layout (show other bugs)
Version: 5.4.3
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Andriy Rysin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-04 12:45 UTC by supaiku
Modified: 2015-12-03 19:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***