David a gentiment tapote:
> I forgot where I found it but here is mine;
> user_pref("network.protocol-handler.app.http",
> "/home/david/firefox_launch");
> user_pref("network.protocol-handler.app.https",
> "/home/david/firefox_launch");
>
> cat firefox_launch
> #!/bin/bash
>
> unset LD_PRELOAD
> exec /usr/bin/firefox "$@"
>
Hi David,
You're a genius !!! that worked !
Thank you very much !
Can you (or somebody else) explain to me what's the use of the unset
LD_PRELOAD command ??
It doesn't work without it.
Cheers,
--
Jacques