Closed
Bug 189282
Opened 22 years ago
Closed 22 years ago
Ugly entries in prefs.js after changing the printer properties
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 185588
People
(Reporter: wguenzl, Assigned: rods)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3a) Gecko/20021212
Changing the printer properties for european use
Paper Size: A4 (8.3x11.7 inch)
Print Command: lpr -Ptinte
was ok in mozilla-1.2.1.
But now in mozilla-1.3a in prefs.js and prefs.bak appear ugly entries without
any memorizing these changes.
In prefs.js appear as many ugly entries as I have made changes in the printer
properties. (That will be later a huge file size!?)
Reproducible: Always
Steps to Reproduce:
1.In the printer properties I change paper size to A4 and print command to
lpr -Ptinte
2.After new start of mozilla-1.3a no memorizing these changes.
3.In prefs.js appear as many ugly entries as I change the printer properties
after restart mozilla!
Actual Results:
In prefs.js:
user_pref("print.[some ugly characters]", "lpr -Ptinte");
No memorizing the changes!
Expected Results:
mozilla-1.3a has to memorize changes in the printer properties with well
readable entries in prefs.js ... so as this was in mozilla-1.2.1.
user_pref("print.printer_PostScript/default.print_command", "lpr -Ptinte");
user_pref("print.printer_PostScript/default.paper_name", "A4");
Memorizing the changes of the printer properties!!
Comment 1•22 years ago
|
||
Sounds like a duplicate of bug 185588 ("Changed printing preferences are saved
corrupted in prefs.js") ...
indeed.. resolving as dup.
*** This bug has been marked as a duplicate of 185588 ***
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
•