Closed
Bug 170086
Opened 22 years ago
Closed 22 years ago
Helper application settings ignored
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: psychonaut, Assigned: law)
References
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826
When a new helper application is set via the preferences menu, Mozilla does not
use the specified helper application to open files of that type.
Reproducible: Always
Steps to Reproduce:
1. Edit->Preferences->Navigator->Helper Applications
2. [optional: use Reset button]
3. New Type
4. Description of type: Postscript File
File extension: .ps
MIME type: application/postscript
Application to use: /usr/bin/kghostview
5. OK
6. OK
7. [optional: restart browser]
8. Visit some site which links to a Postscript file -- e.g.,
http://www.cs.toronto.edu/~psy/pubs.html -- and click on one of the "[.ps]" links.
Actual Results:
Mozilla opens a "Enter name of file to save to" window.
Expected Results:
Should have downloaded the link to a temp file and then opened with
/usr/bin/kghostview
Reporter | ||
Comment 1•22 years ago
|
||
Bug also occurs with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910
Reporter | ||
Comment 2•22 years ago
|
||
Updated•22 years ago
|
Attachment #100101 -
Attachment mime type: text/rdf → text/plain
Comment 3•22 years ago
|
||
Which exact dialog do you get? The one that asks whether to save or open? Or
the one that is a filepicker?
Reporter | ||
Comment 4•22 years ago
|
||
I get a filepicker dialog, as indicated above.
Comment 5•22 years ago
|
||
Could you attach your prefs.js file, please?
Reporter | ||
Comment 6•22 years ago
|
||
Note that the prefs.js file contains the line
user_pref("browser.helperApps.neverAsk.saveToDisk",
"application%2Fpostscript");
However, I did *not* tell Mozilla that I always wanted to save Postscript files
to disk.
Here's another way of producing this bug:
1. Edit->Preferences->Navigator->Helper Applications
2. Click "Reset", and also remove from the "File types" frame all references to
Postscript files.
3. Click OK.
(At this point, examining the prefs.js file reveals no mention of what to do
when an application/postscript is encountered.)
4. Go to a web page which links to a Postscript file and click on the link.
5. Up pops a dialog "Downloading filename.ps" which asks, "What should Mozilla
do with this file?"
6. Click Choose.
7. Enter /usr/bin/kghostview (or your PS viewer of choice)
8. Click Open. (BTW, this button is misleading -- should be renamed.)
9. Uncheck "Always ask before opening this type of file"
10. Click OK.
11. File opens in KGhostview as expected.
12. Now click on some other Postscript file on the page.
13. Up pops an "Enter name of file to save to" dialog. Wrong dialog -- we just
specified we wanted Mozilla to always open this kind of file, not save it!
14. Inspection of prefs.js after this point reveals the above-noted, incorrect
user_pref line.
Comment 7•22 years ago
|
||
Reporter | ||
Comment 8•22 years ago
|
||
Boris, there is no "Always ask" option in the Helper Applications preferences
menu. Using the procedure described in comment 0, the user is never asked what
he wants to do with the file; Mozilla always tries to save it.
Comment 9•22 years ago
|
||
Tristan, you're right. The option is there in the "edit" dialog but not the
"new" dialog...
The reason I asked for clarification is that I just tried following the steps in
comment 0 (brand-new profile, 2002-08-21-04 Linux nightly build) and I could not
reproduce the problem. :(
Reporter | ||
Comment 10•22 years ago
|
||
Updated•22 years ago
|
QA Contact: sairuh → petersen
Comment 11•22 years ago
|
||
Using solaris nightly 2002121122. I'm not able to reproduce this either; all of
the dialogs appear to work as designed. Resolving per comment #11.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•