Package Details: google-earth-pro 7.3.6.10201-2

Git Clone URL: https://aur.archlinux.org/google-earth-pro.git (read-only, click to copy)
Package Base: google-earth-pro
Description: 3D interface to explore the globe, terrain, streets, buildings and other planets (Pro version)
Upstream URL: https://www.google.com/earth/
Licenses: LicenseRef-Google-custom
Provides: google-earth
Submitter: Det
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 1081
Popularity: 2.61
First Submitted: 2017-01-23 16:08 (UTC)
Last Updated: 2025-05-06 10:32 (UTC)

Pinned Comments

stronnag commented on 2022-06-18 17:03 (UTC)

Thanks, unfortunate timing then.

For reference, with Gnome shell / wayland I need to

unset QT_QPA_PLATFORMTHEME
unset QT_QPA_PLATFORM

to avoid

Google Earth has caught signal 6.

Det commented on 2017-08-24 15:33 (UTC) (edited on 2017-12-05 16:17 (UTC) by Det)

✔ NOTE The "Free" Google Earth has been dropped: https://support.google.com/earth/answer/168344?hl=en

All future updates go to Google Earth Pro (also free): https://aur.archlinux.org/packages/google-earth-pro/

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 106 Next › Last »

jaro3 commented on 2021-11-16 04:31 (UTC)

proxy doesn't work with libproxy-0.4.16 only libproxy-0.4.15 is fine.....

epitron commented on 2021-07-27 16:54 (UTC) (edited on 2021-07-27 16:58 (UTC) by epitron)

This package currently crashes at startup because /opt/google/earth/pro/libcrypto.so.1.0.0 is out of date. Removing the library fixes the problem (it causes Google Earth to use the up-to-date system version of libcrypto).

This patch fixes the problem for me:

diff --git a/PKGBUILD b/PKGBUILD
index 29cc9ae..55d5523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,6 +56,9 @@ package() {
     # remove the debian-intended cron job and duplicated images
     rm -r "${pkgdir}/etc/cron.daily" "${pkgdir}/${_installdir}"/product_logo_*.png

+    # remove the out-of-date libcrypto
+    rm "${pkgdir}/opt/google/earth/pro/libcrypto.so.1.0.0"
+
     # fix search
     sed -i '/googleearth-bin/s/^/LC_NUMERIC=en_US.UTF-8 /' "${pkgdir}/${_installdir}/googleearth"

glitsj16 commented on 2021-01-23 20:28 (UTC)

Hi, I'm wondering if it's worthwhile to edit google-earth-pro.{desktop,menu} and exchange '/opt/google/earth/pro/google-earth-pro' with '/usr/bin/google-earth-pro' in both files. Doesn't seem to make much sense to have a wrapper in /usr/bin taking care of properly setting up the needed environment and not using that as the start command.

madjoe commented on 2021-01-17 06:49 (UTC)

@iyanmv: From all those packages I listed in that thread, that allegedly needed to be rebuilt, I've noticed that some of those were not false positives and I was just not sure about this one. Thanks for clarification.

iyanmv commented on 2021-01-16 23:31 (UTC)

@madjoe you were even talking in that discussion...

iyanmv commented on 2021-01-16 23:30 (UTC)

@madjoe This answer [1] from rebuild-detector developer applies here. As I said before, just ignore those false positives.

[1] https://github.com/maximbaz/rebuild-detector/issues/13#issuecomment-586873502

iyanmv commented on 2021-01-16 23:22 (UTC) (edited on 2021-01-16 23:23 (UTC) by iyanmv)

I get many false positives as well using checkrebuild and I don't think that justifies adding patches. I think setting LD_LIBRARY_PATH is unnecessary in this case, just ignore the message.

madjoe commented on 2021-01-16 22:46 (UTC)

@iyanmv: Then I guess setting the LD_LIBRARY_PATH is missing somewhere (/opt/google/earth/pro/googleearth?), since my checkrebuild returns a warning that I should rebuild this package.

iyanmv commented on 2021-01-16 21:30 (UTC)

@madjoe Google bundles some of those "missing" libraries within Google Earth release. If you use ldd you are using your Arch's default LD_LIBRARY_PATH.

If you run

LD_LIBRARY_PATH=/opt/google/earth/pro/ ldd /opt/google/earth/pro/libgoogleearth_pro.so

You will see that nothing is missing. Please, next time avoid flagging out the package as out-of-date.