On Sat, 26 Jan 2002, Tal Amir wrote:
> any idea what else i might want to be looking into ?
you have the source, dont you? find out exactly *how* it attempts to
launch a browser and try to replicate its behaviour - if it's calling
system("foo"), try to do foo on the shell and see if it works. if it
does, look for PATH differences or permission differences. if it doesnt,
figure out why it's not working. repeat as necessary.
compile the applet with all debug symbols enabled. add debug output in
the relevant areas.
you could also use strace to figure out what the applet is doing, if it
has a pid [ and it's not a component of the panel or some such ].
just a few ideas to get you started.
--
mulix
http://vipe.technion.ac.il/~mulix/
http://syscalltrack.sf.net/
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]