Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Firefox und Thunderbird einrichten
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
kruemel0809
Tux's lil' helper
Tux's lil' helper


Joined: 21 Sep 2004
Posts: 124

PostPosted: Wed Dec 15, 2004 10:03 am    Post subject: Firefox und Thunderbird einrichten Reply with quote

Hi!
Kann mir jemand von euch sagen, wie ich firefox so einrichte, dass wenn ich auf nen mailto link klicke thunderbird im mailschreibe modus aufgerufen wird? und auch umgekehrt mit links in thunderbird und wenns geht auch licq?
ausserdem moechte ich gerne auf meinem desktop ein icon machen, mit dem ich neue firefox fenster oeffnen kann! also dass er beim ersten mal firefox startet und dann nur noch neue fenster oeffnet, anstatt immer erfolglos versucht den ganzen browser neu zu starten, oder zwar ein fenster oeffnet, aber ohne startseite etc!
danke schoen!!
Back to top
View user's profile Send private message
Stormkings
Guru
Guru


Joined: 27 Sep 2002
Posts: 352
Location: Europe

PostPosted: Wed Dec 15, 2004 11:09 am    Post subject: Reply with quote

hi vielleicht hilft dir dieses script weiter. ich benutze es für licq, dann werden links in tabs geöffnet, wenn es schon einen laufenden firefox gibt, ansonsten wird er gestartet. das gleiche schema sollte sich dann für dich auch mit dem button auf dem desktop anwenden lassen. grüße, david
Code:
APPPATH="/usr/bin/"
APPNAME=$APPPATH"firefox"
if [ ! -x $APPNAME ]; then
echo "Wrong path or application isn't installed"
exit 1
else
if [ `ps -A | awk '{print $4}' | grep -E 'firefox$'` == "firefox" ]; then
$APPNAME -remote "openURL($1, new-tab)"
else
$APPNAME $1
fi
fi
exit $?
Back to top
View user's profile Send private message
kruemel0809
Tux's lil' helper
Tux's lil' helper


Joined: 21 Sep 2004
Posts: 124

PostPosted: Thu Dec 16, 2004 2:25 pm    Post subject: Reply with quote

danke! das script scheint wirklich cool zu sein, ich probiere das heut abend mal aus!
aber kann mir jetzt noch einer sagen, wie ich in kde http und mailto registriere, so dasss der halt immer das script z.b. mit der adresse aufruft?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum