https://bugs.kde.org/show_bug.cgi?id=522189
--- Comment #13 from [email protected] --- why is this categorized as a login manager issue? - it's a system-wide issue. In my case, after logging in, I enabled "Layouts" in KDE Settings and added the correct layout to the empty list. These commands were run after fixing the problem (as the instructions didn't get added until a few days later) cat /etc/default/keyboard # KEYBOARD CONFIGURATION FILE # Consult the keyboard(5) manual page. XKBMODEL="pc105" XKBLAYOUT="se" XKBVARIANT="" BACKSPACE="guess" cat /etc/X11/xorg.conf.d/*keyboard.conf # Written by systemd-localed(8), read by systemd-localed and Xorg. It's # probably wise not to edit this file manually. Use localectl(1) to # update this file. Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" Option "XkbLayout" "se" EndSection cat /var/lib/plasmalogin/.config/plasma-localerc [Formats] LANG=en_SE.UTF-8 -- You are receiving this mail because: You are watching all bug changes.
