You are not logged in.

#1 2009-11-23 21:27:13

quarkup
Member
From: Portugal
Registered: 2008-09-07
Posts: 497
Website

[SOLVED] google earth strange interface

hello there. I'm actually using the google-earth version: 5.1.3509.4636-2


I got a bar which I cannot remove. How can I solve this?


gearthbug.th.png

Last edited by quarkup (2009-12-18 12:57:11)


If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.

Offline

#2 2009-11-24 01:58:12

zhtlancer
Member
From: China
Registered: 2009-11-24
Posts: 15
Website

Re: [SOLVED] google earth strange interface

I haven't met this problem yet. But I think you can try to delete ~/.config/Google/* and ~/.googleearth/*, and then launch the app to see if it's OK.

Offline

#3 2009-11-24 09:44:07

quarkup
Member
From: Portugal
Registered: 2008-09-07
Posts: 497
Website

Re: [SOLVED] google earth strange interface

the bug persists.

Should I search for anything unusual on my system ?

Last edited by quarkup (2009-11-24 22:08:23)


If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.

Offline

#4 2009-12-18 12:56:42

quarkup
Member
From: Portugal
Registered: 2008-09-07
Posts: 497
Website

Re: [SOLVED] google earth strange interface

okay it is solved.

using different theme for google earth than bespin solves the problem.


just add in the Exec entry of the .desktop file the '-style oxygen' flag

the file is located in /usr/share/applications/googleearth.desktop

[Desktop Entry]
Encoding=UTF-8
Name=Google Earth
GenericName=3D planet viewer
Comment=Explore, search and discover the planet
Exec=/usr/bin/googleearth -style oxygen %f
Terminal=false
MultipleArgs=false
Type=Application
Icon=/usr/share/pixmaps/googleearth-icon.png
Categories=Application;Network
MimeType=application/vnd.google-earth.kml+xml;application/vnd.google-earth.kmz;application/earthviewer;application/keyhole

or change the google-earth launcher /usr/bin/googleearth

and add the flag. should be something as simple as

#!/bin/sh
GOOGLEEARTH_DATA_PATH="/opt/google-earth"

LD_LIBRARY_PATH=.:${GOOGLEEARTH_DATA_PATH}:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH

cd "${GOOGLEEARTH_DATA_PATH}/"
exec "./googleearth-bin" -style oxygen $*

Last edited by quarkup (2009-12-18 13:25:35)


If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.

Offline

Board footer

Powered by FluxBB