Version: 3.3.2 (using KDE KDE 3.3.2) Installed from: Gentoo Packages OS: Linux When choosing swedish keyboardlayout for a rdp connection, rdesktop i started with -k sl. Choosing Thai keyboardlayout gives -k sv
I believe this is caused by the absence of the Hungarian (HU) keyboard layout in krdc/rdp/rdpprefs.ui. Italian (IT) maps to Hungarian, and all keymaps below it are off by one.
Created attachment 9554 [details] Patch against kdenetwork-3.3.92 This patch adds Hungarian (hu) above Italian (it) in the keymap list, hopefully fixing the issue.
SVN commit 426589 by ivor: Fix missing hungarian keyboard layout from prefs. Patch from Andreas Kling. CCBUG: 96838 M +5 -0 rdpprefs.ui --- trunk/KDE/kdenetwork/krdc/rdp/rdpprefs.ui #426588:426589 @@ -196,6 +196,11 @@ </item> <item> <property name="text"> + <string>Hungarian (hu)</string> + </property> + </item> + <item> + <property name="text"> <string>Italian (it)</string> </property> </item>
*** Bug has been marked as fixed ***.
*** Bug 103018 has been marked as a duplicate of this bug. ***
For those of you reporting this bug against KDE 3.4.2: it has not been fixed in that version (because it adds a new string). Please test KDE 3.5.0 alpha 1.
*** Bug 113504 has been marked as a duplicate of this bug. ***