Open links in firefox tabs

Bug #8419 reported by ChristofferS
12
Affects Status Importance Assigned to Milestone
firefox (Ubuntu)
Fix Released
Wishlist
Thom May

Bug Description

Hi,

A nice wrapperscript for firefox is the 'mozffremote' script used by mandrake in
Mandrake Community 10.1. When you click a link in eg. evolution, the script will
open a new tab in firefox if it already running.

Please include it in Ubuntu.

Here it is:

if mozilla-firefox -a firefox -remote "ping()" 2> /dev/null ; then
    if [ -z "$1" ]; then
        mozilla-firefox -a firefox -remote "xfeDoCommand (openBrowser)"
    else
        mozilla-firefox -a firefox -remote "openURL($1,new-tab)"
    fi
else
    mozilla-firefox $1 &
fi

Revision history for this message
Thom May (thombot) wrote :

(In reply to comment #0)
> Hi,
>
> A nice wrapperscript for firefox is the 'mozffremote' script used by mandrake in
> Mandrake Community 10.1. When you click a link in eg. evolution, the script will
> open a new tab in firefox if it already running.
>

You can enable this in ubuntu by editing /etc/mozilla-firefox/mozilla-firefoxrc
and setting FIREFOX_OPEN_IN to tab
I'm not sure we want to enable this by default though - might cause serious user
confusion.

Revision history for this message
Matt Zimmerman (mdz) wrote :

(In reply to comment #1)
> You can enable this in ubuntu by editing /etc/mozilla-firefox/mozilla-firefoxrc
> and setting FIREFOX_OPEN_IN to tab
> I'm not sure we want to enable this by default though - might cause serious user
> confusion.

That sounds like excellent FAQ information (I didn't know about this myself);
please add it to the wiki

Revision history for this message
ChristofferS (ubuntu-curo) wrote :

I don't know if it is Ubuntu policy to consider this a bug since it can only be
changed using the CLI ?

It is okay with me to just put it on the wiki.

Revision history for this message
Thom May (thombot) wrote :

Done.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.