Closed
Bug 183117
Opened 22 years ago
Closed 22 years ago
Cannot make permanent change to print command
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 166217
People
(Reporter: bob-mozilla, Assigned: rods)
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
I cannot make a permanent change to the print command either through
Print::Properties or in the prefs.js file. When I make a change in
Print::Properties it stays through the session. When I change prefs.js with:
user_pref("print.printer_PostScript/default.print_command", "STUFF=$$ ; cat - >
/tmp/NS-ps.$$ ; gv /tmp/NS-ps.$$; rm /tmp/NS-ps.$$");
It is not reflected in Print::Properties.
Reproducible: Always
Steps to Reproduce:
1. Change print command in Print::Properties
2. Shut browser off
3. Open Print::Properties
Actual Results:
Original print command lpr:
${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}
Expected Results:
Saved modified print command
Modern theme
i think this was fixed already in September. Please consider upgrading to 1.2.1
when it arrives.
Resolving as dup.
*** This bug has been marked as a duplicate of 166217 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•