Google-Earth not opening

Google-earth-pro does not open... Using KDE desktop. It opens in ArchMan and EndeavorOS. Manjaro won't open it either...

❯ google-earth-pro 
/usr/bin/google-earth-pro: Zeile 21: 365992 Speicherzugriffsfehler  (Speicherabzug geschrieben) LC_NUMERIC=en_US.UTF-8 "$(dirname "$(readlink -f "$0")")/googleearth-bin" "$@"

and
:slight_smile:

Recommended Answer

Diamond Product Expert Alchemist251

4/27/20

That was quick. The Google engineers say thanks for reporting this! A fix will come out soon.

For the record, the fix is to replace in /opt/google/earth/pro/googleearth :

“$(dirname “$0”)/googleearth-bin” “$@”

with:

“$(dirname “$(readlink -f “$0”)”)/googleearth-bin” “$@”

https://support.google.com/earth/thread/42464322?hl=en

Seems new problem or use old version text from 20/04

3 Likes

That line is already in the scripts...

Check for what is the error in your case:

LANG=en google-earth-pro
1 Like
line 21: 21755 Segmentation fault      (core dumped) LC_NUMERIC=en_US.UTF-8 "$(dirname "$(readlink -f "$0")")/googleearth-bin" "$@"

This is the error I found when starting google-earth-pro...


Read Wiki please.