28 Mar
2005
28 Mar
'05
19:21
Hi. On my suee 9.2 I have just installed Thunderbird and Firefox. I want to launch Firefox when I click on an URL in Thunderbird. I fond this script on the Firefox homepage: #!/bin/sh export MOZILLA_FIVE_HOME="/opt/firefox-builds/current" url="$1" if [ "x$url" = "x" ]; then url="about:blank" fi if $MOZILLA_FIVE_HOME/mozilla-xremote-client openURL\("$url"\); then exit 0 fi exec $MOZILLA_FIVE_HOME/firefox "$url" What name shall the script be given, and where shall it be placed ?. What permission shall it have ?. Erik Jakobsen