URL: https://linuxfr.org/forums/general-general/posts/liens-mailto-dans-firefox-vers-thunderbird Title: Liens mailto: dans Firefox vers Thunderbird Authors: Djax Date: 2004年09月19日T17:21:58+02:00 Tags: firefox Score: 0 Bon(jour|soir) 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 même problème, mais personne ne lui a répondu: [http://groups.google.com/groups?hl=fr&lr=&ie=UTF-8&thre(...)](http://groups.google.com/groups?hl=fr&lr=&ie=UTF-8&threadm=cietoh%24e44%241%40online.de&rnum=3&prev=/groups%3Fsourceid%3Dmozclient%26ie%3Dutf-8%26oe%3Dutf-8%26q%3Dthunderbird%2B%2522Error%253A%2BFailed%2Bto%2Bfind%2Ba%2Brunning%2Bserver%2522) J'ai essayé aussi d'installer mozdev comme conseiller sur certains sites, mais il ne se trouve pas dans mon panneau d'extension, et je n'arrive pas à le configurer. Si qq1 arrive à ouvrir le composeur de mail de TB depuis un lien mailto dans FF, merci de me dire comment (il|elle) fait.