Comment 31 for bug 363577

Revision history for this message
In , Bob Vincent (pillarsdotnet) wrote :

Confirmed on Thunderbird 2.0.0.22, Ubuntu Jaunty.

I'm not running Gnome nor KDE, but I am running dbus and hal.

Relevant portions of my prefs.js file are:

user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
user_pref("network.protocol-handler.expose-all", true);
user_pref("network.protocol-handler.expose.http", true);
user_pref("network.protocol-handler.expose.https", true);
user_pref("network.protocol-handler.external.ftp", true);
user_pref("network.protocol-handler.external.http", true);
user_pref("network.protocol-handler.external.https", true);
user_pref("network.protocol-handler.warn-external-default", false);

As a test, I renamed $HOME/.mozilla-thunderbird and launched thunderbird to create a fresh profile.

After going through the setup procedure, the resultant (default) setup has the same problem.