Package: googleearth-package
Version: 0.4.3

Google Earth starting script currently adjusts and exports
LD_LIBRARY_PATH to include Google Earth's own libraries, most notably
its own libpng. This means that all programs spawned by Google Earth
(eg. browser) try to link the incompatible libraries, which for
example break image display in Iceweasel.

A possible workaround is to launch Google Earth binary explicitly using
ld.so, avoiding setting of any environment variables, which could affect
the child processes:

exec /lib/ld-2.7.so \
--library-path /usr/lib/googleearth \ 
/usr/lib/googleearth/googleearth-bin "$@"

-- 
Jindrich Makovicka



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to