个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
Screenshots
Installation
第17行: 第17行:
 
https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=GoogleEarth2.png
 
https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=GoogleEarth2.png
  
== Installation ==
+
==安装==
  
'''Note: Google Earth is available from the [[UbuntuHelp:Medibuntu]] repository.'''
+
''': Google Earth 可从 [[UbuntuHelp:Medibuntu]]库获得.'''
  
  0. Download
+
  1. 下载
 +
   下载linux版的 [http://earth.google.com Google Earth].
  
  Download the linux version of [http://earth.google.com Google Earth].
+
  . 确定可执行
 
+
    在命令行下 '''cd''' 到您保存的Google Earth的目录.然后执行以下命令:
  0. Make Executable
+
 
+
   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
+
  . 运行安装程序
 
+
    终端中执行以下命令:
  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.
+
   使用默认配置继续安装,不要更改配置,除非你有经验或有需要更改.
  
  '''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.
+
  '''警告:''' <u>不要</u>选择运行Google Earth, 如果那样的话,一个正常的用户以后将不能运行.
  
 
== Execution ==
 
== Execution ==

2007年5月17日 (四) 11:17的版本


介绍

Google Earth 把我们这个地球有用的图像和地理信息显示在您的桌面上.我们可以观看外国,如毛伊和巴黎,以及一些我们感兴趣的地点,譬如本地餐馆,医院, 学校等等.
注: 本文是用命令行来解释的,因此需要一些基本的命令行知识,当然不仅仅是拷贝和粘贴.

界面截图

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

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

安装

注: Google Earth 可从 UbuntuHelp:Medibuntu库获得.

1. 下载
  下载linux版的 Google Earth.
2. 确定可执行
  在命令行下 cd 到您保存的Google Earth的目录.然后执行以下命令:
  chmod +x GoogleEarthLinux.bin 
3. 运行安装程序

   终端中执行以下命令:

  sudo ./GoogleEarthLinux.bin 
 使用默认配置继续安装,不要更改配置,除非你有经验或有需要更改.
警告: 不要选择运行Google Earth, 如果那样的话,一个正常的用户以后将不能运行.

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