Bug 284439

Summary: Select a text copy data directly to clipboard if KRDC is running and connected
Product: [Applications] krdc Reporter: Mathias K. <mathen>
Component: generalAssignee: Urs Wolfer <uwolfer>
Status: RESOLVED FIXED    
Severity: normal CC: cfeck, l.lunak
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: 4.8

Description Mathias K. 2011-10-19 08:05:41 UTC
Version:           4.7 (using KDE 4.7.2) 
OS:                Linux

If i select a text e.g. from the konsole with the mouse the text is directly copied to the clipboard and not hold in the select buffer. I have tried to disable it with klipper but any option i tried change nothing on this behaviour.
If i write a text and i need to replace a word and copy the source into the clipboard and then select the word i want to replace the clipboard is overwritten with the selection. This is really bad.

Reproducible: Always

Steps to Reproduce:
Select text (A)
Copy text (A) to clipboard (e.g. CTRL+C)
Select another text (B)
Paste the clipboard


Actual Results:  
Output is text (B)

Expected Results:  
Output is text (A)
Comment 1 Mathias K. 2011-10-19 09:05:26 UTC
EDIT:

this only happens if a active KRDC-VNC connection is running in the background. If KRDC is not connected/not running this will not happens.
Comment 2 Mathias K. 2011-10-19 09:41:22 UTC
If KRDC is not connected/not running or connected in view mode only this will not happens.
Comment 3 Urs Wolfer 2011-12-29 19:55:50 UTC
In other words: you would like to have KRDC only sharing text in "Ctrl+c" clipboard, but not "selection" clipboard, right?
Comment 4 Urs Wolfer 2012-01-04 20:05:40 UTC
SVN commit 1271614 by uwolfer:

Do not try to share selection clipboard which breaks things (VNC).

Related: bug 242347,FIXED-IN: 4.8

 M  +0 -17     vncview.cpp  
 M  +0 -1      vncview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1271614
Comment 5 Urs Wolfer 2012-01-04 20:09:05 UTC
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 242347,FIXED-IN: 4.8

 M  +0 -17     vncview.cpp  
 M  +0 -1      vncview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1271615