Je ne suis pas encore passé à ff 0.9 (même si j'ai lu au moins 42 journaux qui annoncent sa sortie), et ce script marche sur ff 0.8 et ne devrait a priori pas poser de problème avec le 0.9, à moins qu'ils aient poussé le vice jusqu'à virer la commance openURL du xremoteclient... :
#!/bin/sh
export MOZILLA_FIVE_HOME="/usr/local/firefox"
url="1ドル"
if [ "x$url" = "x" ]; then
url="about:blank"
fi
if $MOZILLA_FIVE_HOME/mozilla-xremote-client openURL\("$url",円new-tab\); then
exit 0
fi
exec $MOZILLA_FIVE_HOME/firefox "$url"
# Chezmoiçamarche
Posté par Khâpin . En réponse au message Firefox et arrachages de cheveux.... Évalué à 2.
#!/bin/sh
export MOZILLA_FIVE_HOME="/usr/local/firefox"
url="1ドル"
if [ "x$url" = "x" ]; then
url="about:blank"
fi
if $MOZILLA_FIVE_HOME/mozilla-xremote-client openURL\("$url",円new-tab\); then
exit 0
fi
exec $MOZILLA_FIVE_HOME/firefox "$url"
Tiens-moi au courant...
Khapin