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

Thread: Google Earth Fonts VERY Ugly

  1. #1
    Join Date
    May 2011
    Beans
    12

    Google Earth Fonts VERY Ugly

    I'm having a problem with a new installation of Google Earth on Ubuntu 11.04. The fonts look VERY ugly. Is there something I'm supposed to do or install? I already have ttf-mscorefonts installed or whatever it was.



  2. #2
    Join Date
    Apr 2010
    Beans
    1,584
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Google Earth Fonts VERY Ugly

    Uninstall it and reinstall it from the Google Earth PPA repository like this:

    http://cinderbox.net/2011/05/11/how-...y-narwhal-ppa/

  3. #3
    Join Date
    May 2011
    Beans
    12

    Re: Google Earth Fonts VERY Ugly

    Did it. No change.

  4. #4
    Join Date
    Apr 2010
    Beans
    1,584
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Google Earth Fonts VERY Ugly

    You needed to use a walkthrough when you installed your version of Ubuntu.

    You forgot to install:

    sudo apt-get install ttf-mscorefonts-installer

    Try using a walkthrough or guide to make sure you have everything installed on your system you are going to need probably.

    http://cinderbox.net/2011/04/03/to-d...natty-narwhal/

    Here is one for the older version 10.10:

    http://cinderbox.net/2010/12/23/to-d...erick-meerkat/

  5. #5
    Join Date
    Apr 2009
    Location
    Midwest, U.S.A.
    Beans
    1,209
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Google Earth Fonts VERY Ugly

    See this fix, worked for me on 9.10.
    Google Earth Menu's & Text Oversized in Linux Ubuntu 9.10
    Laptop: Dell Inspiron 8200 - Fedora 13 - Goddard
    Desktop: Self-Built - [Ku, Lu, Xu, U]buntu - Lucid 10.04.3 (LTS)
    Linux User: 498249 / Ubuntu User: 29241

  6. #6
    Join Date
    May 2011
    Beans
    12

    Re: Google Earth Fonts VERY Ugly

    This did not work for me either. I recieved an error about libraries when attempting to load.

    I will use windows in my dualboot to use GE instead.

  7. #7
    Join Date
    Apr 2009
    Location
    Midwest, U.S.A.
    Beans
    1,209
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Google Earth Fonts VERY Ugly

    Please post the error you received.
    Laptop: Dell Inspiron 8200 - Fedora 13 - Goddard
    Desktop: Self-Built - [Ku, Lu, Xu, U]buntu - Lucid 10.04.3 (LTS)
    Linux User: 498249 / Ubuntu User: 29241

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

    Re: Google Earth Fonts VERY Ugly

    try:

    Code:
    export LD_PRELOAD=/usr/lib/libfreeimage.so.3
    
    LD_LIBRARY_PATH=/usr/lib:.:$LD_LIBRARY_PATH /opt/google/earth/free/googleearth-bin "$@"
    try each line separately in a terminal. If it works, then I'll tell you how to make it permanent.
    "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

  9. #9
    Join Date
    Apr 2010
    Beans
    1,584
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Google Earth Fonts VERY Ugly

    Quote Originally Posted by WildZontar View Post
    This did not work for me either. I recieved an error about libraries when attempting to load.

    I will use windows in my dualboot to use GE instead.
    Wow. Did you uninstall it before you tried to fix it? Did you use the PPA I gave you?

    Did you install the stable one from the PPA?

    Make sure you check out the walkthrough I sent you. Goodluck.

  10. #10
    Join Date
    Oct 2008
    Location
    Hindustan
    Beans
    146
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Google Earth Fonts VERY Ugly

    Here is the solution.

    Do all with sudo:
    1) go to /opt/google/earth/free
    2) rm -rf libcurl.so.4 libGLU.so.1 libnss_mdns4_minimal.so.2 libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtWebKit.so.4 # we will use system libraries instead of these ones
    3) edit googleearth, add line "export LD_PRELOAD=libfreeimage.so.3" before line 'LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"'
    4) copy libfreeimage.so.3 and plugins/ from http://goo.gl/GxLQw (and libphonon.so.4, if running on x86_64) to /opt/google/earth/free

    Solution was found on this page
    http://www.google.com.tw/support/for...4f63bcd8&hl=en

Page 1 of 2 12 LastLast

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
  •