个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
{{Copyedit translation|from=https://help.ubuntu.com/community/GoogleEarth }}
 
{{From|https://help.ubuntu.com/community/GoogleEarth }}
 
{{Translator|ekeng}}
 
{{Languages|UbuntuHelp:GoogleEarth}}
 
  
 +
== 介绍==
 +
''Google Earth 把我们这个地球有用的图像和地理信息显示在您的桌面上.我们可以观看外国,如毛伊和巴黎,以及一些我们感兴趣的地点,譬如本地餐馆,医院, 学校等等.'''''''' ==
  
==介绍  ==
+
'''注:''' 本文是用命令行来解释的,因此需要一些基本的命令行知识,当然不仅仅是拷贝和粘贴.<br> ==
  
''Google Earth 把我们这个地球有用的图像和地理信息显示在您的桌面上.我们可以观看外国,如毛伊和巴黎,以及一些我们感兴趣的地点,譬如本地餐馆,医院, 学校等等.''
+
== 界面截图 ==
  
'''注:''' 本文是用命令行来解释的,因此需要一些基本的命令行知识,当然不仅仅是拷贝和粘贴.
+
https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&amp;do=get&amp;target=GoogleEarth.png
  
==界面截图 ==
+
https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&amp;do=get&amp;target=GoogleEarth2.png
  
https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=GoogleEarth.png
+
== 安装 ==
 
+
https://help.ubuntu.com/community/GoogleEarth?action=AttachFile&do=get&target=GoogleEarth2.png
+
 
+
==安装==
+
  
 
'''注: Google Earth 可从 [[UbuntuHelp:Medibuntu]]库获得.'''
 
'''注: Google Earth 可从 [[UbuntuHelp:Medibuntu]]库获得.'''
  
1. 下载
+
1. 下载<br>  下载linux版的 [http://earth.google.com Google Earth]
   下载linux版的 [http://earth.google.com Google Earth].
+
  
2. 确定可执行
+
2. 确定可执行<br>  在命令行下 '''cd''' 到您保存的Google Earth的目录.然後执行以下命令:<br>
   在命令行下 '''cd''' 到您保存的Google Earth的目录.然后执行以下命令:
+
<pre>chmod +x GoogleEarthLinux.bin
 +
</pre>
 +
3. 运行安装程序<br>
  
  <pre><nowiki>
+
   终端中执行以下命令:
  chmod +x GoogleEarthLinux.bin </nowiki></pre>
+
<pre>sudo ./GoogleEarthLinux.bin
 +
</pre>
 +
使用默认配置继续安装,不要更改配置,除非你有经验或有需要更改.<br>
  
3. 运行安装程序
+
'''警告:''' <u>不要</u>选择运行Google Earth, 如果那样的话,一个正常的用户以後将不能运行.<br>
    终端中执行以下命令:
+
 
+
  <pre><nowiki>
+
  sudo ./GoogleEarthLinux.bin </nowiki></pre>
+
 
+
 使用默认配置继续安装,不要更改配置,除非你有经验或有需要更改.
+
 
+
'''警告:''' <u>不要</u>选择运行Google Earth, 如果那样的话,一个正常的用户以后将不能运行.
+
  
 
== 运行 ==
 
== 运行 ==
  
您可以通过命令行或按 '''Alt+F2'''组合键,不管怎样,输入'''googleearth''', 然后回车.
+
您可以通过命令行或按 '''Alt+F2'''组合键,不管怎样,输入'''googleearth''', 然後回车.
  
===桌面快捷方式 ===
+
=== 桌面快捷方式 ===
 
+
在终端中运行以下命令将添加Google Earth启动器到桌面:
+
 
+
<pre><nowiki>
+
sudo cp /opt/google-earth/googleearth.desktop /usr/share/applications/ </nowiki></pre>
+
  
 +
在终端中运行以下命令将添加Google Earth启动器到桌面:<br>
 +
<pre>sudo cp /opt/google-earth/googleearth.desktop /usr/share/applications/</pre>
 
== 错误产生 ==
 
== 错误产生 ==
  
Linux 版的 Google Earth 仍然是测试版. 因此您可能遇到的很多问题可能是这造成的.
+
Linux 版的 Google Earth 仍然是测试版. 因此您可能遇到的很多问题可能是这造成的.<br>
  
 
=== 错误 ===
 
=== 错误 ===
  
==== Permission Denied ====
+
==== 权限不足<br> ====
  
 
遇到这个问题说明您忽略了第三步安装提示的警告,按下列方法可以解决:
 
遇到这个问题说明您忽略了第三步安装提示的警告,按下列方法可以解决:
 
+
<pre>sudo chown -R username ~/.googleearth
<pre><nowiki>
+
sudo chown username ~/.local/share/applications/googleearth.desktop</pre>  
sudo chown -R username ~/.googleearth
+
sudo chown username ~/.local/share/applications/googleearth.desktop </nowiki></pre>
+
 
+
 
应该把这里的 ''username''更改成您的用户名.
 
应该把这里的 ''username''更改成您的用户名.
  
 
=== Google Earth 和 Compiz ===
 
=== Google Earth 和 Compiz ===
  
在所有OpenGL apps中,Google Earth 都和 Compiz 有冲突, 解决这一冲突只能在一个正常的GNOME环境下运行Google Earth,或者查看以下链接:http://www.ubuntuforums.org/showthread.php?t=176636
+
在所有OpenGL apps中,Google Earth 都和 Compiz 有冲突, 解决这一冲突只能在一个正常的GNOME环境下运行Google Earth,或者查看以下链接:[http://www.ubuntuforums.org/showthread.php?t=176636]
  
[[category:UbuntuHelp]]
+
[[Category:UbuntuHelp]]

2007年11月26日 (一) 19:24的版本

介绍

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, 如果那样的话,一个正常的用户以後将不能运行.

运行

您可以通过命令行或按 Alt+F2组合键,不管怎样,输入googleearth, 然後回车.

桌面快捷方式

在终端中运行以下命令将添加Google Earth启动器到桌面:

sudo cp /opt/google-earth/googleearth.desktop /usr/share/applications/

错误产生

Linux 版的 Google Earth 仍然是测试版. 因此您可能遇到的很多问题可能是这造成的.

错误

权限不足

遇到这个问题说明您忽略了第三步安装提示的警告,按下列方法可以解决:

sudo chown -R username ~/.googleearth
sudo chown username ~/.local/share/applications/googleearth.desktop

应该把这里的 username更改成您的用户名.

Google Earth 和 Compiz

在所有OpenGL apps中,Google Earth 都和 Compiz 有冲突, 解决这一冲突只能在一个正常的GNOME环境下运行Google Earth,或者查看以下链接:[1]