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 .. 55 56 57 58 59 60 61 62 63 64 65 .. 105 Next › Last »

Det commented on 2012-12-18 18:18 (UTC)

Updated to 7.0.2. The strace command is also mentioned in the .install. I decided not to include it in the main script nor run it automatically for anyone.

Det commented on 2012-12-17 13:29 (UTC)

Actually the following should print the segfaulting conf for everybody (the echos are just for clarification): echo; cd /opt/google/earth/free/ && export LD_LIBRARY_PATH=. && strace ./googleearth-bin &> /tmp/strace; grep -B 4 SEGV_MAPERR /tmp/strace | cut -d '"' -f2 | head -1; echo (E: Obviously, you need to have 'strace' installed.)

Det commented on 2012-12-16 16:26 (UTC)

It's the "/etc/fonts/infinality/conf.d/21-aliases-wine-win7-inf.conf" (SIGSEGV with "/usr/lib/libexpat.so.1" when parsing it). Remove/rename it and see what happens. E: Also I actually already uploaded the new GE7 tarball (.8283) for you earlier this week: http://www25.zippyshare.com/v/79875837/file.html E2: Oh, you already said you tried it. Well it's the same deb being fetched there so you don't need to do that yourself.

<deleted-account> commented on 2012-12-16 08:06 (UTC)

thank you for your help: installed 7.0.1.8283 using this deb -> http://ubuntuone.com/6uRHYNDWYonQPbY7Fs3GVY and this PKGBUILD (I moved manually the downloaded .deb into the PKGBUILD dir https://gist.github.com/4304135 after that, GDB: http://pastebin.com/iDZ6S22X Strace: http://pastebin.com/T70WGSHG crashlog https://gist.github.com/4304164

Det commented on 2012-12-15 17:25 (UTC)

Uhhh.. I might not be able to help you but could you post the results of: 1) GDB: cd /opt/google/earth/free/ && export LD_LIBRARY_PATH=. && gdb ./googleearth-bin (gdb) run 2) strace: cd /opt/google/earth/free/ && export LD_LIBRARY_PATH=. && strace ./googleearth-bin 3) the GE crash log (~/.googleearth/crashlogs/crashlog-XXXXXXXX.txt) ..in _PasteBin_?: http://pastebin.com/ And yeah, install 'gdb' and 'strace' first, of course.

<deleted-account> commented on 2012-12-15 06:43 (UTC)

yes :(

Det commented on 2012-12-12 11:14 (UTC)

You actually tried what was suggested in the post upgrade?

<deleted-account> commented on 2012-12-11 19:44 (UTC)

so there is no solution yet for ge7 on arch? I also tried the other day to use that tarball, but without success (still signal 11)