Bug#402340: Integrated browser not working

2006-12-29 Thread Jordi Pujol
Hello,

I was working in that problem, and I observed that:

the link for the library is not present, 
i created that:

ln -s /usr/lib/libgtkembedmoz.so.0d /usr/lib/mozilla-firefox/libgtkembedmoz.so

but does not work correctly,
when starting Eclipse gives the error,

symbol lookup 
error: 
/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/35/1/.cp/libswt-mozilla-gtk-3235.so:
 
undefined symbol: NS_InitEmbedding

libswt-mozilla-gtk-3235.so is not able to init the navigator,
That becomes an error in the library, not an eclipse error,
reported in Debian Bug report logs - #396636
and the user of eclipse should always use an external navigator, 
or use eclipse from the svn development,

Because that message annoys me, I decided only to echo the error, and 
configure the external browser,

remove the previous link;

rm /usr/lib/mozilla-firefox/libgtkembedmoz.so

modify the $HOME/.eclipse/eclipserc adding the following lines:

DIALOG=echo
DIALOGW="$DIALOG"


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



Bug#402340: Integrated browser not working

2007-01-29 Thread Loïc Fejoz

Hi,

I just add the following test at line 145 of /usr/bin/eclipse:
elif [ -e /usr/lib/icedove/libgtkembedmoz.so ]; then
export MOZILLA_FIVE_HOME=/usr/lib/icedove

On my system (debian testing) the library is given by the icedove package.

--
Yermat


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