Closed
Bug 87727
Opened 24 years ago
Closed 24 years ago
Need to display an error dialog when we can't open a postscript file to write to during printing on Linux
Categories
(Core :: Printing: Output, defect)
Tracking
()
mozilla0.9.5
People
(Reporter: kmcclusk, Assigned: roland.mainz)
References
Details
(Whiteboard: QARegressExclude)
If thePostScript begin_document fails because the user enters a filename which
can not be opened we need to notify the user. filenames with relative paths,
non-existent directories, and trying to open a file in directory that the user
doesn't have write permissions to are examples where Mozilla fails silently.
| Assignee | ||
Comment 2•24 years ago
|
||
Some more items where printing may fail:
- PostScript module:
- printer command not found
- printer command returned an error (what about stdout/stderr of print cmd ?)
- Xprint module:
- no printer found
- given printer name not found
- access error (access to printer denied)
- invalid printer attribute combination
| Assignee | ||
Comment 3•24 years ago
|
||
dcone:
Can I overtake this bug, please ?
There is a "extern "C" void ShowOSAlert(char* aMessage);" in Mozilla which may
be misused for this task...
| Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.5
| Assignee | ||
Comment 5•24 years ago
|
||
I am going to fix this as part of bug 97907
*** This bug has been marked as a duplicate of 97907 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•