GoogleEarth

Differences between revisions 17 and 21 (spanning 4 versions)
Revision 17 as of 2006-06-13 00:16:30
Size: 429
Editor: 66-188-77-153
Comment:
Revision 21 as of 2006-06-15 23:11:44
Size: 1504
Editor: cpe-069-134-168-042
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Installing Google Earth ==
Line 5: Line 7:
2. Press Alt + F2 to open the run dialog box. 2. Make the file executable ''chmod +x ~/Desktop/GoogleEarthLinux.bin''
Line 7: Line 9:
3. Paste the following text into the run dialog: ''gksudo ~/Desktop/GoogleEarthLinux.bin'' 3. Press Alt + F2 to open the run dialog box.
Line 9: Line 11:
4. Continue through the installation choosing the default options each time. 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 it, 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

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 it, 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)