Summary: | krdc 4.10.97 fails using xfreerdp keyboard selection | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Daniel Eckl <daniel.eckl> |
Component: | RDP | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aermler, cedric.devillers, galantan2008, karel.haruda |
Priority: | NOR | ||
Version: | 4.10.97 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krdc/132458537892f5297f94737c529cee186934d020 | Version Fixed In: | 4.11.1 |
Sentry Crash Report: |
Description
Daniel Eckl
2013-08-06 08:55:28 UTC
My workaround for now is a wrapper for xfreerdp, placed in my ~/bin folder: #!/bin/sh options=$( echo "$@" | sed -e 's/ -k de / -k 0x00000407 /' ) /usr/bin/xfreerdp $options I can confirm this issue and will look into it soon. An even easier workaround: put "-k 0x00000407" into the "Extra options" field (Host configuration dialog). Nice workaround, Urs, thank you. It then sends both options, but the correct one takes precedence (maybe because it is set after "-k de"). If your workaround is easier depends on how many different hosts you are using. If one is using more than a hand full hosts, mine could be easier, as it fixes them all at once and revert back later is just an "rm" ;) Git commit 132458537892f5297f94737c529cee186934d020 by Urs Wolfer. Committed on 18/08/2013 at 12:13. Pushed by uwolfer into branch 'KDE/4.11'. fix RDP keyboad layout setting - got broken due to rdesktop to xfreerdp migration - just support already supported layouts from rdesktop (due to message freeze in stable branch) FIXED-IN: 4.11.1 M +170 -1 rdp/rdpview.cpp M +5 -0 rdp/rdpview.h http://commits.kde.org/krdc/132458537892f5297f94737c529cee186934d020 *** Bug 323836 has been marked as a duplicate of this bug. *** *** Bug 323890 has been marked as a duplicate of this bug. *** *** Bug 324046 has been marked as a duplicate of this bug. *** *** Bug 324545 has been marked as a duplicate of this bug. *** |