<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lukewarm &#187; eclipse</title>
	<atom:link href="http://www.imluke.net/blog/tag/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://www.imluke.net/blog</link>
	<description>Luke&#039;s lukewarm life now gets some {GREEN}.</description>
	<lastBuildDate>Tue, 29 Jun 2010 09:49:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Eclipse and Ubuntu</title>
		<link>http://www.imluke.net/blog/219_eclipse-and-ubuntu.html</link>
		<comments>http://www.imluke.net/blog/219_eclipse-and-ubuntu.html#comments</comments>
		<pubDate>Sat, 05 Dec 2009 02:00:27 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.imluke.net/blog/?p=219</guid>
		<description><![CDATA[Some buttons in Eclipse 3.5 under Ubuntu 9.10 won&#8217;t work but short cut key works. It&#8217;s because SWT eclipse uses have some problem with the underlying GTK. Also this will be fixed in eclipse 3.5.2, the is a work around for those older 3.5 releases. Write a simple shell script to start eclipse: #!/bin/sh export [...]]]></description>
			<content:encoded><![CDATA[<p>Some buttons in Eclipse 3.5 under Ubuntu 9.10 won&#8217;t work but short cut key works. It&#8217;s because SWT eclipse uses have <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=287307">some problem</a> with the <a href="http://git.gnome.org/cgit/gtk+/commit/?id=a79f929dd6c89fceeaf0d9039e5a10cad9d87d2f">underlying GTK</a>.</p>
<p>Also this will be fixed in eclipse 3.5.2, the is a work around for those older 3.5 releases. Write a simple shell script to start eclipse:</p>
<pre>#!/bin/sh
export GDK_NATIVE_WINDOWS=1
~/bin/eclipse</pre>
<p>Replace <code>"~/bin/eclipse"</code> with your eclipse path.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/219_eclipse-and-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
