<?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>Python Blog - All about python &#187; issue</title>
	<atom:link href="http://www.python-blog.com/tag/issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.python-blog.com</link>
	<description>and technologies around</description>
	<lastBuildDate>Tue, 27 Jul 2010 19:58:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse button issue on ubuntu 9.10</title>
		<link>http://www.python-blog.com/2009/11/15/eclipse-button-issue-on-ubuntu-9-10/</link>
		<comments>http://www.python-blog.com/2009/11/15/eclipse-button-issue-on-ubuntu-9-10/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:05:54 +0000</pubDate>
		<dc:creator>Marcin Kuźmiński</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[python blog]]></category>
		<category><![CDATA[ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://www.python-blog.com/?p=210</guid>
		<description><![CDATA[I installed new eclipse on ubuntu 9.10, and noticed that manu of FINISH,
NEXT buttons are not working correctly ( you can&#8217;t click them).
So it found out it&#8217;s eclipse bug, but fortunately there is a simple
solution to this problem.
Write a startup script:
#!/bin/sh
export GDK_NATIVE_WINDOWS=1
/path_to_eclipse/eclipse
Save it as eclipse-run.sh make it +x, and the buttons will work now if [...]]]></description>
			<content:encoded><![CDATA[<p>I installed new eclipse on ubuntu 9.10, and noticed that manu of FINISH,<br />
NEXT buttons are not working correctly ( you can&#8217;t click them).</p>
<p>So it found out it&#8217;s eclipse bug, but fortunately there is a simple<br />
solution to this problem.</p>
<p>Write a startup script:</p>
<pre>#!/bin/sh
export GDK_NATIVE_WINDOWS=1
/path_to_eclipse/eclipse</pre>
<p>Save it as eclipse-run.sh make it +x, and the buttons will work now if you<br />
run your eclipse via the run script.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.python-blog.com/2009/11/15/eclipse-button-issue-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
