Bug 208325 - failures with cut, copy and paste actions in Eclipse.
Summary: failures with cut, copy and paste actions in Eclipse.
Status: RESOLVED NOT A BUG
Alias: None
Product: klipper
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Unspecified
: NOR normal
Target Milestone: ---
Assignee: Esben Mose Hansen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-23 21:45 UTC by georg
Modified: 2009-11-24 09:52 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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()".