<?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>Commentaires sur : Fixing some GoogleEarth 5 problems on Ubuntu 9.04</title>
	<atom:link href="http://leucos.lstilde.org/wp/2009/07/fixing-some-googleearth-5-problems-on-ubuntu-904/feed/" rel="self" type="application/rss+xml" />
	<link>http://leucos.lstilde.org/wp/2009/07/fixing-some-googleearth-5-problems-on-ubuntu-904/</link>
	<description>...about Linux, electronics, digital photography, whatever...</description>
	<lastBuildDate>Wed, 11 Jan 2012 21:53:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Par : website</title>
		<link>http://leucos.lstilde.org/wp/2009/07/fixing-some-googleearth-5-problems-on-ubuntu-904/comment-page-1/#comment-375</link>
		<dc:creator>website</dc:creator>
		<pubDate>Mon, 19 Dec 2011 23:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://leucos.lstilde.org/wp/?p=445#comment-375</guid>
		<description>3 cheese</description>
		<content:encoded><![CDATA[<p>3 cheese</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Guillermo</title>
		<link>http://leucos.lstilde.org/wp/2009/07/fixing-some-googleearth-5-problems-on-ubuntu-904/comment-page-1/#comment-205</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Wed, 18 Nov 2009 11:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://leucos.lstilde.org/wp/?p=445#comment-205</guid>
		<description>It worked!
I am not good with French, but: 
Mercy beaucoup, vous etes tres gentil, et maintenant je suis tres content parce que je viens de user windows pendant plus que 15 annes, et maintenant j&#039;ai decouvri que linux est une tres bonne option.

I can say that so far, I can do 99% of what I need to work. The only non compatible thing I have to use with a win xp VM is Gotomeeting (gotomeeting, mandatory for my company, verifies the OS before installing, so even with Wine it is possible to install) 

Once again, thank you very much.


Guillermo</description>
		<content:encoded><![CDATA[<p>It worked!<br />
I am not good with French, but:<br />
Mercy beaucoup, vous etes tres gentil, et maintenant je suis tres content parce que je viens de user windows pendant plus que 15 annes, et maintenant j&#8217;ai decouvri que linux est une tres bonne option.</p>
<p>I can say that so far, I can do 99% of what I need to work. The only non compatible thing I have to use with a win xp VM is Gotomeeting (gotomeeting, mandatory for my company, verifies the OS before installing, so even with Wine it is possible to install) </p>
<p>Once again, thank you very much.</p>
<p>Guillermo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : leucos</title>
		<link>http://leucos.lstilde.org/wp/2009/07/fixing-some-googleearth-5-problems-on-ubuntu-904/comment-page-1/#comment-198</link>
		<dc:creator>leucos</dc:creator>
		<pubDate>Sun, 15 Nov 2009 13:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://leucos.lstilde.org/wp/?p=445#comment-198</guid>
		<description>Hey Guillermo,

You can locate the GoogleEarth script by typing &#039;which googleearth&#039;
Check the file type with the &#039;file&#039; command before opening in an editor.
GoogleEarth ofter relocates in /opt, especially if you install the Google .bin instead of the Medibuntu .deb, so try to look over there.
You can also use &#039;find / -name googleearth -type f&#039; or &#039;locate googleearth&#039;, but the first might take a while to run (and might return several results) and the latter will be fast, but will probably return many results. You&#039;ll have to sort things out...

If everything fails, you can create a script yourself :

cat &gt; ~/ge&lt;&lt;EOF
#!/bin/sh
export LC_ALL=C
export LANG=C
googleearth
EOF

then make it executable :

chmod +x ~/ge

And run it with :

~/ge

Not very clean, but should work as last resort.
You can also move this script to /usr/local/bin/ to keep things organized.

Good luck.

BTW : there is a newer GE version available.</description>
		<content:encoded><![CDATA[<p>Hey Guillermo,</p>
<p>You can locate the GoogleEarth script by typing &#8216;which googleearth&#8217;<br />
Check the file type with the &#8216;file&#8217; command before opening in an editor.<br />
GoogleEarth ofter relocates in /opt, especially if you install the Google .bin instead of the Medibuntu .deb, so try to look over there.<br />
You can also use &#8216;find / -name googleearth -type f&#8217; or &#8216;locate googleearth&#8217;, but the first might take a while to run (and might return several results) and the latter will be fast, but will probably return many results. You&#8217;ll have to sort things out&#8230;</p>
<p>If everything fails, you can create a script yourself :</p>
<p>cat > ~/ge<<EOF<br />
#!/bin/sh<br />
export LC_ALL=C<br />
export LANG=C<br />
googleearth<br />
EOF</p>
<p>then make it executable :</p>
<p>chmod +x ~/ge</p>
<p>And run it with :</p>
<p>~/ge</p>
<p>Not very clean, but should work as last resort.<br />
You can also move this script to /usr/local/bin/ to keep things organized.</p>
<p>Good luck.</p>
<p>BTW : there is a newer GE version available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Guillermo</title>
		<link>http://leucos.lstilde.org/wp/2009/07/fixing-some-googleearth-5-problems-on-ubuntu-904/comment-page-1/#comment-197</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Sun, 15 Nov 2009 13:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://leucos.lstilde.org/wp/?p=445#comment-197</guid>
		<description>Thank you for your nice explanation. It is quite for me that I have this wrong coordinates problem. 
The only thing is that I have been looking for /usr/bin/googleearth and there is nothing there. I have been trying to find this config script somewhere else, even opening different google fiiles to see if I find these lines to change, but nothing yet. I tryied browsing the files navigator and actioning ctrl + h just in case the file was hidden. I started the nautilus as root to try to find it. I have ubuntu 9.04 and google earth 5.0.11337.1968 (beta).</description>
		<content:encoded><![CDATA[<p>Thank you for your nice explanation. It is quite for me that I have this wrong coordinates problem.<br />
The only thing is that I have been looking for /usr/bin/googleearth and there is nothing there. I have been trying to find this config script somewhere else, even opening different google fiiles to see if I find these lines to change, but nothing yet. I tryied browsing the files navigator and actioning ctrl + h just in case the file was hidden. I started the nautilus as root to try to find it. I have ubuntu 9.04 and google earth 5.0.11337.1968 (beta).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Dallco</title>
		<link>http://leucos.lstilde.org/wp/2009/07/fixing-some-googleearth-5-problems-on-ubuntu-904/comment-page-1/#comment-145</link>
		<dc:creator>Dallco</dc:creator>
		<pubDate>Thu, 09 Jul 2009 16:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://leucos.lstilde.org/wp/?p=445#comment-145</guid>
		<description>Thanks you saved my day.
Now I can plan my holliday on the french coast in a descent way.</description>
		<content:encoded><![CDATA[<p>Thanks you saved my day.<br />
Now I can plan my holliday on the french coast in a descent way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  leucos.lstilde.org/wp/2009/07/fixing-some-googleearth-5-problems-on-ubuntu-904/feed/ ) in 0.11698 seconds, on Feb 5th, 2012 at 2:19 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 3:19 am UTC -->
