Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Löst] Öppna länkar i Thunderbird i en ny tabb i Firefox?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
hensan
l33t
l33t


Joined: 26 Jun 2003
Posts: 868
Location: Sweden

PostPosted: Mon Mar 14, 2005 10:48 pm    Post subject: [Löst] Öppna länkar i Thunderbird i en ny tabb i Firefox? Reply with quote

Jag får inte länkar i Thunderbird att öppnas i en ny tabb i den Firefox som redan är igång.

Jag har lagt till detta i user.js i Thunderbird:

Code:
user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");


Jag har också satt "Open links from other applications in" till "a new tab in the most recent window" i Firefox, men länkarna öppnas ändå i ett nytt fönster...

Hjälp?


Last edited by hensan on Thu Mar 17, 2005 3:43 pm; edited 1 time in total
Back to top
View user's profile Send private message
j0hn
n00b
n00b


Joined: 12 Sep 2004
Posts: 6
Location: Sweden

PostPosted: Thu Mar 17, 2005 2:57 pm    Post subject: Reply with quote

Går det bättre om du använder -remote till firefox? Gör ett simpelt shellscript och anropa det istället för firefox. Det är ju inte en lösning utan snarare en work-around.

Code:

#!/bin/bash
firefox -remote "openurl($1,new-tab)"
Back to top
View user's profile Send private message
hensan
l33t
l33t


Joined: 26 Jun 2003
Posts: 868
Location: Sweden

PostPosted: Thu Mar 17, 2005 3:42 pm    Post subject: Reply with quote

Jo, det där verkar ju funka. Tackar :)

Letade lite på mozillas bugzilla och hittade den här buggen: https://bugzilla.mozilla.org/show_bug.cgi?id=277754, förhoppningsvis fixar dom det där till nästa version så det funkar utan hack.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian 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