Launch Firefox from Thunderbird

To make Thunderbird uses Firefox as default browser, just add these lines on your all-thunderbird.js.

If you’re using Debian and install Thunderbird from .tar.gz package, look to /usr/local/src/thunderbird/defaults/pref/all-thunderbird.js.


pref("network.protocol-handler.app.http", "/usr/bin/mozilla-firefox");
pref("network.protocol-handler.app.https", "/usr/bin/mozilla-firefox");
pref("network.protocol-handler.app.ftp", "/usr/bin/mozilla-firefox");

Sourced from http://bruno.vernay.free.fr/wp/?p=9

Install Adobe Acrobat Reader 7.0 as Firefox plugin

I installed Adobe Reader 7.0 for Linux about a month ago while I needed to open a pdf document that required document authentication from its origin server. The document was successfully opened, but my Firefox browser could not open any pdf document anymore. Firefox was able to open pdf document using previous Adobe Reader version, but not Adobe Reader 7.0 for Linux. Mozilla website confirms this problem. However, I finally manage to get my Adobe Reader 7.0 for Linux works with Firefox and here is what I did.

Continue reading