个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:GoogleEarth}}
 
{{Languages|UbuntuHelp:GoogleEarth}}
 
#title Google Earth
 
#title Google Earth
 
 
Parent: [[UbuntuHelp:Software]]
 
Parent: [[UbuntuHelp:Software]]
 
 
 
== Google Earth ==
 
== Google Earth ==
 
 
''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.''
 
 
 
 
== Screenshots ==
 
== Screenshots ==
 
 
https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=googleearth-1.png
 
https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=googleearth-1.png
 
 
https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=googleearth-2.png
 
https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=googleearth-2.png
 
 
 
[[Anchor(installation)]]
 
[[Anchor(installation)]]
 
== Installation ==
 
== Installation ==
 
 
0. Download Google Earth from the [http://earth.google.com/ Google Earth website]. <br> {i} The linux version will be automatically chosen when downloading from Ubuntu.
 
0. Download Google Earth from the [http://earth.google.com/ Google Earth website]. <br> {i} The linux version will be automatically chosen when downloading from Ubuntu.
 
 
0. Open a [[UbuntuHelp:UsingTheTerminal|terminal]] from '''Applications''' -> '''Accessories''' -> '''Terminal'''.
 
0. Open a [[UbuntuHelp:UsingTheTerminal|terminal]] from '''Applications''' -> '''Accessories''' -> '''Terminal'''.
 
 
0. '''cd''' into the directory where you saved Google Earth. For example, if you saved it to the Desktop type:  
 
0. '''cd''' into the directory where you saved Google Earth. For example, if you saved it to the Desktop type:  
 
<pre><nowiki>
 
<pre><nowiki>
 
cd ~/Desktop
 
cd ~/Desktop
 
</nowiki></pre>
 
</nowiki></pre>
 
 
0. Make it executable by typing:  
 
0. Make it executable by typing:  
 
<pre><nowiki>
 
<pre><nowiki>
 
chmod +x GoogleEarthLinux.bin
 
chmod +x GoogleEarthLinux.bin
 
</nowiki></pre>
 
</nowiki></pre>
 
 
0. Run the installer by typing:  
 
0. Run the installer by typing:  
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo ./GoogleEarthLinux.bin
 
sudo ./GoogleEarthLinux.bin
 
</nowiki></pre>
 
</nowiki></pre>
 
 
0. Leave the default options and click '''Begin Install'''. <br><br> https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=googleearth-setup-1.png
 
0. Leave the default options and click '''Begin Install'''. <br><br> https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=googleearth-setup-1.png
 
 
0. When installation is complete, press '''Quit'''. <br> /!\ Do '''not''' press ''Start'' as this will run it as root which is never a good idea. <br><br> https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=googleearth-setup-2.png <br>
 
0. When installation is complete, press '''Quit'''. <br> /!\ Do '''not''' press ''Start'' as this will run it as root which is never a good idea. <br><br> https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=googleearth-setup-2.png <br>
 
 
{i} A file named <code><nowiki>Google-googleearth.desktop</nowiki></code> will be installed on the Desktop. This file is safe to delete.
 
{i} A file named <code><nowiki>Google-googleearth.desktop</nowiki></code> will be installed on the Desktop. This file is safe to delete.
 
 
== Hints and Tips ==
 
== Hints and Tips ==
 
 
Run Google Earth by selecting '''Applications''' -> '''Internet''' -> '''Google Earth'''.
 
Run Google Earth by selecting '''Applications''' -> '''Internet''' -> '''Google Earth'''.
 
 
=== Upgrading ===
 
=== Upgrading ===
 
 
Upgrading to a new version is the same as in the [[installation Installation]] section, except that you will not be asked where to install.
 
Upgrading to a new version is the same as in the [[installation Installation]] section, except that you will not be asked where to install.
 
 
=== Uninstallation ===
 
=== Uninstallation ===
 
 
Assuming you installed Google Earth according to the [[installation Installation]] section above, Google Earth can be uninstalled by pasting the following command in a [[UbuntuHelp:UsingTheTerminal|terminal]]:
 
Assuming you installed Google Earth according to the [[installation Installation]] section above, Google Earth can be uninstalled by pasting the following command in a [[UbuntuHelp:UsingTheTerminal|terminal]]:
 
 
{i} This command is all on one line. Copy it and paste it in your terminal.
 
{i} This command is all on one line. Copy it and paste it in your terminal.
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo rm -rf /opt/google-earth && sudo rm /usr/share/mime/application/vnd.google-earth.* /usr/share/mimelnk/application/vnd.google-earth.* /usr/share/applnk/Google-googleearth.desktop /usr/share/mime/packages/googleearth-mimetypes.xml /usr/share/gnome/apps/Google-googleearth.desktop /usr/share/applications/Google-googleearth.desktop /usr/local/bin/googleearth
 
sudo rm -rf /opt/google-earth && sudo rm /usr/share/mime/application/vnd.google-earth.* /usr/share/mimelnk/application/vnd.google-earth.* /usr/share/applnk/Google-googleearth.desktop /usr/share/mime/packages/googleearth-mimetypes.xml /usr/share/gnome/apps/Google-googleearth.desktop /usr/share/applications/Google-googleearth.desktop /usr/local/bin/googleearth
 
</nowiki></pre>
 
</nowiki></pre>
 
 
You may also wish to remove your user preferences folder, although this is not necessary if you intend to reinstall later. This directory contains Google Earth settings and the cache:
 
You may also wish to remove your user preferences folder, although this is not necessary if you intend to reinstall later. This directory contains Google Earth settings and the cache:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
rm -rf ~/.googleearth
 
rm -rf ~/.googleearth
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Alternative Installation ===
 
=== Alternative Installation ===
 
 
Google Earth is also available packaged in the [[UbuntuHelp:Medibuntu]] repository, however it might not have the latest version available.
 
Google Earth is also available packaged in the [[UbuntuHelp:Medibuntu]] repository, however it might not have the latest version available.
 
 
=== 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.
 
 
==== Google Earth and Compiz ====
 
==== Google Earth and 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
 
 
==== Google Earth and ATI ====
 
==== Google Earth and ATI ====
 
 
Some people using the ATI fglrx driver have experienced a problem where Google Earth freezes at the splash screen and never starts up. See this post for a solution: http://n01getsout.com/blog/2006/11/26/google-earth-for-linux-freezing-with-ati/
 
Some people using the ATI fglrx driver have experienced a problem where Google Earth freezes at the splash screen and never starts up. See this post for a solution: http://n01getsout.com/blog/2006/11/26/google-earth-for-linux-freezing-with-ati/
 
 
== Further Reading ==
 
== Further Reading ==
 
 
* [http://earth.google.com/ Google Earth Website]
 
* [http://earth.google.com/ Google Earth Website]
 
* [http://earth.google.com/userguide/v4/ Google Earth User Guide]
 
* [http://earth.google.com/userguide/v4/ Google Earth User Guide]
第97行: 第58行:
 
* [http://en.wikipedia.org/wiki/Keyhole_Markup_Language Keyhole Markup Language on Wikipedia]
 
* [http://en.wikipedia.org/wiki/Keyhole_Markup_Language Keyhole Markup Language on Wikipedia]
 
* [http://code.google.com/apis/kml/documentation/ Keyhole Markup Language (KML) documentation]
 
* [http://code.google.com/apis/kml/documentation/ Keyhole Markup Language (KML) documentation]
 
 
----
 
----
 
[[category:CategoryDocumentation]] [[category:CategorySoftware]] [[category:CategoryScience]]
 
[[category:CategoryDocumentation]] [[category:CategorySoftware]] [[category:CategoryScience]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 17:28的版本


  1. title Google Earth

Parent: UbuntuHelp:Software

Google Earth

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.

Screenshots

GoogleEarth?action=AttachFile&do=get&target=googleearth-1.png GoogleEarth?action=AttachFile&do=get&target=googleearth-2.png Anchor(installation)

Installation

0. Download Google Earth from the Google Earth website.
{i} The linux version will be automatically chosen when downloading from Ubuntu. 0. Open a terminal from Applications -> Accessories -> Terminal. 0. cd into the directory where you saved Google Earth. For example, if you saved it to the Desktop type:

cd ~/Desktop

0. Make it executable by typing:

chmod +x GoogleEarthLinux.bin

0. Run the installer by typing:

sudo ./GoogleEarthLinux.bin

0. Leave the default options and click Begin Install.

GoogleEarth?action=AttachFile&do=get&target=googleearth-setup-1.png 0. When installation is complete, press Quit.
/!\ Do not press Start as this will run it as root which is never a good idea.

GoogleEarth?action=AttachFile&do=get&target=googleearth-setup-2.png
{i} A file named Google-googleearth.desktop will be installed on the Desktop. This file is safe to delete.

Hints and Tips

Run Google Earth by selecting Applications -> Internet -> Google Earth.

Upgrading

Upgrading to a new version is the same as in the installation Installation section, except that you will not be asked where to install.

Uninstallation

Assuming you installed Google Earth according to the installation Installation section above, Google Earth can be uninstalled by pasting the following command in a terminal: {i} This command is all on one line. Copy it and paste it in your terminal.

sudo rm -rf /opt/google-earth && sudo rm /usr/share/mime/application/vnd.google-earth.* /usr/share/mimelnk/application/vnd.google-earth.* /usr/share/applnk/Google-googleearth.desktop /usr/share/mime/packages/googleearth-mimetypes.xml /usr/share/gnome/apps/Google-googleearth.desktop /usr/share/applications/Google-googleearth.desktop /usr/local/bin/googleearth

You may also wish to remove your user preferences folder, although this is not necessary if you intend to reinstall later. This directory contains Google Earth settings and the cache:

rm -rf ~/.googleearth

Alternative Installation

Google Earth is also available packaged in the UbuntuHelp:Medibuntu repository, however it might not have the latest version available.

Troubleshooting

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

Google Earth and 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 and ATI

Some people using the ATI fglrx driver have experienced a problem where Google Earth freezes at the splash screen and never starts up. See this post for a solution: http://n01getsout.com/blog/2006/11/26/google-earth-for-linux-freezing-with-ati/

Further Reading