Bug 208325

Summary: failures with cut, copy and paste actions in Eclipse.
Product: [Applications] klipper Reporter: georg <piece>
Component: generalAssignee: Esben Mose Hansen <kde>
Status: RESOLVED NOT A BUG    
Severity: normal CC: dimsuz, francis.giraldeau
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description georg 2009-09-23 21:45:32 UTC
Version:            (using KDE 4.3.1)
Installed from:    Ubuntu Packages

 


http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/
Comment 1 georg 2009-09-23 21:48:47 UTC
sh*** pressed enter per incident.
If you use eclipse copy and paste works sometimes not. I googled a while and found the link above, describing the problem and working workarounds quite well.
Comment 2 Francis Giraldeau 2009-10-05 17:13:11 UTC
I confirm this bug is present on KDE 4.3.1 and eclipse galileo
Comment 3 Esben Mose Hansen 2009-11-23 22:26:16 UTC

*** This bug has been marked as a duplicate of bug 166606 ***
Comment 4 Esben Mose Hansen 2009-11-24 09:52:56 UTC
Turns out it was not a duplicate (of that bug anyway). 

This is an eclipse bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=153809. It
seems to be on it's way to be patched, so that is good.

For future reference, the broken gtk function is
"gtk_clipboard_set_with_data()" and the working one is
"gtk_clipboard_set_with_owner()".