← Back to team overview

medibuntu-maintainers team mailing list archive

[Bug 572562] Re: googleearth 5 does not display pictures images in ubuntu 10.04

 

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.



References