systemd 208, archlinux Executing localectl set-x11-keymap <layout> <model> <variant> without any argument break X config. For example: #localectl set-x11-keymap us,ru pc104 grp:alt_shift_toggle #localectl status System Locale: LANG=ru_RU.utf8 VC Keymap: ru X11 Layout: ru,us X11 Model: pc104 X11 Variant: grp:ctrl_shift_toggle As you there is error in X11Variant. Correct command for this example: #localectl set-x11-keymap us,ru pc104 "" grp:alt_shift_toggle //with quotes !!! # localectl status System Locale: LANG=ru_RU.utf8 LC_COLLATE=C VC Keymap: us X11 Layout: us,ru X11 Model: pc104 X11 Options: grp:alt_shift_toggle As simple way - write about in man page
*** This bug has been marked as a duplicate of bug 64973 ***
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.