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

Aron Budea <ba...@caesar.elte.hu> changed:

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

--- Comment #11 from Aron Budea <ba...@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 <kelem...@ubuntu.com>     2016-11-11 12:46:54
(GMT)
committer       jan iversen <j...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to