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)
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.
If KRDC is not connected/not running or connected in view mode only this will not happens.
In other words: you would like to have KRDC only sharing text in "Ctrl+c" clipboard, but not "selection" clipboard, right?
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
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