https://bugs.kde.org/show_bug.cgi?id=295438
--- Comment #63 from Marco <brbr...@gmail.com> --- This bug is indeed very annoying, on a daily basis. I've found a way to always reproduce: 1. Reboot and log into KDE. Now everything works well and "setxkbmap -print" gives xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; xkb_symbols { include "pc+us+it:2+inet(evdev)+group(shifts_toggle)" }; xkb_geometry { include "pc(pc101)" }; }; 2. Suspend to RAM and resume. Now the shortcut does not work, nor left clicks on the tray icon. "setxkbmap -print" is now: xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; xkb_symbols { include "pc+it+inet(evdev)" }; xkb_geometry { include "pc(pc105)" }; }; 3. If I right click on the tray icon, and select US keymap, the locale changes but (1) shortcut and left click on tray icon are still not working, (2) if I right click on tray icon, I see two entries for US and one for IT. Very strange. Now it is xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; xkb_symbols { include "pc+us+us:2+inet(evdev)" }; xkb_geometry { include "pc(pc105)" }; }; I have: KDE Plasma 5.6.5 KDE Frameworks 5.23.0 Qt 5.6.1 Let me know if I can do more. -- You are receiving this mail because: You are watching all bug changes.