Sylpheed impossible d'acceder aux URL

Sylpheed impossible d'acceder aux URL - Logiciels - Linux et OS Alternatifs

Marsh Posté le 31-08-2003 à 22:30:44    

Lorsque je double clique sur une URL dans un mail il ne se passe rien : pas moyen d'acceder aux sites  :??:  
 

Reply

Marsh Posté le 31-08-2003 à 22:30:44   

Reply

Marsh Posté le 31-08-2003 à 22:48:14    

DCRo a écrit :

Lorsque je double clique sur une URL dans un mail il ne se passe rien : pas moyen d'acceder aux sites  :??:  
 
 


 
T'as bien spécifier un browser dans les options "Autres" ?

Reply

Marsh Posté le 31-08-2003 à 23:46:44    

oui j'ai essaye avec plusieurs (firebird, konqueror) mais rien !

Reply

Marsh Posté le 01-09-2003 à 07:52:49    

il faut sûrement mettre le chemin complet du binaire (/usr/local/bin/mozilla par ex) et rajouter un %s (ou un truc du genre) à la fin pour qu'il fille au prog le fichier en argument

Reply

Marsh Posté le 01-09-2003 à 07:54:24    

En prenant google et en tapant "sylpheed browser" on trouve ca aussi :
 
http://www.tmtm.org/cgi-bin/w3ml/sylpheed/msg/18405
 

Citation :

Configuration -> Common preferences -> Other -> Web browser
You can insert your browser there, for example:
 
/usr/local/mozilla/mozilla %s
 
The annoying thing is that you can't open a link when the browser is
already running (because then only the profile manager launchs). So I
use the following script which works with mozilla-clones:
 
 
#!/bin/sh
 
#browser="/home/georg/app/beonex-comm/beonex-comm"
browser="/home/georg/app/phoenix/phoenix"
 
if $browser -remote "ping()" &> /dev/null
then
        $browser -remote "openURL (${1}, new-tab)"
else
        $browser $1 &
fi
 
 
If the browser is already running then a new tab will be opened. Else
the browser will be started.
 
The script's filename is browser.sh - so I had to insert
/path/to/browser.sh %s
into the webbrowser field.


 
 :sleep:


Message édité par void_ppc le 01-09-2003 à 07:54:40
Reply

Marsh Posté le 02-09-2003 à 23:24:55    

void_ppc a écrit :

il faut sûrement mettre le chemin complet du binaire (/usr/local/bin/mozilla par ex) et rajouter un %s (ou un truc du genre) à la fin pour qu'il fille au prog le fichier en argument


 
ca marche  
 
merci

Reply

Marsh Posté le 03-09-2003 à 06:39:44    

Tu as fait comment ?

Reply

Marsh Posté le 03-09-2003 à 06:48:55    

c'est bon merci


---------------
Le Paradi c'est www.trustonme.net
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed