Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Google Earth 6 - those terrible fonts!

  1. #1
    Join Date
    Jan 2010
    Beans
    70

    Google Earth 6 - those terrible fonts!

    Version 5 of Google Earth was giving me some problems (double-clicking My Places wouldn't work, etc) so I downloaded and installed Version 6.

    Most of my problems are now solved, but there's the reappearance of another that seems to be annoying the **** off Linux users all over the web - the terrible fonts GE uses on Linux. From what I can gather it comes down to the QT4 libraries - GE uses its own instead of the system ones. Somebody's even gone to all this trouble:

    http://www.techytalk.info/2009/08/ba...gly-fonts-fix/

    But it doesn't work on GE6. Does anybody know anything more about how to fix this minor but annoying problem that Google doesn't seem to want to do anything about?

  2. #2
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Google Earth 6 - those terrible fonts!

    http://www.google.com/support/forum/...8bc427dd&hl=en

    try that part with hiding GE versions of QT libs and setting paths to system versions in qt.conf
    if you have 64bit system you need to use getlibs on googleearth-bin to install 32bit dependencies (or install all 32bit libs manually)
    on my 64bit box i get to see nice fonts but in a second it crashes with meaningless message and some stacktrace in logs, maybe you'll be more lucky.
    Googlor people are one of the brightest in the industry but GUI of GE is nothing to write home about - unbelievable.
    Last edited by Vaphell; April 15th, 2011 at 12:34 PM.

  3. #3
    Join Date
    Jan 2010
    Beans
    70

    Re: Google Earth 6 - those terrible fonts!

    G'day Vaphell,

    I got as far as trying that myself, and upon restarting GE I had the joy of about two seconds of a nice-looking GUI before GE crashed and disappeared. I guess if I were smarter I'd know where to look in log files for more information, but I'm always barely flying by the seat of my pants when it comes to computers.

    Cheers,
    Warren.

  4. #4
    Join Date
    Jul 2009
    Beans
    850
    Distro
    Ubuntu Development Release

    Re: Google Earth 6 - those terrible fonts!

    I tried deleting Google Earth's packaged QT libraries, and had the same thing happen to me. About 1 second of fitting in, then a seg fault. Run google-earth in a terminal to catch the backtrace.
    "Microsoft Windows: A collection of 32bit extensions and a graphical shell for a 16bit patch to an 8bit O.S. originally coded for a 4bit microprocessor written by a 2bit company who cant stand 1 bit of competition." Jargon File 4.4.7

  5. #5
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Google Earth 6 - those terrible fonts!

    internet says that no fix for this problem exists yet :/ maybe before it crashes i'll take a screenshot to look at from time to time weeping.

    Google really should set up proper repos for their linux programs like God commanded.

  6. #6
    Join Date
    Jan 2010
    Beans
    70

    Angry Re: Google Earth 6 - those terrible fonts!

    Marko over at techytalk.info responded to my comment and had a good bash at making things work, but failed. Scroll down to see the new comments:

    http://www.techytalk.info/2009/08/ba...gly-fonts-fix/

    It looks like the Google Monster doesn't really care about us.

  7. #7
    Join Date
    Jan 2008
    Beans
    1

    Re: Google Earth 6 - those terrible fonts!

    For those who are using amd64 platform:

    In fact, you can just

    install the 32-bit version of libfreeimage3 under /usr/lib32

    then modified your last line of /usr/bin/google-earth as:

    export LD_PRELOAD=/usr/lib32/libfreeimage.so.3
    LD_LIBRARY_PATH=/usr/lib32:.:$LD_LIBRARY_PATH ./googleearth-bin "$@"

    then you have everything:

    1. nice anti-alias fonts in GE6
    2. GE6 shows Chinese, Japanese, Korean properly.
    3. add your findings here.

  8. #8
    Join Date
    Mar 2009
    Beans
    16

    Re: Google Earth 6 - those terrible fonts!

    googlearth 6 font rendering issue

    Solved in LUCID 64bit

    Move to a different location or simply delete following files

    /opt/google/earth/free/libQtWebKit.so.4
    /opt/google/earth/free/libQtNetwork.so.4
    /opt/google/earth/free/libQtGui.so.4
    /opt/google/earth/free/libQtCore.so.4

    Now you need some 32 bit packages that you can find in http://packages.ubuntu.com/
    install libfreeimage3 32 bit- libfreeimage3_3.10.0-2_i386.deb (uncompress i386 deb and copy in /usr/lib32 following files: libfreeimage.so.3, libfreeimage-3.10.0.so, libfreeimageplus.so.3, libfreeimageplus-3.10.0.so)

    install libphonon4_4.6.2-0ubuntu5.2_i386.deb (uncompress i386 deb and copy in /usr/lib32 following files: libphonon.so.4, libphonon.so.4.4, libphonon.so.4.4.0 and finally put in /usr/lib/qt4/plugins/designer file libphononwidgets.so)

    change last line of /opt/google/earth/free/googleearth to

    export LD_PRELOAD=/usr/lib32/libfreeimage.so.3
    LD_LIBRARY_PATH=/usr/lib32:.:$LD_LIBRARY_PATH ./googleearth-bin "$@"
    Last edited by pros; August 28th, 2011 at 08:05 AM.

  9. #9
    Join Date
    Apr 2010
    Beans
    29
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Google Earth 6 - those terrible fonts!

    I am trying to get rid of those terrible fonts.. I cound not find libphononwidgets.so in ubuntu 11.10 repositories

    Also, when I try the remaining steps, I got GE to start, with nice looking fonts but when I click on a picture inside GE, nothing is displayed..
    Last edited by ranjan_mg; December 14th, 2011 at 04:45 AM.

  10. #10
    Join Date
    Apr 2010
    Beans
    29
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Google Earth 6 - those terrible fonts!

    OK>> A bit more googling, I was able to solve..

    Needed
    (libqjpeg.so libqgif.so) in plugins/imageformat/ directory

    From here...

    http://swyear.blogspot.com/2011/05/r...-opensuse.html

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •