Workaround thats fix the issue for me:
Add to the startscrip for googleearth (/usr/bin/googleearth):
export XLIB_SKIP_ARGB_VISUALS=1
So the start up script wil look something like:
#!/bin/bash
export LD_LIBRARY_PATH=/usr/lib32/googleearth:"${LD_LIBRARY_PATH}"
## LP: #402787
export LC_NUMERIC=en_US.UTF-8
export XLIB_SKIP_ARGB_VISUALS=1
cd /usr/lib32/googleearth
exec /usr/lib32/googleearth/googleearth-bin "$@"
Now you can use " cairo-dock -o " in your autostart.
--
googleearth 5 does not display pictures images in ubuntu 10.04
https://bugs.launchpad.net/bugs/572562
You received this bug notification because you are a member of Medibuntu
Packaging Team, which is the registrant for Medibuntu.
_______________________________________________
Mailing list: https://launchpad.net/~medibuntu-maintainers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~medibuntu-maintainers
More help : https://help.launchpad.net/ListHelp