<?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>Vladzur&#039;s Blog &#187; Eclipse</title>
	<atom:link href="http://vladzur.sangrederosas.cl/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://vladzur.sangrederosas.cl</link>
	<description>Sobre PHP, Ubuntu, CakePHP y otras cosas</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:06:54 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Problemas con Eclipse y Ubuntu 9.10</title>
		<link>http://vladzur.sangrederosas.cl/2009/11/11/problemas-con-eclipse-y-ubuntu-9-10/</link>
		<comments>http://vladzur.sangrederosas.cl/2009/11/11/problemas-con-eclipse-y-ubuntu-9-10/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/?p=390</guid>
		<description><![CDATA[Ubuntu 9.10 funciona excelente, un tema limpio y claro, un rendimiento mejorado y hasta aquí todo bien, pero cuando me puse a trabajar en Eclipse y traté de crear un nuevo proyecto, ¡sorpresa! los botones de los diálogos NO funcionan. Se pueden hacer funcionar haciendo clic en el botón o seleccionándolo con [tab] y luego [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vladzur.sangrederosas.cl/wp-content/2009/10/eclipse.png"><img class="alignleft size-thumbnail wp-image-268" title="eclipse" src="http://vladzur.sangrederosas.cl/wp-content/2009/10/eclipse-150x91.png" alt="eclipse" width="150" height="91" /></a>Ubuntu 9.10 funciona excelente, un tema limpio y claro, un rendimiento mejorado y hasta aquí todo bien, pero cuando me puse a trabajar en Eclipse y traté de crear un nuevo proyecto, ¡sorpresa! los botones de los diálogos NO funcionan. Se pueden hacer funcionar haciendo clic en el botón o seleccionándolo con [tab] y luego con [enter], pero no es lo más elegante.</p>
<p>Buscando por ahí, encontré esto:</p>
<blockquote><p>After upgrading to Ubuntu 9.10 (Karmic Koala) some buttons no longer work in Eclipse 3.5. Clicking has no effect but keyboard shortcuts still work.</p>
<p>It looks like Eclipse is doing some <span style="text-decoration: line-through;">nasty stuff</span> advanced hacking in SWT on GTK. <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=287307">This bug</a> is fixed in 3.6M2 but you can <a href="http://git.gnome.org/cgit/gtk+/commit/?id=a79f929dd6c89fceeaf0d9039e5a10cad9d87d2f">work around</a> the issue in Eclipse 3.5 by launching Eclipse through the following small shell script (assuming Eclipse is installed in /opt/eclipse-3.5)</p></blockquote>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #666666; font-style: italic;">#!/bin/sh</span></li><li><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">GDK_NATIVE_WINDOWS</span>=<span style="color: #000000;">1</span></li><li><span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>eclipse-<span style="color: #000000;">3.5</span><span style="color: #000000; font-weight: bold;">/</span>eclipse</li><li></li></ol></div></pre><!--END_DEVFMTCODE--><br />
Se debe cambiar /opt/eclipse-3.5/eclipse por /home/usuario/eclipse/eclipse o la ruta a tu eclipse.</p>
<p>Ésta solución temporal es bastante útil, pero debemos esperar una pronta solución por parte de Ubuntu.<br />
Origen: <a href="http://www.norio.be/blog/2009/10/problems-eclipse-buttons-ubuntu-910" target="_blank">http://www.norio.be/blog/2009/10/problems-eclipse-buttons-ubuntu-910</a></p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2009/11/11/problemas-con-eclipse-y-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
