Michele Calgaro via tde-users wrote:
I think the first step is to collect more info. When
the problem shows up
again, use setxkbmap to see what the current settings/options are. Try
changing the language and use setxkbmap to check whether the changes took
place or not.
I now ran setxkbmap without any argument and then tried ALT+Shift, but it
did not change the layout. I ran it with -query and -print
setxkbmap -print
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwertz)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+de+inet(evdev)" };
xkb_geometry { include "pc(pc105)" };
};
and while not switching between layouts (the icon is not changing and
setxkbmap output stays the same)
disable+enable the keyboard layouts and it works again. Now looking like
this
setxkbmap -print
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwertz)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols {
include
"pc+de(nodeadkeys)+us:2+bg(phonetic):3+ru(phonetic):4+inet(evdev)+group(alt_shift_toggle)"
};
xkb_geometry { include "pc(pc105)" };
};
I hope it helps to find a solution.
BR
PS: I did not reboot, logout/login or whatever