I changed the line in the script openlink.sh to
the following and it works for me.
(Have debian (knoppix) and Firefox 0.9 and Thunderbird 0.8)
#!/bin/sh
export MOZILLA_FIVE_HOME="/usr/lib/mozilla-firefox"
url="$1"
if [ "x$url" = "x" ]; then
url="about:blank"
fi
# exec $MOZILLA_FIVE_HOME/firefox-bin "$url"
/usr/bin/firefox "$url"


Reply With Quote

Bookmarks