[PLUTO-help] Thunderbird
pacmoit a infinito.it
pacmoit a infinito.it
Lun 12 Lug 2004 15:30:37 CEST
Ernesto ha scritto:
> Succede anche a voi che i link con thunderbird non funzionino?
> Cioè se clicco su un link non si apre alcun browser: probabilmente va
> settato ma non ho trovato dove farlo.
> ciao
> grazie
>
>
C'è un link in mozilla che spiega come fare, siccome non lo trovo più ti
riporto quello che bisogna fare (che mi ero trascritto)
a) Creare uno script denominato link.sh e sistemalo nella home nella
directory .thunderbird
Ecco lo script
#!/bin/sh
export MOZILLA_FIVE_HOME=/usr/local/bin/firefox
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME
# get URL to load
url=$1; [ -z $url ] && url=about:blank
#try xremote first
$MOZILLA_FIVE_HOME/mozilla-xremote-client openURL\($url\) && exit 0
# if xremote failed then lunch the browser
exec $MOZILLA_FIVE_HOME/firefox $url
Quindi in .thunderbird/default/m94gcgja.slt crea o modifica il file
user.js con il seguente testo :
user_pref("network.protocol-handler.app.http",
"/home/nomeutente/.thunderbird/link.sh");
Ora dovrebbe funzionare
Naturalmente devi modificare secondo le tue esigenze eventuali percorsi
Ciao
Pier Antonio
> ------------------------------------------------------------------------
>
> _______________________________________________
> pluto-help mailing list
> pluto-help a lists.pluto.it
> http://lists.pluto.it/cgi-bin/mailman/listinfo/pluto-help
More information about the pluto-help
mailing list