Package Details: google-earth-pro 7.3.6.9796-1

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: custom
Provides: google-earth
Submitter: Det
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 1075
Popularity: 3.04
First Submitted: 2017-01-23 16:08 (UTC)
Last Updated: 2024-02-27 14:45 (UTC)

Pinned Comments

iyanmv commented on 2022-12-13 22:54 (UTC)

I will not update (for now) to the latest version 7.3.6.9326 because it crashes continuously for me.

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

1 2 3 4 5 6 .. 105 Next › Last »

HurricanePootis commented on 2024-05-09 04:56 (UTC)

Hey instead of asking users to make the change for their thing to work with wayland, why not just force x11?

diff --git a/PKGBUILD b/PKGBUILD
index 1de5b28..2dd15e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,6 +56,7 @@ package() {

     # desktop file
     mv "${pkgdir}/${_installdir}/google-earth-pro.desktop" "${pkgdir}/usr/share/applications"
+    sed -i 's/Exec=/Exec=env QT_QPA_PLATFORM=xcb /g' "${pkgdir}/usr/share/applications/google-earth-pro.desktop"

     # icons
     local _res
diff --git a/google-earth-pro.install b/google-earth-pro.install
index 2603fda..ab43d00 100644
--- a/google-earth-pro.install
+++ b/google-earth-pro.install
@@ -14,15 +14,11 @@ yellow="${bold}$(tput setaf 3)"

 post_install() {
     note "The launcher is called 'google-earth-pro'."
-    note "If you are using Wayland, modify the Exec line in the .desktop file:
-        Exec=env -u QT_QPA_PLATFORMTHEME -u QT_QPA_PLATFORM /opt/google/earth/pro/google-earth-pro %f"
     note "If experiencing graphical corruption:
         $ rm -r ~/.googleearth/Cache/"
 }

 post_upgrade() {    
-    note "If you are using Wayland, modify the Exec line in the .desktop file:
-        Exec=env -u QT_QPA_PLATFORMTHEME -u QT_QPA_PLATFORM /opt/google/earth/pro/google-earth-pro %f"
     note "If experiencing graphical corruption:
         $ rm -r ~/.googleearth/Cache/"
 }

dreieck commented on 2024-02-12 14:58 (UTC)

Can you add google-earth-pro-libproxy-patch as optional dependency (optdepends=("google-earth-pro-libproxy-patch: Add a 'libproxy' version that is known to work with Google Earth."))?

Regards!

cyqsimon commented on 2023-03-19 14:43 (UTC)

@jaro3 thanks for the idea regarding fixing proxy, I managed to get it to work.

I also made a package for this (google-earth-pro-libproxy-patch) so others can take advantage. Check the pinned comment for more details.

iyanmv commented on 2022-12-13 22:54 (UTC)

I will not update (for now) to the latest version 7.3.6.9326 because it crashes continuously for me.

fansuregrin commented on 2022-07-25 12:23 (UTC)

I got an issue. After closing google earth, the process of it did not terminate.

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.

iyanmv commented on 2022-06-18 15:51 (UTC)

stronnag: Not last, previous to last. I was trying aurpublish and it replaced SKIP entries with hashes for the html files. I fixed it almost immediately.

stronnag commented on 2022-06-18 15:49 (UTC)

last update:

google-earth-pro-stable_7.3.4.8642-r0_amd64.deb ... Passed Google-Terms-of-Service.html ... FAILED Google-Earth-Additional-Terms-of-Service.html ... FAILED Legal-Notices-for-Google-Earth-and-Google-Earth-APIs.html ... FAILED Google-Privacy-Policy.html ... FAILED

VStoiakin commented on 2022-04-14 11:56 (UTC)

@iyanmv Thank you. Don't know why Google is so permissive, but I would also add chmod -R 'g-w' ${pkgdir} to the PKGBUILD. Just tested and it works fine.

iyanmv commented on 2022-04-03 14:22 (UTC)

VStoiakin: sorry, I only noticed your last comment now. I don't know why I removed those two lines. I think it was a mistake. I updated to last version, added that fix back and replaced the command to remove sgid with your suggestion.