<?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/"
		>
<channel>
	<title>Comments on: Eclipse Buttons in Dialogs Not Working On Ubuntu</title>
	<atom:link href="http://blog.james-carr.org/2010/02/03/eclipse-buttons-in-dialogs-not-working-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.james-carr.org/2010/02/03/eclipse-buttons-in-dialogs-not-working-on-ubuntu/</link>
	<description>Rants and Musings of an Agile Developer</description>
	<lastBuildDate>Thu, 26 Jan 2012 11:54:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Keith</title>
		<link>http://blog.james-carr.org/2010/02/03/eclipse-buttons-in-dialogs-not-working-on-ubuntu/#comment-127113</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=657#comment-127113</guid>
		<description>Yea, that problem has been around for a while now and seems to affect many version of Eclipse and it&#039;s derivatives (Aptana Studio, Zend, etc).

To avoid having to manually set the environmental variable each time you need to use a program affected by the bug, a simple solution is to create a bash script, and run that instead, e.g.

touch AptanaFixed
chmod +x AptanaFixed

Then edit the file and add:

#!/bin/sh
export GDK_NATIVE_WINDOWS=1
/home/(your username)/Aptana\ Studio\ 2.0/AptanaStudio

Create a launcher or link and you are good to go.</description>
		<content:encoded><![CDATA[<p>Yea, that problem has been around for a while now and seems to affect many version of Eclipse and it&#8217;s derivatives (Aptana Studio, Zend, etc).</p>
<p>To avoid having to manually set the environmental variable each time you need to use a program affected by the bug, a simple solution is to create a bash script, and run that instead, e.g.</p>
<p>touch AptanaFixed<br />
chmod +x AptanaFixed</p>
<p>Then edit the file and add:</p>
<p>#!/bin/sh<br />
export GDK_NATIVE_WINDOWS=1<br />
/home/(your username)/Aptana\ Studio\ 2.0/AptanaStudio</p>
<p>Create a launcher or link and you are good to go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

