Version: (using KDE KDE 3.4.0) Installed from: Compiled From Sources OS: Linux In KDE 3.4 in "Lock screen" or "Lock session" window, don't work switch keyboard layout. If I click on button "en", it change to "err", rather then "ru". In KDE 3.3.1 was all right. Inside KDE all right, keyboard switching fine. If I lock screen, when layout is "ru", then I have no chance to reverse to the KDE.
See the same thing on KDE 3.4.0 and FreeBSD 5.4 with non-Latin keyboard layouts (uk,ru).
*** Bug 108137 has been marked as a duplicate of this bug. ***
Created attachment 11809 [details] Fix This is because '&' gets stuck in there automatically by something associating an accelerator. If the text attached to the button cannot be found, the patch will strip '&' and try again.
Yeah, this is because by default KCheckAccelerators runs and calls KAccelManager. (Which is kind of weird, IMHO) Check out the patch in http://bugs.kde.org/show_bug.cgi?id=108137 , I just hold an iterator to the layouts list, instead of using the button text.
fixed in trunk and 3.4 branch. i committed mostly omri's patch ... unfortunately i forgot to credit him ...
*** Bug 109234 has been marked as a duplicate of this bug. ***