Bug 96838 - keyboardlayout of by one
Summary: keyboardlayout of by one
Status: RESOLVED FIXED
Alias: None
Product: krdc
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: tim
URL:
Keywords:
: 103018 113504 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-12 13:15 UTC by Christer Eriksson
Modified: 2005-09-29 03:32 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch against kdenetwork-3.3.92 (616 bytes, patch)
2005-02-11 10:31 UTC, Andreas Kling
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christer Eriksson 2005-01-12 13:15:05 UTC
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
Comment 1 Andreas Kling 2005-02-11 10:29:47 UTC
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.
Comment 2 Andreas Kling 2005-02-11 10:31:39 UTC
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.
Comment 3 Ivor Hewitt 2005-06-17 21:24:38 UTC
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>
Comment 4 Andreas Kling 2005-07-23 17:08:41 UTC
*** Bug has been marked as fixed ***.
Comment 5 Thiago Macieira 2005-08-08 05:48:35 UTC
*** Bug 103018 has been marked as a duplicate of this bug. ***
Comment 6 Thiago Macieira 2005-08-08 05:49:37 UTC
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.
Comment 7 Thiago Macieira 2005-09-29 03:32:20 UTC
*** Bug 113504 has been marked as a duplicate of this bug. ***