Am Di, den 05.10.2004 schrieb Trevor Smith um 22:14: > Does anyone know how to set a "helper" application in firefox? Their site is > useless (can't find the info). Everytime I click a mailto: link, evolution > starts, but i prefer kmail. > Trevor Smith // trevor@xxxxxxxxxxxxxx No fix but workaround: Edit $HOME/.mozilla/firefox/[profile]/prefs.js and append following line user_pref("network.protocol-handler.app.mailto", "/path/to/helper-script.sh"); The script file /path/to/helper-script.sh then contains something like: #!/bin/sh /usr/bin/kmail ${1#mailto:} Alexander -- Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13 Fedora GNU/Linux Core 2 (Tettnang) kernel 2.6.8-1.521smp Serendipity 22:17:55 up 6 days, 44 users, load average: 0.87, 0.70, 0.60
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil