个人工具

“UbuntuHelp:GoogleEarth”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(New page: {{From|https://help.ubuntu.com/community/GoogleEarth}} {{Languages|php5}} #format wiki #language en == Introduction == ''Google Earth puts a planet's worth of imagery and other geograp...)
 
第30行: 第30行:
  
 
   <pre><nowiki>
 
   <pre><nowiki>
   chmod +x GoogleEarthLinux.bin </nowiki></code>
+
   chmod +x GoogleEarthLinux.bin </nowiki></pre>
  
 
  0. Run the installer
 
  0. Run the installer
第37行: 第37行:
  
 
   <pre><nowiki>
 
   <pre><nowiki>
   sudo ./GoogleEarthLinux.bin </nowiki></code>
+
   sudo ./GoogleEarthLinux.bin </nowiki></pre>
  
 
  Continue through the rest of the installation using the default options, unless you are more experienced and need to change the options.
 
  Continue through the rest of the installation using the default options, unless you are more experienced and need to change the options.
第52行: 第52行:
  
 
  <pre><nowiki>
 
  <pre><nowiki>
  sudo cp /opt/google-earth/googleearth.desktop /usr/share/applications/ </nowiki></code>
+
  sudo cp /opt/google-earth/googleearth.desktop /usr/share/applications/ </nowiki></pre>
  
 
== Troubleshooting ==
 
== Troubleshooting ==
第66行: 第66行:
 
  <pre><nowiki>
 
  <pre><nowiki>
 
  sudo chown -R username ~/.googleearth
 
  sudo chown -R username ~/.googleearth
  sudo chown username  ~/.local/share/applications/googleearth.desktop </nowiki></code>
+
  sudo chown username  ~/.local/share/applications/googleearth.desktop </nowiki></pre>
  
 
  Be sure to replace ''username'' with your user name.
 
  Be sure to replace ''username'' with your user name.

2007年5月13日 (日) 12:58的版本


  1. format wiki
  2. language en


Introduction

Google Earth puts a planet's worth of imagery and other geographic information right on your desktop. View exotic locales like Maui and Paris as well as points of interest such as local restaurants, hospitals, schools, and more.
NOTE: This tutorial utilizes the command line, so some basic experience is required; although little more than just copying and pasting.

Screenshots

attachment:GoogleEarth.png

attachment:GoogleEarth2.png

Installation

Note: Google Earth is available from the UbuntuHelp:Medibuntu repository.

0. Download
 Download the linux version of Google Earth.
0. Make Executable
 At the command line, cd into the directory that you saved Google Earth. Then issue the following command:
  chmod +x GoogleEarthLinux.bin 
0. Run the installer
 Issue the following command at the command prompt:
  sudo ./GoogleEarthLinux.bin 
Continue through the rest of the installation using the default options, unless you are more experienced and need to change the options.
WARNING: DO NOT choose to run Google Earth, as doing so will disallow you to run it as a normal user in the future.

Execution

You can run the program via the command line or by pressing Alt+F2. Either way, type in googleearth, and then press Enter.

Desktop Entry

To add Google Earth to the Desktop menu run this command in a terminal:
 sudo cp /opt/google-earth/googleearth.desktop /usr/share/applications/ 

Troubleshooting

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

Errors

Permission Denied

Receiving this error means that you ignored the warning in step 3 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 & 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