Reply to topic  [ 2 posts ] 
HOWTO: Make Google Earth look native in *Ubuntu 
Author Message
I haven't seen my friends in so long
User avatar

Joined: Thu Jun 18, 2009 5:10 pm
Posts: 5836
Reply with quote
Does Google Earth look like a low-quality reject from Windows 98? Crap GUI elements, worse fonts?

Google Earth looks like crap because it ships with some weird Qt libraries. If you remove these libraries and point GE at the ones the rest of the OS uses, it should look like it belongs.

NB: I've only tried this in 32-bit Xubuntu 11.10 (Oneiric) but it should work for many distros

Here's how:

========== ========== ========== ========== ========== ========== ==========
PLEASE NOTE:
This procedure may damage your system
Neither the Author nor X404 accepts any responsibility whatsoever
========== ========== ========== ========== ========== ========== ==========

**You will require admin, super-user or sudo rights to perform all of these steps**

  1. Install the following:

    • libfreeimage3
    • libphonon4
    • libphonon4-designer

  2. Move, rename or delete the 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

  3. Edit last line of /opt/google/earth/free/googleearth to

    Oneiric (32-bit)

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


    Oneiric (64-bit)

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

_________________
Jim

Image


Wed Feb 15, 2012 4:37 pm
Profile
Has a life

Joined: Mon Mar 19, 2012 11:21 am
Posts: 5
Location: Peterborough UK, Distro Ubuntu
Reply with quote
I couldn't give a dead rats arse about the fonts it uses as long as they are readable but I Would like the zoom to streetview option back !


Fri Mar 30, 2012 9:29 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.