Google Earth: Difference between revisions

From ArchWiki
(better phrasing)
m (Russian interwiki)
 
(29 intermediate revisions by 14 users not shown)
Line 1: Line 1:
[[Category:Internet applications]]
[[Category:Internet applications]]
[[it:Google Earth]]
[[Category:Google]]
[[ja:Google Earth]]
[[ja:Google Earth]]
[[pl:Google Earth]]
[[ru:Google Earth]]
[[zh-CN:Google Earth]]
From the [https://support.google.com/earth/bin/answer.py?hl=en&answer=176145 project web page]:
From the [http://support.google.com/earth/bin/answer.py?hl=en&answer=176145 project web page]:


''"Google Earth allows you to travel the world through a virtual globe and view satellite imagery, maps, terrain, 3D buildings, and much more. With Google Earth's rich, geographical content, you are able to experience a more realistic view of the world. You can fly to your favorite place, search for businesses and even navigate through directions."''
:Google Earth allows you to travel the world through a virtual globe and view satellite imagery, maps, terrain, 3D buildings, and much more. With Google Earth's rich, geographical content, you are able to experience a more realistic view of the world. You can fly to your favorite place, search for businesses and even navigate through directions.


== Installation ==
== Installation ==


Google Earth is available in the [[AUR]]:
[[Install]] the {{AUR|google-earth-pro}} package.
 
* {{AUR|google-earth}} - Latest version
* {{AUR|google-earth6}} - Legacy version (often more stable)


== Troubleshooting ==
== Troubleshooting ==
Line 25: Line 21:
==== Startup tips are enabled ====
==== Startup tips are enabled ====


While startup tips can be useful, they are also known to cause crashes. To disable them, add to {{ic|~/.config/Google/GoogleEarthPlus.conf}}:
While startup tips can be useful, they are also known to cause crashes. To disable them, change or add the line below to the {{ic|~/.config/Google/GoogleEarthPro.conf}}:


[General]
{{hc|~/.config/Google/GoogleEarthPro.conf|2=
enableTips=false
[General]
enableTips=false
}}


==== No new line at the end of {{ic|~/.drirc}} ====
==== No new line at the end of {{ic|~/.drirc}} ====
Line 36: Line 34:
  $ echo >> ~/.drirc
  $ echo >> ~/.drirc


==== Corrupt cache ====
==== Corrupt settings ====


In case the cache is corrupt and needs recreation, remove it:
In case the cache is corrupt and needs recreation, remove it:


  $ rm -r ~/.googleearth/Cache/
  $ rm -r ~/.googleearth/Cache/
If that did not work, try removing the whole settings directory:
$ rm -r ~/.googleearth/


==== Another crash happened while handling crash! ====
==== Another crash happened while handling crash! ====
Line 48: Line 50:
  $ rm -f ~/.googleearth/Cache/cookies ~/.googleearth/instance-running-lock
  $ rm -f ~/.googleearth/Cache/cookies ~/.googleearth/instance-running-lock


=== Excessive memory use ===
==== Wayland ====
 
Google Earth does not seem to support Wayland yet, forcing X11 helps in this situation. Launch using:


Memory use can be controlled by limiting the maximum cache size in ''Tools > Options > Cache'', or by lowering the graphics settings in the ''3D View'' tab.
$ QT_QPA_PLATFORM=xcb google-earth-pro


=== Panoramio photos not working ===
=== Panoramio photos not working ===


There have been numerous reports [http://productforums.google.com/d/msg/earth/548PQIT8bKI/rbpVsbMawwIJ] [http://productforums.google.com/forum/#!msg/earth/_h4t6SpY_II/6O_DTry49pgJ] [http://productforums.google.com/d/msg/earth/tZfKSs2AaZc/r_rBDl5djIMJ] on this in the [https://productforums.google.com/forum/#!categories/earth/linux Google Earth forums] with varying solutions.
There have been numerous reports [https://productforums.google.com/d/msg/earth/548PQIT8bKI/rbpVsbMawwIJ] [https://productforums.google.com/forum/#!msg/earth/_h4t6SpY_II/6O_DTry49pgJ] [https://productforums.google.com/d/msg/earth/tZfKSs2AaZc/r_rBDl5djIMJ] on this in the [https://productforums.google.com/forum/#!categories/earth/linux Google Earth forums] with varying solutions.
 
=== Graphical corruption ===


If setting the {{ic|_attempt_fix}} variable on top of the {{AUR|google-earth}} [https://aur.archlinux.org/packages/go/google-earth/PKGBUILD PKGBUILD] does not help, a fallback to the legacy {{AUR|google-earth6}} may be required.
Either refer to the [[#Corrupt settings]] section above or disable texture compression in ''Tools > Options... > 3D View > Compress''.


=== Earth shows nothing but yellow borders ===
=== Earth shows nothing but yellow borders ===


Taken from the changelog of [https://support.google.com/earth/bin/answer.py?hl=en&answer=40901 7.0.3] this issue has improved to some extent but overall it's still there:
Taken from the changelog of [https://support.google.com/earth/bin/answer.py?hl=en&answer=40901 7.0.3] this issue has improved to some extent but overall it is still there:


  Imagery now displays for Linux users running specific families of Intel GPUs.
  Imagery now displays for Linux users running specific families of Intel GPUs.


The solution is to use the legacy {{AUR|google-earth6}}.
=== Excessive memory use ===
 
Memory use can be controlled by limiting the maximum cache size in ''Tools > Options... > Cache'', or by lowering the graphics settings in the ''3D View'' tab.

Latest revision as of 21:48, 23 August 2023

From the project web page:

Google Earth allows you to travel the world through a virtual globe and view satellite imagery, maps, terrain, 3D buildings, and much more. With Google Earth's rich, geographical content, you are able to experience a more realistic view of the world. You can fly to your favorite place, search for businesses and even navigate through directions.

Installation

Install the google-earth-proAUR package.

Troubleshooting

Tip: See the official support forum for topics not covered here.

Crash on startup

Google Earth can crash on startup for numerous reasons. Here are some of the most common ones.

Startup tips are enabled

While startup tips can be useful, they are also known to cause crashes. To disable them, change or add the line below to the ~/.config/Google/GoogleEarthPro.conf:

~/.config/Google/GoogleEarthPro.conf
[General]
enableTips=false

No new line at the end of ~/.drirc

This can cause a crash with -dri drivers:

$ echo >> ~/.drirc

Corrupt settings

In case the cache is corrupt and needs recreation, remove it:

$ rm -r ~/.googleearth/Cache/

If that did not work, try removing the whole settings directory:

$ rm -r ~/.googleearth/

Another crash happened while handling crash!

You may try removing the following:

$ rm -f ~/.googleearth/Cache/cookies ~/.googleearth/instance-running-lock

Wayland

Google Earth does not seem to support Wayland yet, forcing X11 helps in this situation. Launch using:

$ QT_QPA_PLATFORM=xcb google-earth-pro

Panoramio photos not working

There have been numerous reports [1] [2] [3] on this in the Google Earth forums with varying solutions.

Graphical corruption

Either refer to the #Corrupt settings section above or disable texture compression in Tools > Options... > 3D View > Compress.

Earth shows nothing but yellow borders

Taken from the changelog of 7.0.3 this issue has improved to some extent but overall it is still there:

Imagery now displays for Linux users running specific families of Intel GPUs.

Excessive memory use

Memory use can be controlled by limiting the maximum cache size in Tools > Options... > Cache, or by lowering the graphics settings in the 3D View tab.