Displaying 1 result from an estimated 1 matches for "firefox_wrap".
2008 Oct 09
2
Thunderbird does not follow url links in Firefox
...that experience the same problem:
I'm using Thunderbird 2.0.0.17 (manually downloaded, that might have
caused the problem, I have not tried with 1.5)
I'm using Firefox 3.0.2 (yum installed CentOS 4.7)
To solve I created a small wrapper script that unsets LD_LIBRARY_PATH:
cat <path>/firefox_wrap
#!/bin/bash
unset LD_LIBRARY_PATH
firefox $@
To start add :
user_pref("network.protocol-handler.app.http", "<path>/firefox_wrap");
to
~/.thunderbird/<salt>/prefs.js
(or use the advanced config editor)
The error message (for those Googling around):
/usr/lib/firefo...