lunedì 30 luglio 2007

Come far aprire mailto con thunderbird e link web con firefox rispettivamente

Mi è capitato che firefox non aprisse i link di tipo mailto con thunderbird
e che thunderbird non aprisse i link web con firefox.
Per risolvere seguire la guida allegata:
http://gentoo-wiki.com/TIP_Integrate_Thunderbird_and_Firefox

File: ~/.thunderbird/<random_string>/prefs.js
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"); 

File: ~/.mozilla/firefox/<random_string>/prefs.js

If you are using the binary version of Thunderbird, add the following line:

user_pref("network.protocol-handler.app.mailto","/usr/bin/thunderbird-bin");

Otherwise, add this line:

user_pref("network.protocol-handler.app.mailto","/usr/bin/thunderbird");

Nessun commento: