Closed
Bug 298491
Opened 20 years ago
Closed 20 years ago
contrib directory / unix startup example
Categories
(Firefox :: General, enhancement)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: jakobi, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
The default startup script is a bit uncomfortable.
The script above does provide some thunderbird
integration and allows to use shorter urls with
some heuristics to sanely handle file:// urls.
When looking for a specific place for contrib
sw, I found nothing.
Reproducible: Always
Steps to Reproduce:
A the wrapper?
1. using the original firefox/firefox script with a file:// url
B where's contrib: user-provided software?
1. install, look for a contrib directory ...
2. search mozilla.org
3. google mozilla sites ...
Actual Results:
A1. you manually open the file using the menu, as
you need to really type a long url to open a file://
even if it's in the current directory.
B1. - 3. no contrib directories to be found where such scripts
are placed centrally (excepting extensions)
repository for contributed scripts
Expected Results:
A1-> it should have made some attempt to allow more flexible
command lines, e.g. by my script I referenced above
B1-3: there should be some repository in the tarball or on the ftp
site for people to place scripts. In addition it should be
referenced in firefox / thunderbird faqs.
the mozillazine forums IMHO aren't suitable for this.
my example startup wrapper (unix/shell/perl) is
at http://www.oa.shuttle.de/kefk/tmp/firefox.
It just calls the standard firefox*/firefox and
thunderbird*/thunderbird scripts as often as
necessary with modified arguments :).
It's a bit raw, but it's what I'm using all
the time and what's making working with the
browser less painful (I'm not a gui-kind of
person...).
You're welcome to request changes or
place a copy wherever you like.
Comment 1•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 2•20 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•