William Kucharski wrote: > I just downloaded and installed Firefox 3.0.5, and it still requires editing > of the [installation directory]/firefox script for links clicked on in > Thunderbird to launch. > > This works nicely: > > *** firefox.orig Thu Dec 18 16:45:34 2008 > --- firefox Thu Dec 18 16:41:52 2008 > *************** > *** 52,57 **** > --- 52,59 ---- > #uncomment for debugging > #set -x > > + unset LD_LIBRARY_PATH > + > moz_libdir=/usr/local/lib/firefox-3.0.5 > > # Use run-mozilla.sh in the current dir if it exists > > William Kucharski
This is a Thunderbird problem, not a Firefox one. Firefox shouldn't have to -- and moreover *shouldn't* -- filter its environment. Thunderbird needs to be fixed to not pass its garbage to things it launches. Dave