Summary: | Krdc is breaks clipboard functionality | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Hubert Kroess <hubert.kroess> |
Component: | RDP | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bake.earmuffs, wiselord1983 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krdc/10c641f46f19c6e41a70f587b11592f3ed74670c | Version Fixed In: | 15.04 |
Sentry Crash Report: | |||
Attachments: | Fix for clipboard cutting issue |
Description
Hubert Kroess
2010-06-21 13:04:34 UTC
Can you please try if you can reproduce this issue with rdesktop started from Konsole? KRDC RDP support is based on rdesktop. I made some tests with rdesktop started from console and there is no problem. That one seems to be releated to krdc I have the same problem. When Krdc started (even on another desktop workspace), it is impossible to work with clipoard - it contains only part of text selection I have made. When viewing klipper's history, I see that all selection was placed to clipboard, but it was replaced by part of selection next moment. It seems that problem comes only with non-latin characters in selection. For example (after clearing klipper history): 1) I select "functionality" word (on this page) -> I have only one entry "functionality" in klipper history. 2) I select any word with non-latin symbols, "компьютер" for example -> I have two entries in klipper history "компьютер" is first and "комп�" is second. It looks that 9 UTF-8 symbols (18 bytes) of "компьютер" were converted to 9 bytes of "комп�" word. May be Hubert Kroess, the bug reporter, also have problems with non-latin (umlauts, for example). When Krdc is not running, it seems there is no problem at all. (In reply to comment #3) > I have the same problem. > [...] Do you also have this issue with a RDP session? In RDP mode, KRDC does not share any clipboard content. I do not have an idea why this happens. Exactly the same problem. In the meantime i switched to remmina because i had allways the clipboard problem Am 02.01.2012 15:32, schrieb Urs Wolfer: > https://bugs.kde.org/show_bug.cgi?id=242347 > > > > > > --- Comment #4 from Urs Wolfer<uwolfer kde org> 2012-01-02 14:32:50 --- > (In reply to comment #3) >> I have the same problem. >> [...] > Do you also have this issue with a RDP session? > > In RDP mode, KRDC does not share any clipboard content. I do not have an idea > why this happens. > SVN commit 1271614 by uwolfer: Do not try to share selection clipboard which breaks things (VNC). Related: bug 284439 FIXED-IN: 4.8 M +0 -17 vncview.cpp M +0 -1 vncview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1271614 SVN commit 1271615 by uwolfer: Backport to 4.8 branch: SVN commit 1271614 by uwolfer: Do not try to share selection clipboard which breaks things (VNC). Related: bug 284439 FIXED-IN: 4.8 M +0 -17 vncview.cpp M +0 -1 vncview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1271615 Created attachment 92058 [details]
Fix for clipboard cutting issue
Not sure why this issue was closed. I'm still experiencing the same behavior described by WiseLord.
However, I was able to find a fix for it - clipboard.cut.patch
Git commit 10c641f46f19c6e41a70f587b11592f3ed74670c by Urs Wolfer. Committed on 19/04/2015 at 17:07. Pushed by uwolfer into branch 'Applications/15.04'. Fix issue with vnc clipboard sharing (non-latin characters) Thanks to Eduard Valiauka <nsbm.abbath gmail.com> for the patch. FIXED-IN: 15.04 M +2 -1 vnc/vncclientthread.cpp http://commits.kde.org/krdc/10c641f46f19c6e41a70f587b11592f3ed74670c |