GoogleEarth

Differences between revisions 1 and 20 (spanning 19 versions)
Revision 1 as of 2005-12-08 12:46:22
Size: 2389
Editor: 81-174-39-26
Comment:
Revision 20 as of 2006-06-15 23:00:05
Size: 1506
Editor: cpe-069-134-168-042
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Google earth works with wine 0.9.x = Google Earth allows you to view the Earth in 3D.
Line 3: Line 3:
== Installing Google Earth ==
Line 4: Line 5:
== WINE INSTALL ==
add following line to your /etc/apt/sources.list
deb http://wine.sourceforge.net/apt/ binary/
and do a
sudo apt-get update && sudo apt-get upgrade
1. Download the linux version of Google Earth from http://earth.google.com/download-earth.html to your desktop.
Line 10: Line 7:
== GOOGLE EARTH INSTALL == 2. Make the file executable ''chmod +x ~/Desktop/GoogleEarthLinux.bin''
Line 12: Line 9:
=== Installation === 3. Press Alt + F2 to open the run dialog box.
Line 14: Line 11:
4. Paste the following text into the run dialog: ''gksudo ~/Desktop/GoogleEarthLinux.bin''
Line 15: Line 13:
    * Install the Microsoft DCOM98 (Distributed Component Object Model (DCOM) for Windows 98). To achieve that, you have to ''set the default windows version to Windows98 through the winecfg utility''. You can then download DCOM98 here like that : 5. Continue through the installation choosing the default options each time. ''(When the installation is finished, do '''NOT''' choose to run Google Earth. If you do, you will not be able to run it as a normal user in the future)''
Line 17: Line 15:
 wget http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc79f8a51/DCOM98.EXE 6. Run the program with ''googleearth''
Line 19: Line 17:
and install it : == Troubleshooting ==
Line 21: Line 19:
 WINEDLLOVERRIDES="ole32=n" wine dcom98.exe ''Note: Google Earth for Linux is still in beta. As such, many problems that you may encounter can be attributed to that.''
Line 23: Line 21:
    * The next step is the installation of Google Earth. You first have to download it from the Google's servers http://earth.google.com/ and then launch the wine installation. To be able to do this, you have to ''set the default windows version to WindowsXP through the same winecfg utility''. You can then launch the installation === symlink: Permission denied Error ===
Line 25: Line 23:
 wine GoogleEarthSetup.exe Receiving this error means that you ignored the warning in step 5 of the install instructions. To fix this, do the following:
Line 27: Line 25:
    * Finally you have to launch Google Earth with some WINEDLLOVERRIDES {{{
sudo chown -R username ~/.googleearth
sudo chown username ~/.local/share/applications/googleearth.desktop
}}}
Line 29: Line 30:
 WINEDLLOVERRIDES="ole32,usp10,msvcrt=n" wine PATH_TO_GOOGLEEARTH/GoogleEarth.exe Be sure to replace ''username'' with your user name.
Line 31: Line 32:
    * You may also wish to make an alias for the above command, something like === Google Earth Does not work with Compiz ===
Line 33: Line 34:
 echo "alias gEarth='WINEDLLOVERRIDES=\"ole32,usp10,msvcrt=n\" wine PATH_TO_GOOGLEEARTH/GoogleEarth.exe'" >> ~/.bashrc As with all OpenGL apps, Google Earth has issues running with Compiz. To resolve this issue, either run Google Earth in a normal GNOME session, or see this thread: http://www.ubuntuforums.org/showthread.php?t=176636
Line 35: Line 36:
make sure you change the PATH_TO_GOOGLEEARTH, and launch with gEarth

    * Enjoy !!!

=== Problems / Issues ===

    * If Google Earth complains about the initialisation of msvcrt, download it from http://dll-files.com and copy it to the Google Earth directory (basicly ~/.wine/Program Files/Google/GoogleEarth)
    * If you have troubles with the Google Earth menus, you can hide them by hitting Ctrl+1 (remove bottom panel) and Ctrl+2 (remove left panel)
    * If you have troubles with fonts, I have no workaroud (if you have one, please post it) (Microsoft core fonts for the Web could be downloaded here : http://corefonts.sourceforge.net/ ) (City fonts seems to be displayed in wine-0.9.2)
    * If it complains about psapi.dll, download it and put it in .wine/drive_c/windows/system


External links

    * WineHQ website
    * WineHQ Application Database

Retrieved from "http://gentoo-wiki.com/HOWTO_Install_GoogleEarth_with_wine"
CategoryDocumentation CategoryCleanup

Google Earth allows you to view the Earth in 3D.

Installing Google Earth

1. Download the linux version of Google Earth from http://earth.google.com/download-earth.html to your desktop.

2. Make the file executable chmod +x ~/Desktop/GoogleEarthLinux.bin

3. Press Alt + F2 to open the run dialog box.

4. Paste the following text into the run dialog: gksudo ~/Desktop/GoogleEarthLinux.bin

5. Continue through the installation choosing the default options each time. (When the installation is finished, do NOT choose to run Google Earth. If you do, you will not be able to run it as a normal user in the future)

6. Run the program with googleearth

Troubleshooting

Note: Google Earth for Linux is still in beta. As such, many problems that you may encounter can be attributed to that.

symlink: Permission denied Error

Receiving this error means that you ignored the warning in step 5 of the install instructions. To fix this, do the following:

sudo chown -R username ~/.googleearth
sudo chown username  ~/.local/share/applications/googleearth.desktop

Be sure to replace username with your user name.

Google Earth Does not work with Compiz

As with all OpenGL apps, Google Earth has issues running with Compiz. To resolve this issue, either run Google Earth in a normal GNOME session, or see this thread: http://www.ubuntuforums.org/showthread.php?t=176636

CategoryDocumentation CategoryCleanup

GoogleEarth (last edited 2008-08-06 16:35:53 by localhost)