J'ai TB 0.8 , FF 0.9.3 , KDE 3.2, gentoo linux 2.6.8.1.
J'ai défini dans ~/.mozilla/firefox/default.xyz/user.js
user_pref("network.protocol-handler.app.mailto", "/home/djax/bin/mailto.sh");
/home/djax/bin/mailto.sh contient
#!/bin/bash
if pgrep -u `whoami` thunderbird-bin > /dev/null
then
thunderbird -remote "mailto(`echo $1 | cut --bytes=8-`)"
else
thunderbird $1
fi
Mais quand je clique sur un mailto:, j'ai ce message d'erreur:
fgrep: /usr/lib/MozillaThunderbird/defaults/pref/thunderbird.js: No such file or directory
/usr/lib/MozillaThunderbird/mozilla-xremote-client: Error: Failed to find a running server.
No running windows found
Error: No running window found
Un germanophone a le (…)