Topic: Howto Google Earth on Crunchbang Statler 32 & 64bit [updated]
Tested on 32bit and 64bit Statler
Google Earth seems to throw up error messages lately:
setup.data/setup.xml:1: parser error : Document is empty
^
setup.data/setup.xml:1: parser error : Start tag expected, '<' not found
^
Couldn't load 'setup.data/setup.xml'So here is the cure:
1. First install “lsb-core”
sudo apt-get install lsb-core
2. Download and extract Google Earth to a temporary dIrectory:
wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin --target /tmp/geI did this with Crunchbang 64, and the Google earth gui installer opened automatically, so I just clicked "install" and that was it.
However, if yours doesn't, launch the installer like this:
3. Run the installer:
cd /tmp/ge./setup.shThe new Google Earth didn't give me any gtk2 problems, if yours does, do this:
4. Change to the temp directory and change setupgtk to setupgtk2:
cd /tmp/ge/setup.data/bin/Linux/x86/sudo mv setup.gtk setup.gtk2cd /tmp/ge5. Run the installer again:
./setup.shNow the Google Gui installer will open.

I have had to use this method on three machines, you may not get errors installing the normal way on your machine. There may also be another fix, but this is the way I did it.
Last edited by rich (2011-03-31 09:51:50)