vote up 2 vote down star

Is the a way to programmatically open a URL in a new tab in firefox without firefox gaining focus?

What I found out so far:

  • firefox -new-window <URL> lets ff stay in the background, but opens a new window instead of a tab.
  • firefox -new-tab <URL> opens <URL> in a new tab but gives focus to ff.

EDIT: What I'm trying to accomplish is making the feed reader plugin in claws mail open stuff in firefox in the background, so that I can go through my feeds and open everything that interests me and actually read all the stuff after that. Oh and I should probably mention that a linux/gnome-only solution would be fine, too.

flag

62% accept rate
what are you trying to accomplish? this smells like adware. – scunliffe Jan 31 at 12:46
What language are you launching from? – Fowl Jan 31 at 13:52

4 Answers

vote up 0 vote down

I believe you can set your firefox to open new tabs in the background. If you programatically open a new tab it might open it in the background. If anything it might be worth trying.

link|flag
The only thing I can find would be disabling "when I open a link in a new tab, switch to it immediately" under "tabs" in the ff preferences. I already tried that and it doesn't have any effect on that. – Kim Jan 31 at 16:08
vote up -1 vote down

You found the new tab parameter, so you're just missing the focus thing.

That ought to be window manager-dependent I think. Isn't something firefox itself is responsible for. If there's a pointy clicky tool to tune the way metacity does that then I'm unaware of it.

link|flag
vote up 1 vote down

If you set browser.tabs.loadDivertedInBackground to true in about:config then -new-tab will open tabs in the background and not focus the window. This does more than you (or I) want but perhaps it is a suitable work-around for you?

link|flag
I don't see how this does more than I want. Care to elaborate? – Kim Feb 1 at 6:52
vote up 0 vote down

PERFECT! Thanks just what I needed.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.