Firefox Launching Issue

Mark Guzzo marguz at ameritech.net
Wed Apr 14 01:39:30 UTC 2004


On Tue, 2004-04-13 at 17:58, Hazael Maldonado Torres wrote:
> >Is there anyway to make firefox launch a new window when a link (or 
> > launcher icon) is clicked when a firefox window already exists?

This might be what you want...
I found this script in the forums at Mozillazine.org, and I've posted it
here in this list before (a little search goes a long way :-) )

<snip>

#!/bin/bash
/home/marguz/firefox/firefox -remote "openURL("$@", new-tab)" || 
	exec /home/marguz/firefox/firefox "$@";

</snip>

It works great!

Hope it helps :-)



Mark







More information about the fedora-list mailing list