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: 1.84
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 .. 56 57 58 59 60 61 62 63 64 65 66 .. 106 Next › Last »

bred commented on 2012-12-18 21:13 (UTC)

It crash! Google Earth has caught signal 11. We apologize for the inconvenience, but Google Earth has crashed. This is a bug in the program, and should never happen under normal circumstances. A bug report and debugging data have been written to this text file: /home/myself/.googleearth/crashlogs/crashlog-50d0dc08.txt Please include this file if you submit a bug report to Google. --------------------------------------------------------------------- Major Version 7 Minor Version 0 Build Number 0002 Build Date Dec 13 2012 Build Time 17:54:43 OS Type 3 OS Major Version 3 OS Minor Version 6 OS Build Version 10 OS Patch Version 0 Crash Signal 11 Crash Time 1355865096 Up Time 0,004915 Stacktrace from glibc: ./libgoogleearth_free.so(+0x1e9fab)[0xf7597fab] ./libgoogleearth_free.so(+0x1ea1f3)[0xf75981f3] linux-gate.so.1(__kernel_sigreturn+0x0)[0xf775d400]

kerneliq commented on 2012-12-18 20:54 (UTC)

Det! http://pastebin.com/Tmdzeejs

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.