URL: https://linuxfr.org/forums/general-general/posts/firefox-thunderbird-comment-les-marier Title: Firefox && Thunderbird: comment les marier ??? Authors: Tony Gencyl Date: 2004年09月21日T13:38:47+02:00 Tags: firefox Score: 0 Bonjour, Je cherche a faire que les URL que je clickouze dans Thunderbird 0.8 ouvre une nouvelle tab dans mon Firefox RC1 et inversément, quand je clickouze sur une adresse email dans Firefox. Dans mon $HOMe/bin, j'ai deux scripts: browser.sh, pour lancer FF à partir de TB et mailto.sh qui fait l'inverse. J'ai référencé browser.sh dans ~/.thunderbird/default/XXXXX/user.pref: user_pref("network.protocol-handler.app.http", "/home/hideo/bin/browser.sh"); Et mailto.sh dans: ~/.mozilla/firefox/default.h5u/user.js user_pref("network.protocol-handler.app.mailto", "/home/hideo/bin/mailto.sh"); Mais rien n'a faire je galère ... > thunderbird & /mnt/storage/thunderbird/mozilla-bin: Error: Failed to send command: 500 command not parsable: [http://www.betavote.com/(...)](http://www.betavote.com/) Et Firefox veux chaque fois m'ouvrir un nouveau TB au lieu d'utiliser l'ancien ... Mes scripts sont les suivants: # browser.sh #!/bin/sh export BROWSER_HOME="/mnt/storage/firefox" url="1ドル" if [ "x$url" = "x" ] then url="about:blank" fi if $BROWSER_HOME/mozilla-xremote-client openURL\("$url"\) then exit 0 fi exec $BROWSER_HOME/firefox "$url" # mailto.sh #!/bin/sh export tb=/mnt/storage/thunderbird/thunderbird $tb -remote "mailto(1ドル?subject=2ドル)" || exec $tb -P default -compose mailto:1ドル?subject=2ドル J'espère que d'autres on trouvé la soluce, je suis sec :-//// Merci d'avance en tt cas ...

AltStyle によって変換されたページ (->オリジナル) /