个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第5行: 第5行:
 
== Introduction ==
 
== 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.''
+
''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.
+
'''NOTE:''' This tutorial utilizes the command line, so some basic experience is required; although little more than just copying and pasting.
  
 
== Screenshots ==
 
== Screenshots ==
第19行: 第19行:
 
'''Note: Google Earth is available from the [[UbuntuHelp:Medibuntu]] repository.'''
 
'''Note: Google Earth is available from the [[UbuntuHelp:Medibuntu]] repository.'''
  
0. Download
+
0. Download
  
  Download the linux version of [http://earth.google.com Google Earth].
+
Download the linux version of [http://earth.google.com Google Earth].
  
0. Make Executable
+
0. Make Executable
  
  At the command line, '''cd''' into the directory that you saved Google Earth. Then issue the following command:
+
At the command line, '''cd''' into the directory that you saved Google Earth. Then issue the following command:
  
  <pre><nowiki>
+
<pre><nowiki>
  chmod +x GoogleEarthLinux.bin </nowiki></pre>
+
chmod +x GoogleEarthLinux.bin </nowiki></pre>
  
0. Run the installer
+
0. Run the installer
  
  Issue the following command at the command prompt:
+
Issue the following command at the command prompt:
  
  <pre><nowiki>
+
<pre><nowiki>
  sudo ./GoogleEarthLinux.bin </nowiki></pre>
+
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.
  
'''WARNING:''' <u>DO NOT</u> choose to run Google Earth, as doing so will disallow you to run it as a normal user in the future.
+
'''WARNING:''' <u>DO NOT</u> choose to run Google Earth, as doing so will disallow you to run it as a normal user in the future.
  
 
== Execution ==
 
== Execution ==
  
You can run the program via the command line or by pressing '''Alt+F2'''. Either way, type in '''googleearth''', and then press '''Enter'''.
+
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 ===
 
=== Desktop Entry ===
  
To add Google Earth to the Desktop menu run this command in a terminal:
+
To add Google Earth to the Desktop menu run this command in a terminal:
  
<pre><nowiki>
+
<pre><nowiki>
sudo cp /opt/google-earth/googleearth.desktop /usr/share/applications/ </nowiki></pre>
+
sudo cp /opt/google-earth/googleearth.desktop /usr/share/applications/ </nowiki></pre>
  
 
== Troubleshooting ==
 
== Troubleshooting ==
  
Google Earth for Linux is still in beta. As such, many problems that you may encounter can be attributed to this.
+
Google Earth for Linux is still in beta. As such, many problems that you may encounter can be attributed to this.
  
 
=== Errors ===
 
=== Errors ===
第60行: 第60行:
 
==== Permission Denied ====
 
==== Permission Denied ====
  
Receiving this error means that you ignored the warning in step 3 of the install instructions. To fix it, do the following:
+
Receiving this error means that you ignored the warning in step 3 of the install instructions. To fix it, do the following:
  
<pre><nowiki>
+
<pre><nowiki>
sudo chown -R username ~/.googleearth
+
sudo chown -R username ~/.googleearth
sudo chown username  ~/.local/share/applications/googleearth.desktop </nowiki></pre>
+
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.
  
 
=== Google Earth & Compiz ===
 
=== 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
+
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
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年5月24日 (四) 09:59的版本



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

GoogleEarth?action=AttachFile&do=get&target=GoogleEarth.png

GoogleEarth?action=AttachFile&do=get&target=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