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: 1078
Popularity: 1.57
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

« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 105 Next › Last »

hutou commented on 2013-12-14 20:36 (UTC)

Here it is ! $ cat /etc/makepkg.conf | grep CARCH CARCH="i686" $ While investigating this problem, I found that the ld-lsb package exists in 2 repositories (not a good idea !) : $ LANG=C sudo aura -Ss ld-lsb archlinuxfr/ld-lsb 3-6 Faking a Linux Standard Base runtime $ LANG=C sudo aura -As ld-lsb aur/ld-lsb 3-6 (731) Faking a Linux Standard Base runtime and that 'aura -A ld-lsb' compile is Ok while 'aura -S ld-lsb' gives the lib32-glibc dependency error. So I commented out the [Archlinuxfr] repository in my /etc/pacman.conf and tried to install google-earth again. "sudo aura -A google-earth" still terminated in error (lib32-fontconfig dependency), but "yaourt -S google-earth" properly installed ld-lsb, then google-earth. So, you are right, aura fails to correctly parse your PKGBUILD.

Det commented on 2013-12-14 19:45 (UTC)

Could you post "cat /etc/makepkg.conf | grep CARCH", please?

hutou commented on 2013-12-14 18:23 (UTC)

Well, to be sure, I uninstalled google-earth, then ld-lsb and then tried to install directly google-earth with : LANG=C yaourt -S google-earth I got ... lot of lines missing... ==> Building and installing package ==> Install or build missing dependencies for google-earth: resolving dependencies... warning: cannot resolve "lib32-glibc", a dependency of "ld-lsb" :: The following package cannot be upgraded due to unresolvable dependencies: ld-lsb :: Do you want to skip the above package for this upgrade? [y/N] n error: failed to prepare transaction (could not satisfy dependencies) :: ld-lsb: requires lib32-glibc ==> Restart building google-earth ? [y/N] That's why I supposed a PKGBUILD error (both aura and yaourt referencing a lib32 library dependency on a 32 bits system). Sorry if I am wrong.

Det commented on 2013-12-14 16:49 (UTC)

Well, again, from your bug report[1], 1) the PKGBUILD is not at fault - Aura is and 2) Yaourt didn't complain about lib32-glibc - Aura did. [1] = https://github.com/fosskers/aura/issues/174

hutou commented on 2013-12-14 16:33 (UTC)

@Det Done.

Det commented on 2013-12-13 13:22 (UTC)

It's another dependency for 64-bit systems so I assume it was the other way around. Again, Aura somehow doesn't take into account the "if [ "$CARCH" == 'x86_64' ]" statement and tries to install the dependency nonetheless. Have you mentioned this to fosskers?

hutou commented on 2013-12-13 12:51 (UTC)

Success finally, with sudo aura -A ld-lsb yaourt -S google-earth Separate install of ld-lsb was needed because, on first try, "yaourt -S google-earth" complained about lib32-glibc, dependency of ld-lsb

Det commented on 2013-12-13 09:37 (UTC)

Added the compression workaround to the Wiki: https://wiki.archlinux.org/index.php/Google_Earth

Det commented on 2013-12-12 21:20 (UTC)

Oh. Whatever.

karol_007 commented on 2013-12-12 21:20 (UTC)

Works fine with cower. Maybe it's aura's fault? @Det Multilib on a 32-bit system?