https://bugs.kde.org/show_bug.cgi?id=448377
ratijas <m...@ratijas.tk> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #2 from ratijas <m...@ratijas.tk> --- A magical "fix" to all these problems at once: Set English layout's variant to something other than empty/default one. For example, «English (Macintosh)» will do. As a result: - Spelling of the layout is fixed in applet, at lock screen, and in `setxkbmap -query` - Meta+Space shortcut works again. Conclusion: something is lost along the lines when parsing config with an empty `VariantList=,` record. It's almost like if it consumes the next line instead on stopping at the \n, except the `VariantList` is on the last line in my config, so this theory does not hold water. Other possible scenario might be some kind of memory leak or out-of-bounds access. In any case, the kxkb subsystem is clearly the culprit here, and KCM code couldn't do much about it. -- You are receiving this mail because: You are watching all bug changes.