[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?
Last edited by quarkup (2009-12-18 12:57:11)

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)

Similar Messages

  • [SOLVED] Google Earth doesn't work with xf86-video-ati

    Hi all,
    I'm having a problem with the open-source ATI drivers.  I haven't had much luck finding out anything from anywhere else, so I'm hoping someone here can help.
    Whenever I start Google Earth, the graphics run EXTREMELY slowly, almost as if it's running on a system with low memory.  I'm running an Acer Extensa 4420 with an AMD Athlon 64 X2 dual-core 64-bit processor with 2GB of RAM.  As mentioned before, I'm running on the open-source xf86-video-ati drivers, but this is the only app that gives me problems.  GL screensavers run fine, and glxgears runs without any significant input.  Running Google Earth in terminal also gives no output. 
    And I'm not sure if this is related, but closing Google Earth also crashes X.
    Here's xorg.conf:
    Section "Module"
    Load "extmod"
    Load "dbe"
    Load "record"
    #Free86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    Load "drm"
    Load "synaptics"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    Option "DontZap" "no"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    Option "AutoAddDevices" "False"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "acer_laptop"
    Option "XkbLayout" "us,de"
    Option "XkbOptions" "grp:lwin_switch,grp_led:num,eurosign:e"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "AlwaysCore" "true" # send events to CorePointer
    #Option "Device" "/dev/input/mice"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "SHMConfig" "false" # configurable at runtime? security risk
    Option "LeftEdge" "1700" # x coord left
    Option "RightEdge" "5300" # x coord right
    Option "TopEdge" "1700" # y coord top
    Option "BottomEdge" "4200" # y coord bottom
    Option "FingerLow" "25" # pressure below this level triggers release
    Option "FingerHigh" "30" # pressure above this level triggers touch
    Option "MaxTapTime" "180" # max time in ms for detecting tap
    Option "VertEdgeScroll" "true" # enable vertical scroll zone
    Option "HorizEdgeScroll" "true" # enable horizontal scroll zone
    Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
    Option "CoastingSpeed" "0.30" # corner coasting speed
    Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
    Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
    Option "MinSpeed" "0.10" # speed factor for low pointer movement
    Option "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
    Option "AccelFactor" "0.0020" # acceleration factor for normal pointer movements
    Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "Acer Laptop"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 31.5 - 57.0
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-90
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "ATI Radeon"
    Driver "radeon"
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    Option "AGPFastWrite" "yes"
    Option "EXAVSync" "yes"
    Option "ForceTVOut" "true"
    Option "TVStandard" "ntsc"
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "ATI Radeon"
    Monitor "Acer Laptop"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1200x800"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Here's my drirc:
    <driconf>
    <device screen="0" driver="r300">
    <application name="Default">
    <option name="force_s3tc_enable" value="false" />
    <option name="texture_coord_units" value="8" />
    <option name="fthrottle_mode" value="2" />
    <option name="disable_stencil_two_side" value="false" />
    <option name="tcl_mode" value="3" />
    <option name="texture_depth" value="0" />
    <option name="fp_optimization" value="0" />
    <option name="def_max_anisotropy" value="1.0" />
    <option name="no_rast" value="false" />
    <option name="command_buffer_size" value="8" />
    <option name="round_mode" value="0" />
    <option name="dither_mode" value="0" />
    <option name="disable_lowimpact_fallback" value="true" />
    <option name="texture_image_units" value="8" />
    <option name="disable_s3tc" value="false" />
    <option name="color_reduction" value="1" />
    <option name="vblank_mode" value="1" />
    </application>
    <application name="Google Earth" executable="googleearth">
    </application>
    </device>
    </driconf>
    Last edited by coolpyrofreak (2009-07-03 05:56:18)

    I had the same problem (slow googleearth) with ATI Technologies Inc Radeon Mobility U1 (IGP 320m).
    This .drirc solves it. I don't have an xorg.conf.
    - no need for the 'disable_lowimpact_fallback' option
    - no need to turn off 'atmosphere'
    cat .drirc
    <driconf>
    <device screen="0" driver="radeon">
    <application name="Default">
    <option name="force_s3tc_enable" value="false" />
    <option name="no_rast" value="false" />
    <option name="fthrottle_mode" value="2" />
    <option name="tcl_mode" value="3" />
    <option name="texture_depth" value="0" />
    <option name="def_max_anisotropy" value="1.0" />
    <option name="no_neg_lod_bias" value="false" />
    <option name="texture_units" value="3" />
    <option name="dither_mode" value="0" />
    <option name="hyperz" value="true" />
    <option name="round_mode" value="0" />
    <option name="color_reduction" value="1" />
    <option name="vblank_mode" value="0" />
    <option name="allow_large_textures" value="1" />
    </application>
    </device>
    </driconf>

  • [SOLVED]Google Earth and LSB

    Good Morning Fellow Archers,
    I've got an up to date x64 Arch install. I wanted to install Google-Earth from the AUR but was not able. I tried both packages, and both of them are failing looking for LSB-3. The current LSB in the repository is rev 4.
    I followed one thread where I manually created a link for a lsb-3 install, and both google-earth packages still fail.
    I do have the multi-libs enabled as I have one app that uses wine32 and it's happy. And the NVidia lib32 stuff is all there too.
    I have X-Plane 9, which is a 32 bit app only, and it runs fine so I know the x32libs are all in place and working.
    I think the long-term solve is for the google-earth AUR maintainers to square away their builds for lsb-4....but I'm not an expert in package builds or I'd jump in and help.....but reality is that I am not an expert.
    In the meantime....how do I make this work without pounding a 'square' peg into a 'round' hole?
    Assistance will be sincerely appreciated!
    Dave
    PS: Yes...I did try to follow the wiki article too.....
    Last edited by dcbdbis (2011-03-03 19:21:36)

    Thank you for the response. I have it installed and it works perfectly. THANK YOU.
    The solve was simple. I was brain-locked on the lsb in the arch repository, and was not taking note of that I needed the lsb from the AUR.
    This was totally my error.
    Again, thank you for the response.
    Dave............

  • [SOLVED] Google Earth - grey screen

    More GE problems.
    Now, when I start GE, I get nothing displayed.  Just a blank, black screen where the Earth image should be and a blank, grey screen when I zoom in.  (Just to make it clear, all the menus, sidebars etc are displayed correctly, it's just the Earth display that's affected.)
    Googling the issue shows that a number of people are experiencing this problem with Intel graphics drivers, but I have nvidia (nvidia-304xx driver) and the only suggested fix, to untick 'atmosphere' in the View menu, does not work.
    Is anyone else experiencing this?
    Does anyone have any suggestions as to what I can do?
    Many thanks,
    David Shaw
    Last edited by dtmc (2013-02-01 19:32:25)

    I experience the same problem with Google earth 7. I have "fixed" it by installing google-earth6 (available from the AUR).

  • [SOLVED] Google Earth signal 11 again

    I'm getting the now infamous 'signal 11' error when trying to run Google Earth.
    I've tried the suggestions in https://bbs.archlinux.org/viewtopic.php?id=114992 with no luck and also reinstalling GE and all its dependencies.
    Does anyone have any more ideas I can try?
    System is i686 with nvidia graphics.  Crash log is at http://pastebin.com/W4X4AgXd
    Many thanks,
    David Shaw
    Last edited by dtmc (2013-01-02 22:28:37)

    I was caught out by "GE has caught signal 11" a couple of days ago (using nouveau driver with nvidia hardware). I don't have any .drirc or dri file (as mentioned in old thread 114992). However, I copied librarian.launchpad.net/7037027/libGL.so.1 into the directory /opt/google/earth/free/, and this got GE working, although the video quality wasn't so good. Then I installed ia32-libs in my copy of debian in virtualbox, then copied /usr/lib32/libGL.so.1.2 from there, as libGL.so.1, back to arch to replace the one from launchpad.net. GE is now working perfectly.
    I don't really understand any of the above. This is my 2nd installation, on a separate drive, but otherwise using the same hardware as the first, which was done using the official media. This one is from releng.archlinux.org, 2012/04/10_04, netinstall, x86_64. On the first, I couldn't get alsa to work and had to use oss for sound. With this one, alsa worked out the box, which is very nice. However, in addition to this google earth thing, I had significant trouble configuring an automatic wireless connection, and a problem with my samba server.
    Oops - I had failed to install lib32-nouveau-dri !!!
    Last edited by pralias47 (2012-05-07 06:10:39)

  • [Solved] Google Earth has caught signal 11

    I'm trying to run Google Earth 7 (latest, AUR: google-earth), but it alway crash after splash screen, output from terminal:
    aurelio@Victor-A /opt/google/earth/free % google-earth
    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/aurelio/.googleearth/crashlogs/crashlog-516f104c.txt
    Please include this file if you submit a bug report to Google.
    and file crashlog-516f104c.txt :
    Major Version 7
    Minor Version 0
    Build Number 0003
    Build Date Feb 26 2013
    Build Time 17:19:26
    OS Type 3
    OS Major Version 3
    OS Minor Version 8
    OS Build Version 4
    OS Patch Version 0
    Crash Signal 11
    Crash Time 1366233164
    Up Time 1.72212
    Stacktrace from glibc:
    ./libgoogleearth_free.so(+0x1e9f8b)[0xf7611f8b]
    ./libgoogleearth_free.so(+0x1ea1d3)[0xf76121d3]
    linux-gate.so.1(__kernel_sigreturn+0x0)[0xf77c4400]
    Thanks in advance!
    Last edited by hotvic (2013-04-18 22:06:54)

    I've got google-earth alongside google-earth6 and for some reason it isn't working on x86_64, but it is working on i686.  It gives me this crashlog:
    Major Version 6
    Minor Version 2
    Build Number 0002
    Build Date Apr 14 2012
    Build Time 01:09:37
    OS Type 3
    OS Major Version 3
    OS Minor Version 15
    OS Build Version 5
    OS Patch Version 0
    Crash Signal 11
    Crash Time 1405604918
    Up Time 4.43429
    Stacktrace from glibc:
    ./libgoogleearth_free.so(+0xc645b)[0xf76d445b]
    ./libgoogleearth_free.so(+0xc66a3)[0xf76d46a3]
    linux-gate.so.1(__kernel_sigreturn+0x0)[0xf7786b20]
    /opt/google/earth/legacy/libmeasure.so(_ZN5earth7measure5state19MeasureStateContext10OnLoggedInERKNS_4evll11StatusEventE+0x22)[0xe93f3a82]
    /opt/google/earth/legacy/libevll.so(_ZN5earth4evll21ConnectionContextImpl11FinishLoginEv+0x4ce)[0xf2d7dc3e]
    /opt/google/earth/legacy/libevll.so(_ZN5earth4evll7APIImpl17NotifyInitializedEv+0x165)[0xf2a5c5c5]
    /opt/google/earth/legacy/libevll.so(_ZN5earth4evll17RenderContextImpl4initERKNS0_8InitInfoE+0x362)[0xf29db8b2]
    ./librender.so(_ZN12RenderWidget6SetApiEPN5earth4evll3APIE+0x83)[0xf4890b13]
    ./librender.so(_ZN5earth6render12RenderWindow12createWidgetEv+0x148)[0xf4876418]
    ./libgoogleearth_free.so(_ZN5earth6client12ModuleWidget9showEventEP10QShowEvent+0x85)[0xf76a23b5]
    ./libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0x770)[0xf6a45a60]
    ./libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xac)[0xf69e269c]
    ./libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x484)[0xf69ed6c4]
    ./libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x78)[0xf7479ba8]
    ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x145)[0xf6a476d5]
    ./libQtGui.so.4(_ZN14QWidgetPrivate14show_recursiveEv+0x7d)[0xf6a473cd]
    ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0xc5)[0xf6a474b5]
    ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x61)[0xf6a475f1]
    ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1db)[0xf6a47a2b]
    ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x170)[0xf6a47560]
    ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x61)[0xf6a475f1]
    ./libQtGui.so.4(_ZN14QWidgetPrivate14show_recursiveEv+0x7d)[0xf6a473cd]
    ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0xc5)[0xf6a474b5]
    ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x61)[0xf6a475f1]
    ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1db)[0xf6a47a2b]
    ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x170)[0xf6a47560]
    ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x61)[0xf6a475f1]
    ./libQtGui.so.4(_ZN14QWidgetPrivate14show_recursiveEv+0x7d)[0xf6a473cd]
    ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0xc5)[0xf6a474b5]
    ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x61)[0xf6a475f1]
    ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1db)[0xf6a47a2b]
    ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x170)[0xf6a47560]
    ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x61)[0xf6a475f1]
    ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1db)[0xf6a47a2b]
    ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x170)[0xf6a47560]
    ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x61)[0xf6a475f1]
    ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1db)[0xf6a47a2b]
    ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x170)[0xf6a47560]
    ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x61)[0xf6a475f1]
    ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1db)[0xf6a47a2b]
    ./libQtGui.so.4(_ZN7QWidget10showNormalEv+0x5c)[0xf6a3516c]
    ./libgoogleearth_free.so(_ZN10MainWindow18readScreensizeInfoEv+0xdef)[0xf769bacf]
    ./libgoogleearth_free.so(_ZN5earth6client11Application12SetupMainWinENS0_3Kvw7ProductEb+0x334)[0xf76db8c4]
    ./libgoogleearth_free.so(_ZN5earth6client11Application3runEv+0x7d2)[0xf76e2e22]
    ./libgoogleearth_free.so(+0xc511b)[0xf76d311b]
    ./libgoogleearth_free.so(earthmain+0x249)[0xf76d36f9]
    ./googleearth-bin[0x804878b]
    /usr/lib32/libc.so.6(__libc_start_main+0xde)[0xf512be2e]
    I have google-earth installed because I keep having problems with google-earth6, but google-earth is painfully nonresponsive.  (Break a new thread if necessary, but it is Signal 11).  The font thing is moved to aur, and rebuilding the package from scratch doesn't change anything.

  • [SOLVED]google earth - black layout menu

    I have installed google earth, everything runs, just menu layout is in black color - menu is readable.. what should be white in menu layout is black and font is grey
    nvidia binary installed
    Last edited by xhc (2012-06-24 12:09:38)

    solution was in root directory in file: gtkrc-2.0

  • [solved] Google Earth does not show embedded pictures

    I'm using the Google Earth AUR package.
    When I click on the little blue squares in the satellite view, only a big white placeholder window for the picture is shown, but no picture is embedded. Only a small question mark is shown in the middle of a the rather large white window, clicking on it brings me to Firefox, showing the picture in Panoramio. Please help me! How can I enable the embedded pictures?
    Last edited by SanskritFritz (2009-03-31 07:53:17)

    oops, forgot this, sorry
    [frank@HomeC ~]$ LD_LIBRARY_PATH="/opt/google-earth/" ldd /opt/google-earth/googleearth-bin
    linux-gate.so.1 => (0xb8011000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7fe1000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7ef0000)
    libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb7d2c000)
    libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0xb75dd000)
    libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0xb751b000)
    libQtWebKit.so.4 => /usr/lib/libQtWebKit.so.4 (0xb6e1c000)
    libgoogleearth_lib.so => /opt/google-earth/libgoogleearth_lib.so (0xb6d04000)
    libm.so.6 => /lib/libm.so.6 (0xb6cde000)
    libc.so.6 => /lib/libc.so.6 (0xb6b97000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xb6b7f000)
    libbase.so => /opt/google-earth/libbase.so (0xb6acb000)
    libge_net.so => /opt/google-earth/libge_net.so (0xb6a7c000)
    libgeobase.so => /opt/google-earth/libgeobase.so (0xb6759000)
    /lib/ld-linux.so.2 (0xb8012000)
    libz.so.1 => /usr/lib/libz.so.1 (0xb6745000)
    libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb6741000)
    librt.so.1 => /lib/librt.so.1 (0xb6737000)
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb6682000)
    libdl.so.2 => /lib/libdl.so.2 (0xb667e000)
    libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb6658000)
    libSM.so.6 => /usr/lib/libSM.so.6 (0xb6650000)
    libICE.so.6 => /usr/lib/libICE.so.6 (0xb6637000)
    libXi.so.6 => /usr/lib/libXi.so.6 (0xb662f000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb6627000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb6621000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb661c000)
    libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb6613000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb660f000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb658a000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb655f000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0xb6550000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0xb6433000)
    libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb63eb000)
    libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb6295000)
    libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb621b000)
    libIGCore.so => /opt/google-earth/libIGCore.so (0xb6124000)
    libIGUtils.so => /opt/google-earth/libIGUtils.so (0xb60fc000)
    libapiloader.so => /opt/google-earth/libapiloader.so (0xb60f8000)
    libauth.so => /opt/google-earth/libauth.so (0xb6061000)
    libcommon.so => /opt/google-earth/libcommon.so (0xb5f7c000)
    libcomponentframework.so => /opt/google-earth/libcomponentframework.so (0xb5f72000)
    libmath.so => /opt/google-earth/libmath.so (0xb5f3c000)
    libmoduleframework.so => /opt/google-earth/libmoduleframework.so (0xb5f2e000)
    libport.so => /opt/google-earth/libport.so (0xb5f24000)
    librender.so => /opt/google-earth/librender.so (0xb5e8f000)
    libIGMath.so => /opt/google-earth/libIGMath.so (0xb5e46000)
    ./libminizip.so => not found
    libfusioncommon.so => /opt/google-earth/libfusioncommon.so (0xb5e40000)
    libcurl.so.4 => /usr/lib/libcurl.so.4 (0xb5dfe000)
    ./libminizip.so => not found
    ./libminizip.so => not found
    libpcre.so.0 => /lib/libpcre.so.0 (0xb5dcc000)
    libuuid.so.1 => /lib/libuuid.so.1 (0xb5dc8000)
    libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb5da2000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0xb5d9e000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb5d85000)
    libGL.so.1 => /usr/lib/libGL.so.1 (0xb5ccb000)
    libGLU.so.1 => /usr/lib/libGLU.so.1 (0xb5c5c000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb5c56000)
    libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0xb4d40000)
    libnvidia-tls.so.1 => /usr/lib/libnvidia-tls.so.1 (0xb4d3e000)

  • [***SOLVED***] Google Earth

    I tried today to Install Google Earth from the Google Sources.
    [jada@arch-01 ~]$ su
    Password:
    [root@arch-01 jada]# cd /home/jada/install
    [root@arch-01 install]# ./GoogleEarthLinux.bin
    bash: ./GoogleEarthLinux.bin: Permission denied
    Permission denied ?
    What did I make wrong?
    Last edited by JaDa (2007-08-09 21:36:00)

    Thank's @pressh & @Fackamato
    The "work around" I got from here !
    wrote:Root doesn't have permission to connect to your X server.
    http://gentoo-wiki.com/HOWTO_X.org#Allo … r_su.27ing:
    Allow root to start X applications after su'ing:
    File: /etc/profile
    export XAUTHORITY="${HOME}/.Xauthority"
    Thank's all

  • Google earth crashing[SOLVED]

    The current AUR PKGBUILD doesn't run on this system.  I have an ati x200m using opensource drivers (radeon).  I installed an older package 5.0.xx and I get less errors but it still crashes.  I am guessing this is a video issue, but whatever it is I can't google a way to fix it.  Any suggestions?
    Failed to load "/opt/google-earth/libevll.so" because "/opt/google-earth/libevll.so: undefined symbol: gluNewTess"
    EDIT: I've also rebuilt with this version - google-earth-5.1.3535.3218-1, I am getting the same error message.
    EDIT SOLVED: I needed to install freeglut.  This was not necessary on my desktop because I am using nvidia drivers.
    Last edited by empthollow (2010-07-19 05:45:53)

    The current AUR PKGBUILD doesn't run on this system.  I have an ati x200m using opensource drivers (radeon).  I installed an older package 5.0.xx and I get less errors but it still crashes.  I am guessing this is a video issue, but whatever it is I can't google a way to fix it.  Any suggestions?
    Failed to load "/opt/google-earth/libevll.so" because "/opt/google-earth/libevll.so: undefined symbol: gluNewTess"
    EDIT: I've also rebuilt with this version - google-earth-5.1.3535.3218-1, I am getting the same error message.
    EDIT SOLVED: I needed to install freeglut.  This was not necessary on my desktop because I am using nvidia drivers.
    Last edited by empthollow (2010-07-19 05:45:53)

  • Where did Google Earth go when I upgraded to the latest version of Firefox?

    I clicked the popup that upgraded to the latest version of Firefox - and clicked to give it permission to make changes to my computer - and my Google Earth was no longer there. I restored my computer to before I had made the Firefox changes and my Google Earth was there but I got a blank page when I tried to open Firefox. Then I re-downloaded Firefox and Google Earth is gone. I would like to have both. If I have to do without one I would give up Firefox and use Internet Explorer until the problem gets fixed.

    ''andy_blunden [[#question-1057157|said]]''
    <blockquote>
    When I drag messages from the Inbox to another folder for archiving, they don't move. This problem has only arisen since I updated to the latest version of Thunderbird.
    </blockquote>
    I doubt it is a Norton Security problem. Maybe. I solved it by deleting the account and re-installing it.

  • Google earth and google earth plugin not working on

    Hi,
    I have a macbook 2006 with Intel GMA 250 and OS 10.6.8, and I cannot manage to make google eart work properly, nor google earth's plugin on safari, firefox, or google chrome. It worked fine previously, but stoped at a certain point (since several months). I have reinstalled the plugin several without success. I also tried troubleshooting from google earth, without success. 
    Does anyone experiencing the same problem knows how to solve it?
    Thanks
    THibaut

    More information would be great.
    What type of site is it?  WordPress?  Joomla or Drupal?
    What drag and drop theme or framwork are you using?
    What version of software and theme, what type of hosting, what version of PHP and mySQL?
    I'm having similar issues but details such as these will go a long way to grouping symptoms and getting to the bottom of the problem(s).
    One thing I've noted is that in most cases everything is actually working.  It's just taking an unbelievably long time.  jQuery isn't the problem either.  It seems more closely related to the quantity of available tasks on a given page.
    There are forum posts for v7 that say Safari isn't compatible with WordPress for example.  It is compatible and works just fine, but if you're running the latest version of Catalist Theme and their Dynamic Site Builder you can't do anything with Dynamic admin because all its options are on a single page which appears to be too much for Safari 7 to handle for some reason.  Folks are having similar problems with Genesis, Headway Theme, Pagelines and many others.

  • Google Earth glitches

    After a long time not using it I installed Google Earth 5. What is strange is that the maps render OK, speed is acceptable, but the fonts in some menu entries get garbled up, as well as the text that appears in the map (like e.g. city names, map data etc). Characters are missing or distorted. The same happens with text that appears when hovering over an icon that indicates pictures or wiki entries.
    It looks like an overlay proble, but I am not sure how to fix it.
    I run it under KDE4 on an HP laptop with Intel 945 GM chip. Have already tried disabling Kwin effects, changing fonts in Google Earth and changed some settings in xorg.cong (AccelMethod EXA) but no difference.
    Starting in a terminal gives no errors either. Any ideas?

    I'm having the exact same problem (GE5.0, KDE4.3, Dell Inspiron 6400 with Intel 945GM).  I believe it started when the X system video driver "i810" was replaced with the new "intel" driver, during the upgrade of kernel 2.6.27-2 -> 2.6.27.10 (I'm now using 2.6.28).
    There appear to be two categories of fonts in the text overlays: a slightly larger font used for placemarks, labels of picture and wiki entry icons and for the text at the bottom of the screen, and a smaller font that's used for street names.  Often now, one of these two font categories is intact, i.e. all the letters are there, but many of them are missing in the other, and then again, after I clear the cache or change a font or do some other things, the situation is reversed.  As for numbers, all of them but the numbers 8 and 9 are always missing, and I can't read the calibration on the distance ruler nor the elevation or the geographical location.  The most usable 3D font I've found is Helvetica Bold 12; others are even worse, in terms of legibility.  But with all of them, there is always something missing.
    This is not a problem with GE but rather with font rendering in Linux that is probably specific to the new "intel" video driver.  I.e. when I replace the "intel" video driver with the "vesa" driver (in /etc/X11/xorg.conf), i.e. run GE in OpenGL with software emulation, then all the text in the overlays is there, but GE runs very slowly.  I can't use the older "i810" driver either because that one was removed during the upgrade to the "intel" driver with kernel 2.6.27.10.  It's not compatible anymore with the newer kernel: the "i810" driver would crash the system and X windows would never start up.
    This problem is extremely annoying, and it seems to be fairly widespread with GE for Linux but nobody seems to have come up with a solution.
    Some pertinent (?) entries from my xorg.conf:
    Identifier "Xorg Configured"
    Option "AIGLX" "true"
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    Load "synaptics"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "All"
    BoardName "All"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Any help would be appreciated.

  • Google Earth-3d Warehouse

    Hello,
    I am an architect using Archicad Graphisoft. They have an application called Google Earth Connections. This allows import and export of 3d information to Google Earth.
    I would like to use this, however it is only available for Windows. Graphisoft has informed us that this is an Apple issue. They do not provide enough public input on the the Google 3d warehouse runs.
    Does anyone know about this issue, and when or if Apple will support the Google Earth 3d warehouse in the future?
    Best,
    Traviarch

    MillTek wrote:
    Hi,
    I went to the AUR downloaded it and ran makepkg and installed it. When I try executing googleearth-bin I get;
    ./googleearth-bin: error while loading shared libraries: libfreeimage.so.3: cannot open shared object file: No such file or directory
    What's strange is that libfreeimage is in the actual directory that I'm executing in??? (/opt/google-earth)
    What am I doing wrong?
    Jim
    you should run /usr/bin/googleearth

  • Google-earth crash

    Hello
    I experiencing the following issue for google-earth 7.1.4.1529-1
    1. $ google-earth
    [0610/180031:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    libGL error: No matching fbConfigs or visuals found
    [0610/180034:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0610/180034:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0610/180034:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0610/180034:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0610/180034:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0610/180034:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0610/180034:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0610/180034:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    libGL error: failed to load driver: swrast
    [0610/180034:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0610/180034:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    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/bobses/.googleearth/crashlogs/crashlog-55785112.txt
    Please include this file if you submit a bug report to Google.
    2. The crashlog:
    Major Version 7
    Minor Version 1
    Build Number 0004
    Build Date Mar 30 2015
    Build Time 22:21:27
    OS Type 3
    OS Major Version 4
    OS Minor Version 0
    OS Build Version 5
    OS Patch Version 0
    Crash Signal 11
    Crash Time 1433948434
    Up Time 5.80954
    Stacktrace from glibc:
    ./libgoogleearth_free.so(+0x1e8d3b)[0xf7352d3b]
    ./libgoogleearth_free.so(+0x1e8f71)[0xf7352f71]
    linux-gate.so.1(__kernel_sigreturn+0x0)[0xf773fbe0]
    3. Kernel: x86_64 Linux 4.0.5-1-ARCH + Nvidia GeForce 210
    cat /etc/os-release
    NAME="Arch Linux"
    ID=arch
    PRETTY_NAME="Arch Linux"
    ANSI_COLOR="0;36"
    HOME_URL="https://www.archlinux.org/"
    SUPPORT_URL="https://bbs.archlinux.org/"
    BUG_REPORT_URL="https://bugs.archlinux.org/"
    I found same bug reported recently here: https://code.google.com/p/earth-issues/ … id&id=1826
    Any idea? Thanks.

    I solved (in part) this issue due to a comment on the page google-earth AUR: https://aur.archlinux.org/packages/goog … mments=all
    The comment is (unedited):
    "Comment by hutou
    2015-04-12 20:08
    On Arch64, a standard install from AUR succeeded, but GE crashed on startup (error = "unknown graphic card")
    I then recompiled the package with _64=1 : GE did launch, but 2 issues remained : no panoramio and search not working.
    The first can be solved by installing the packages freeimage and libpng15, and then recompiling the package google-earth with the variables _64 and _attempt_fix set to 1 in the PKGBUILD.
    The second issue is related to the decimal separator of some locales (fr for me), and is easily solved by inserting the line
    export LC_NUMERIC=en_US.UTF-8
    just before the line
    LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"
    in the file /opt/google/earth/free/googleearth
    This worked for me : GE works fine, no crashes."
    I said that I solved in part because I received only the following error when I run google-earth in terminal (but Google Earth seems to run ok - I didn't do so many tests):
    [0610/212239:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0610/212239:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
    [0610/212240:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    Still looking forward for a solution without errors.
    Last edited by Bobses (2015-06-10 18:24:15)

Maybe you are looking for

  • How can i use a voice recording as ringtone?

    Cant figure iut how to do it or find instructions. any ideas if its possible? Any advice appreciated. Thanks!

  • Mail mixing up sending between my 2 different email addresses

    I am using two different mail addresses, one a gmail address which I us for private mails, and one my corporate address. The latter is also with Gmail, through Google apps. Both have the same outgoing smtp, namely smtp.gmail.com Now when I want to se

  • Recording or saving customer solutions

    Hi all, I am supporting many customers and I need to save or record the customer solutions provided by the partners in sap solution manager 7.1. Anyone please help me in doing this....

  • Displaying the  results without refreshing the page

    Hi, I need to show the items added to the basket within a list box which is on the top frame without refreshing the page.the page is a jsp page.Could you please give me idea how this could be done. The problem is, there are 2 frames, one above and on

  • Problem with HelloWorld

    Hello, I am a new user to BPEL. I understand all the concepts, so I downloaded the latest and greatest dev tools (Jdeveloper) and I am trying to complete the hello world example (http://www.oracle.com/technology/products/ias/bpel/pdf/orabpel-Tutorial