Hi guys,
installing xulrunner does NOT fix that problem. Adding two rows of code to
/usr/bin/eclipse to enable support for icedove's libgtkembedmoz.so and
installing icedove fixes the problem. Using
http://packages.debian.org/search?searchon=contents&keywords=libgtkembedmoz.so&mode=filename&suite=unstable&arch=any
you could find other locations holding libgtkembedmoz.so, too.
I've attached a patch to solve the issue with icedove's directory. Please fix
that or create a common package which holds libgtkembedmoz.so for all those
projects providing or requesting it.
Thanks,
Erik
--- /usr/bin/eclipse 2009-06-20 18:02:41.000000000 +0200
+++ /tmp/eclipse.old 2009-06-21 09:00:19.000000000 +0200
@@ -142,8 +142,6 @@
export MOZILLA_FIVE_HOME=/usr/lib/mozilla-firefox
elif [ -e /usr/lib/mozilla/libgtkembedmoz.so ]; then
export MOZILLA_FIVE_HOME=/usr/lib/mozilla
-elif [ -e /usr/lib/icedove/libgtkembedmoz.so ]; then
- export MOZILLA_FIVE_HOME=/usr/lib/icedove
else
$DIALOGW \
--title="Integrated browser support not working" \
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers