[Libreoffice-bugs] [Bug 41524] PRINTING multiple pages printing results in multiple system print jobs

2012-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41524

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 CC||dtar...@redhat.com

--- Comment #11 from Björn Michaelsen bjoern.michael...@canonical.com 
2012-04-04 05:24:25 PDT ---
Also CC'ing dtardon here, as it is possibly related to the same changes that
caused bug 46904.

@dtardon: Care to have a look?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41524] PRINTING multiple pages printing results in multiple system print jobs

2012-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41524

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |dtar...@redhat.com
   |desktop.org |
   See Also|https://www.libreoffice.org |
   |/bugzilla/show_bug.cgi?id=4 |
   |6904|

--- Comment #12 from David Tardon dtar...@redhat.com 2012-04-04 06:28:02 PDT 
---
(In reply to comment #11)
 Also CC'ing dtardon here, as it is possibly related to the same changes that
 caused bug 46904.

It was reported for 3.4.3, so unfortunately no :-(

 @dtardon: Care to have a look?

Sure, why not...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41524] PRINTING multiple pages printing results in multiple system print jobs

2012-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41524

--- Comment #10 from Paolo Benvenuto paolobe...@gmail.com 2012-03-31 04:12:31 
PDT ---
In my system libreoffice produce multiple print jobs, but if I first create a
pdf and then print the pdf in multiple copies, then one print job is produced.

This makes me think the problem isn't in the printer or in its capacities, but
in something libreoffice doesn't handle while evince does.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41524] PRINTING multiple pages printing results in multiple system print jobs

2012-03-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41524

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

   Keywords||regression

--- Comment #8 from Björn Michaelsen bjoern.michael...@canonical.com 
2012-03-30 15:17:38 PDT ---
This is claimed to be working in 3.3 and broken in 3.4 - regression

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41524] PRINTING multiple pages printing results in multiple system print jobs

2012-03-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41524

Michael Pardee bugs.freedesktop@open-sense.com changed:

   What|Removed |Added

   Priority|medium  |high
 CC||bugs.freedesktop.org@open-s
   ||ense.com
   See Also||https://www.libreoffice.org
   ||/bugzilla/show_bug.cgi?id=4
   ||6904
Version|LibO 3.4.3 release  |LibO 3.5.1 Release

--- Comment #7 from Michael Pardee bugs.freedesktop@open-sense.com 
2012-03-27 13:21:36 PDT ---
I manage about 1000 computers that this is causing problems on - the huge
number of print jobs created when a user prints multiple copies is slowing down
the printers and causing problems with print release software that lets users
confirm and pay for print jobs before they are printed.  I realize that most
home users might not notice the difference between one multi-copy job and
several individual jobs, but in larger environments it is a huge problem.

I wonder if this is the same as bug 46904 which seems to be attracting a little
more attention: 
https://www.libreoffice.org/bugzilla/show_bug.cgi?id=46904

Any advice on how to patch this or work around it without user intervention
would be greatly appreciated.  Currently it looks like the only solution is to
go back to version 3.3.4.1

I just tested this with version 3.3.4.1 and the problem does not occur. 
Testing with 3.4.0 and 3.5.1 showed the bug. The base system is Ubuntu 10.04
and the problem occurs with .debs grabbed directly from libreoffice.  

Diffing the source from 3.3.4.1 vs. 3.4.0 shows
libreoffice-3.4.0.1/vcl/unx/source/printer/cupsmgr.cxx had a few changes that
look relevant, but I'm in way over my head here:


 bool bUsePDF = false;
cups_dest_t* pDest = ((cups_dest_t*)m_pDests);
const char* pOpt = m_pCUPSWrapper-cupsGetOption( printer-info,
  pDest-num_options,
  pDest-options );
if( pOpt )
{
m_bUseIncludeFeature = true;
bUsePDF = true;
if( m_aGlobalDefaults.m_nPSLevel == 0  m_aGlobalDefaults.m_nPDFDevice
== 0 )
m_aGlobalDefaults.m_nPDFDevice = 1;
}


...




if( rJob.m_nPDFDevice  0  rJob.m_nCopies  1 )
{
rtl::OString aVal( rtl::OString::valueOf( sal_Int32( rJob.m_nCopies ) )
);
rNumOptions = m_pCUPSWrapper-cupsAddOption( copies, aVal.getStr(),
rNumOptions, (cups_option_t**)rOptions );
}
if( ! bBanner )
{
rNumOptions = m_pCUPSWrapper-cupsAddOption( job-sheets, none,
rNumOptions, (cups_option_t**)rOptions );
}
}

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41524] PRINTING multiple pages printing results in multiple system print jobs

2012-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41524

David Burke dmbs...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #6 from David Burke dmbs...@gmail.com 2012-02-07 18:27:37 PST ---
Issue still present on LO 3.5 RC3 on Ubuntu 11.10

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41524] PRINTING multiple pages printing results in multiple system print jobs

2011-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41524

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #5 from Björn Michaelsen bjoern.michael...@canonical.com 
2011-12-23 12:31:38 PST ---
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2
prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation:
http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41524] PRINTING multiple pages printing results in multiple system print jobs

2011-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41524

--- Comment #4 from NoOp gl...@sbcglobal.net 2011-12-16 09:43:56 PST ---
Same issue in 3.5 beta 1:
LOdev 3.5.0 
Build ID: 7362ca8-b5a8e65-af86909-d471f98-61464c4

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41524] PRINTING multiple pages printing results in multiple system print jobs

2011-12-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41524

--- Comment #3 from NoOp gl...@sbcglobal.net 2011-12-15 14:52:05 PST ---
I have both 3.3.4 and 3.4.4 installed so I can test in parallel. 3.3.4 prints
properly (1 job, multiple pages) as long as the 'Collate' option is
checked in the print dialog. Unchecking 'Collate' and printing results
in multiple print jobs as expected. So as to not waste ink, just test by
printing to a cups-pdf printer.

In 3.4.4 it's as if the 'Collate' feature doesn't exist. 3.4.4 prints
multiple print jobs whether the 'Collate' option is checked or not.

Ubuntu 10.10 linux: versions are directly from LO.

LibreOffice 3.4.4 
OOO340m1 (Build:402)

LibreOffice 3.3.4 
OOO330m19 (Build:401)
tag libreoffice-3.3.4.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41524] PRINTING multiple pages printing results in multiple system print jobs

2011-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41524

--- Comment #1 from Paolo Benvenuto paolobe...@gmail.com 2011-10-06 07:16:10 
PDT ---
my printer is a Ricoh Aficio MP-2550 (NRG-MP-2550), the sistem uses it with a
socket://192.168.0.44:9100 uri, and the driver is CUPS+Gutemprint v2.5.6

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs