Description of problem: When printing a document 'to file' as PostScript, I get this in the output: /#copies 1 def << /NumCopies null /Policies << /NumCopies 1 >> >> setpagedevice This means that when I print the file like 'lp -n50 output.ps' I only get one copy. Version-Release number of selected component (if applicable): openoffice.org-core-2.0.4-5.5.3 How reproducible: 100% Steps to Reproduce: 1.Print to file as PostScript 2.lp -n2 output.ps Actual results: One copy printed. Expected results: Two copies.
Do you not find that you get "/#copies 2 when you untick Collate when printing to file, and with Collate ticked a copies 1 document with the page manually repeated ?
I'm talking about printing one copy to a file, and then later deciding to print several copies of *that file*. In other words, perhaps 'print to file' should handle several-copies and single-copy in different ways, with only several-copies setting the number of copies. With single-copy I expect the PostScript to leave the number of copies alone so that I can print multiple copies later.
ah the reverse of the problem I invented for myself, yeah that might work. Problem isn't specific to us or to the gtk print dialog. Let's run it by upstream
accepted, committed to the relevant usual suspects
I believe 2.0.4-5.5.10 does the right thing now, if not feel free to reopen