View Single Post
Copernicus's Avatar
Posts: 1,986 | Thanked: 7,698 times | Joined on Dec 2010 @ Dayton, Ohio
#4
Originally Posted by amandalam View Post
There is a side-effect, though --- the Bookmarks page always displays first. I'm not sure how to get rid of it....
As it turns out, Firefox Mobile will (unless you specify otherwise) open new tabs in a running copy of the browser rather than create new instances of the browser. So,

Code:
/usr/bin/fennec http://google.com &
/usr/bin/fennec http://facebook.com &
brings up one browser window with two tabs. Pretty cool.
 

The Following User Says Thank You to Copernicus For This Useful Post: