Showing posts with label google earth. Show all posts
Showing posts with label google earth. Show all posts

Sunday, June 21, 2009

Google Earth 5.0 in Ubuntu 9.04 64-bit

There's a bit of a gochya when installing Google Earth in Ubuntu 9.04, 64-bit. If you read my previous blog post on this topic, that'll get you part way to installing it. However, it won't run properly, and will give you the following error message:

"google earth detected an error while trying to authenticate"

There is a missing dependancy, so all you have to do to get it to run is to do this:

> sudo apt-get install lib32nss-mdns

Happy Google Earth Surfing.

Sunday, January 11, 2009

Installing Google Earth in Ubuntu

I recently installed Google Earth 4.3 in Ubuntu 8.10 (64-bit). I suspect the issue I discovered will be relevant for more than just these versions of software. To install it, use the following method:

1. Download it to your desktop
2. cd ~/Desktop
3. chmod +x GoogleEarthLinux.bin
4. sudo ./GoogleEarthLinux.bin

DO NOT let it launch GE after the installation. Close down the installer, then launch GE from the desktop or menu icon. If you let it launch GE from the installer, some files will be created under the root account. You then won't be able to run it as a normal user. If this happens to you, follow this remedy:

1. cd ~
2. sudo rm -Rf .config/Google
3. sudo rm -Rf .googleearth

Things should now work as expected.