[Libreoffice-bugs] [Bug 107416] Printing multiple copies results in multiple print jobs

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 22 23:45:26 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=107416

Aron Budea <baron at caesar.elte.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bibisectRequest             |bibisected, bisected
                 CC|                            |kelemeng at ubuntu.com
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=10
                   |                            |3703

--- Comment #11 from Aron Budea <baron at caesar.elte.hu> ---
Good hint, Laurent. Bibisected to the commit referenced below using repo
bibisect-win32-5.3.
Adding Cc: to Gabor Kelemen for fun :) (the commit is just a setting change,
I'd assume the issue is in the code rather).

https://cgit.freedesktop.org/libreoffice/core/commit/?id=37c3e57c788fb5ad931126ea233093d87ac3dbc3
author          Gabor Kelemen <kelemeng at ubuntu.com>     2016-11-11 12:46:54
(GMT)
committer       jan iversen <jani at documentfoundation.org>       2016-11-14
10:14:29 (GMT)

"tdf#103703 Turn on single print jobs for collated prints by default

This way when printing documents with odd number of pages
and collated printing is selected the first page of the
second copy is not printed to the empty last page of the firs copy."

These values are written to the profile after doing a test print with an empty
profile (see the difference in CollateSingleJobs):

GOOD
<item
oor:path="/org.openoffice.VCL/Settings/org.openoffice.VCL:ConfigurableSettings['PrintDialog']"><prop
oor:name="Collate" oor:op="fuse"
oor:type="xs:string"><value>true</value></prop></item>
<item
oor:path="/org.openoffice.VCL/Settings/org.openoffice.VCL:ConfigurableSettings['PrintDialog']"><prop
oor:name="CollateBox" oor:op="fuse"
oor:type="xs:string"><value>Default</value></prop></item>
<item
oor:path="/org.openoffice.VCL/Settings/org.openoffice.VCL:ConfigurableSettings['PrintDialog']"><prop
oor:name="CollateSingleJobs" oor:op="fuse"
oor:type="xs:string"><value>false</value></prop></item>

BAD
<item
oor:path="/org.openoffice.VCL/Settings/org.openoffice.VCL:ConfigurableSettings['PrintDialog']"><prop
oor:name="Collate" oor:op="fuse"
oor:type="xs:string"><value>true</value></prop></item>
<item
oor:path="/org.openoffice.VCL/Settings/org.openoffice.VCL:ConfigurableSettings['PrintDialog']"><prop
oor:name="CollateBox" oor:op="fuse"
oor:type="xs:string"><value>Default</value></prop></item>
<item
oor:path="/org.openoffice.VCL/Settings/org.openoffice.VCL:ConfigurableSettings['PrintDialog']"><prop
oor:name="CollateSingleJobs" oor:op="fuse"
oor:type="xs:string"><value>true</value></prop></item>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170922/d0f2481a/attachment-0001.html>


More information about the Libreoffice-bugs mailing list