Closed
Bug 165791
Opened 23 years ago
Closed 23 years ago
[ps] Custom print command is ignored
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 166217
People
(Reporter: eswierk, Assigned: rods)
Details
Attachments
(1 file)
|
10.78 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827
When I click Print, then Properties for Postscript/default, and change the Print
Command to something like
kprinter --stdin
the new setting stays in effect for the current Mozilla session. If I then
close Mozilla, the altered setting is written to prefs.js.
However, when I reopen Mozilla, click Print and then Properties, the Print
Command reverts to the default:
lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}
Mozilla then uses the default setting when I try printing a document.
So Mozilla seems to be ignoring the custom print command setting in prefs.js.
Reproducible: Always
Steps to Reproduce:
Comment 2•23 years ago
|
||
I also see this problem on Sun/Solaris with Mozilla 1.1.
I think this bug is a duplicate of bug 166217 which is the active bug report
being worked on.
Comment 3•23 years ago
|
||
This should be FIXED now (by bug 166217 ("Print settings on Linux are saved at
shutdown but not read at next start")).
I hope drivers@mozilla.org will approve the matching patches for the
1.0.x-branch that 1.0.2 will ship with this fix...
*** This bug has been marked as a duplicate of 166217 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Summary: Custom print command is ignored → [ps] Custom print command is ignored
You need to log in
before you can comment on or make changes to this bug.
Description
•