<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Fixing Copy-Paste issues on Eclipse and KDE</title>
	<atom:link href="http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/</link>
	<description>Lets have some drink and discuss a bit about Linux, Eclipse and Computer Programming.</description>
	<lastBuildDate>Tue, 27 Oct 2009 18:29:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ligi</title>
		<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/#comment-123</link>
		<dc:creator>ligi</dc:creator>
		<pubDate>Sat, 24 Oct 2009 14:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=31#comment-123</guid>
		<description>Thanx a lot for this investigation - the uncheck solution works very fine for me!</description>
		<content:encoded><![CDATA[<p>Thanx a lot for this investigation &#8211; the uncheck solution works very fine for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kipper</title>
		<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/#comment-122</link>
		<dc:creator>kipper</dc:creator>
		<pubDate>Wed, 21 Oct 2009 15:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=31#comment-122</guid>
		<description>Awesome. Thanks for investigating this. I&#039;m happy with the workaround #2. :)

KDE4
Eclipse Galileo</description>
		<content:encoded><![CDATA[<p>Awesome. Thanks for investigating this. I&#8217;m happy with the workaround #2. :)</p>
<p>KDE4<br />
Eclipse Galileo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Provenzani</title>
		<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/#comment-118</link>
		<dc:creator>Luca Provenzani</dc:creator>
		<pubDate>Fri, 25 Sep 2009 15:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=31#comment-118</guid>
		<description>Fantastic solution:uncheck ‘Prevent empty clipboard‘ in Klipper’s settings!!
Thank you a lot!</description>
		<content:encoded><![CDATA[<p>Fantastic solution:uncheck ‘Prevent empty clipboard‘ in Klipper’s settings!!<br />
Thank you a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freeman</title>
		<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/#comment-117</link>
		<dc:creator>freeman</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=31#comment-117</guid>
		<description>I have turned off klipper but it still happens:(</description>
		<content:encoded><![CDATA[<p>I have turned off klipper but it still happens:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esben Mose Hansen</title>
		<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/#comment-116</link>
		<dc:creator>Esben Mose Hansen</dc:creator>
		<pubDate>Wed, 23 Sep 2009 20:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=31#comment-116</guid>
		<description>(Klipper sort-of-maintainer here) 

It is most probably because Eclipse is one of the programs that empties the clipboard before claiming it. If that is case, the best solution would be for Eclipse to stop doing that... at best, it is unnecessary chatter via. the X protocol. It might also introduce a race condition, especially in these multicore days, as you probably see with Klipper here.

The bit about Klipper enabling cross-app cut&amp;paste functionality is completely wrong; it has nothing to do with Klipper and is a basic X feature, with some additional features in the XFixes extensions.

Klipper does 3 things:
1. Provide a searchable history
2. Provide optional sync. between SELECTION and PRIMARY (that is, the mouse selection and the good old clipboard)
3. Optionally saves clipboard data if the owning application exists (that is the prevent empty feature)
4. Finally, klipper can perform various actions from the clipboard, e.g. start a browser if the a link is selected.

Hope that clears up some points. Sorry about the Monty P. reference.


Of course, it might be something completely different.</description>
		<content:encoded><![CDATA[<p>(Klipper sort-of-maintainer here) </p>
<p>It is most probably because Eclipse is one of the programs that empties the clipboard before claiming it. If that is case, the best solution would be for Eclipse to stop doing that&#8230; at best, it is unnecessary chatter via. the X protocol. It might also introduce a race condition, especially in these multicore days, as you probably see with Klipper here.</p>
<p>The bit about Klipper enabling cross-app cut&amp;paste functionality is completely wrong; it has nothing to do with Klipper and is a basic X feature, with some additional features in the XFixes extensions.</p>
<p>Klipper does 3 things:<br />
1. Provide a searchable history<br />
2. Provide optional sync. between SELECTION and PRIMARY (that is, the mouse selection and the good old clipboard)<br />
3. Optionally saves clipboard data if the owning application exists (that is the prevent empty feature)<br />
4. Finally, klipper can perform various actions from the clipboard, e.g. start a browser if the a link is selected.</p>
<p>Hope that clears up some points. Sorry about the Monty P. reference.</p>
<p>Of course, it might be something completely different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/#comment-115</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=31#comment-115</guid>
		<description>You just saved my sanity and what little hair I have left (from me pulling it out)!

Thank you thank you thank you!!</description>
		<content:encoded><![CDATA[<p>You just saved my sanity and what little hair I have left (from me pulling it out)!</p>
<p>Thank you thank you thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pgraham</title>
		<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/#comment-108</link>
		<dc:creator>pgraham</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=31#comment-108</guid>
		<description>Hey thanks, this is great.  I&#039;m still noticing some minor issues like the last couple of characters being left off when I combine mouse selecting with -v but other than that is works great!  I can now actually trust that when I copy something it will actually get copied.</description>
		<content:encoded><![CDATA[<p>Hey thanks, this is great.  I&#8217;m still noticing some minor issues like the last couple of characters being left off when I combine mouse selecting with -v but other than that is works great!  I can now actually trust that when I copy something it will actually get copied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brecke</title>
		<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/#comment-99</link>
		<dc:creator>brecke</dc:creator>
		<pubDate>Mon, 03 Aug 2009 10:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=31#comment-99</guid>
		<description>many many thanks, this bug has been driving me nuts...

*puts down the gun*</description>
		<content:encoded><![CDATA[<p>many many thanks, this bug has been driving me nuts&#8230;</p>
<p>*puts down the gun*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart van Deenen</title>
		<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/#comment-98</link>
		<dc:creator>Bart van Deenen</dc:creator>
		<pubDate>Fri, 31 Jul 2009 11:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=31#comment-98</guid>
		<description>Thanks dude!!!! :-)
Was driving me nuts.</description>
		<content:encoded><![CDATA[<p>Thanks dude!!!! :-)<br />
Was driving me nuts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://techtavern.wordpress.com/2008/08/10/fixing-copy-paste-issues-on-eclipse-and-kde/#comment-97</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 31 Jul 2009 10:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://techtavern.wordpress.com/?p=31#comment-97</guid>
		<description>Thanks for this solution. I&#039;m sure I would have had RSI within a month from hitting Ctrl+C like a machine gun all day.</description>
		<content:encoded><![CDATA[<p>Thanks for this solution. I&#8217;m sure I would have had RSI within a month from hitting Ctrl+C like a machine gun all day.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
