Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41074 - new MozillaFirebird startup script can't parse more than one url at startup.
Summary: new MozillaFirebird startup script can't parse more than one url at startup.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-09 22:15 UTC by Serge Matveev
Modified: 2004-02-14 17:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Matveev 2004-02-09 22:15:28 UTC
Previous version of MozillaFirebird startup script allows to start browser like

MozillaFirebird "url1|url2"

and open both urls at once in two tabs. But Now this behaviour is broken.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-02-12 09:38:20 UTC
I'll fix it...
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-02-12 12:28:43 UTC
in the process of working on this bug, I added the ability to specify multiple urls.  So...

MOZILLA_NEWTYPE=window MozillaFirebird 'url1|url2' url3
-- you will get two windows: (1) two tabs for url1 and url2, (2) url2

MOZILLA_NEWTYPE=tab MozillaFirebird 'url1|url2' url3
-- you will get three tabs

I committed this to cvs but didn't bump the rev since I doubt this is affecting many users.
Comment 3 Serge Matveev 2004-02-13 00:21:34 UTC
Please, add this launcher to 'new' firefox package.
Comment 4 Aron Griffis (RETIRED) gentoo-dev 2004-02-14 17:55:07 UTC
done, enjoy!