[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2019-01-14 Thread Olivier Tilloy
Randall, that's a very old bug that was marked fixed almost 4 years ago.
I'd suggest filing a new bug with a detailed description of the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2019-01-11 Thread Randall Snyder
I have been experiencing this problem for a while using 18.04.1 LTS. Is
there a better place to look for a resolution to this problem? Thank
you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2015-04-24 Thread Adolfo Jayme
** Bug watch removed: LibreOffice Bugzilla #46904
   https://www.libreoffice.org/bugzilla/show_bug.cgi?id=46904

** Changed in: libreoffice (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2014-03-29 Thread jimav
Yes, thanks very much.Confirmed fixed in 4.3.0.0.alpha0+ build
2014-03-25

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2014-02-18 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2014-02-14 Thread jimav
> if the PPD for the printer contains "Collate=True" and if it doesn't then 
> Collate is handled 
> as fall-back by LO itself so you get multiple jobs.

Just to clarify: The reason this is not a good idea is that CUPS already
handles this case wotj a better & smarter solution.  The whole thing
appears as a single job in the print queue which can be canceled, etc.
rather than as many independent jobs.

For example, the CUPS foomatic Postscript driver implements the
'#' lpr option by replicating the document's page
descriptions and sending a *single* Postscript file to the printer
containing all the pages.   So if the document has 3 pages, and you ask
for 10 copies, then a single job is sent to the printer containing 30
pages, and the job can be paused or canceled in CUPS or cancelled by
pressing a button on the printer.   CUPS+gutenprint for HP printers does
a similar thing but sends a PCL file instead of Postscript.

(This is on Ubuntu linux.   If the print server on Windows can't handle
this sort of thing then LO should do something similar (*not* queuing
multiple jobs) on Windows.  But on Linux it doesn't need to do anything
at all, just pass the '#https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2014-02-13 Thread jimav
In LO 4.1.2.3 on Linux:

1.  There *is no* "Collate" option in the print dialog.

2.  There is a "Create single print jobs for collated output" on the "Options" 
tab, but it has no effect.
Multiple jobs are queued (when copies > 1) regardless of whether it is checked 
or not.

3.  Either the label on the above-mentioned checkbox or its hover-popup
text is wrong, because they give opposite descriptions (the hover help
says "Check to NOT rely on the printer to create collated copies, but
create a print job for each copy instead").

The PPD file (attached) does not contain the keyword "Collate"

And again, why is LO attempting to handle collation in the first place,
rather than leaving it to the print server (CUPS here)?   The print
server knows how to implement its -#  option, and it is
closer to the hardware than an application like LO.   On Linux, at
least, I don't think LO should be trying to be a low-level hardware
driver.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2014-02-13 Thread jimav
** Attachment added: "The PPD file mention in comment #23"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/+attachment/3980046/+files/HP_LaserJet_3030.ppd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2014-02-13 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Importance: Wishlist => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2013-11-08 Thread jimav
Why does LibreOffice need to know if the printer hardware supports Collate?
Isn't it the job of the print server (i.e. CUPS) to know this and decide how to 
do multiple copies when requested?

( For example, single-page jobs can always be multi-copied in Postscript
printers by simply repeating the 'showpage'  operator, even if the
printer can't print multiple collated copies of multi-page jobs)

 If LibreOffice just invokes "lpr -# ..." or equivalent, then
the spooler should do the right thing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2013-11-08 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Importance: Medium => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2013-04-17 Thread vitich
It`s a bug.  I can select|unselect this option in printer settings. But
this option unselected and cups should print all pages at one job.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2013-04-17 Thread vitich
Just select Postscript, not PDF and everything should be OK
Sorry for russian language in screenshot :)

** Attachment added: "separate-cups-jobs.png"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/+attachment/3646476/+files/separate-cups-jobs.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2013-02-11 Thread Bug Watch Updater
Launchpad has imported 13 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=41524.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-10-06T07:09:11+00:00 Paolo Benvenuto wrote:

If I print a document in 100 copies, LO 3.4.3 sends to the print queue
100 print jobs, instead of sending a single jobs that prints the 100
pages. That results in a saturation of the print queue.

LO 3.3 behaved differently.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/comments/0


On 2011-10-06T07:16:10+00:00 Paolo Benvenuto wrote:

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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/comments/1


On 2011-12-15T11:20:54+00:00 Don Myers wrote:

I have the same problem. I'm running LibreOffice (version directly from
LibreOffice) 3.4.4 on Ubuntu 11.10. I tried printing 75 copies of a
single sheet with significant graphics (large file size) on a black and
white Konica-Minolta PagePro 1400w laser printer. I had no idea that
LibreOffice would be sending 75 individual print jobs to the printer
instead of 1 print job with 75 copies. It crashed the printer, and also
the driver after several copies. Then there was the horrendous mess of
getting all of the unprinted jobs deleted.  I was able to use my inkjet
(HP OfficeJet Pro 8000) to finish the printing after the laser crashed.
Once again individual print jobs were sent for each copy, but the
printer did not crash. Once everything was printed, I had about 10
minutes of icons coming on the screen saying printing started and
printing completed when the printing was all done. The icons were
playing catchup with all of the print jobs. I've tried to research this.
The only way I've found that you can print a large number of copies is
to export the page to pdf, and then print the pdf. Programs other than
LibreOffice (GEdit, Document Viewer) send 1 job to the printer with
multiple copies. This problem did not exist in OpenOffice a year ago
with whatever was the current version of openoffice on Ubuntu 10.10 back
then when I printed the same job on the same laser printer.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/comments/2


On 2011-12-15T14:52:05+00:00 NoOp wrote:

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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/comments/3


On 2011-12-16T09:43:56+00:00 NoOp wrote:

Same issue in 3.5 beta 1:
LOdev 3.5.0 
Build ID: 7362ca8-b5a8e65-af86909-d471f98-61464c4

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/comments/4


On 2011-12-23T12:31:38+00:00 Björn Michaelsen wrote:

[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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/comments/5


On 2012-02-07T18:27:37+00:00 David Burke wrote:

Issue still present on LO 3.5 RC3 on Ubuntu 11.10

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/comments/6

---

[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2013-02-11 Thread Saikrishna Arcot
** Bug watch added: freedesktop.org Bugzilla #41524
   https://bugs.freedesktop.org/show_bug.cgi?id=41524

** Also affects: df-libreoffice via
   https://bugs.freedesktop.org/show_bug.cgi?id=41524
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2012-10-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libreoffice (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025839] Re: Printing multiple copies submits multiple separate jobs (should submit one job)

2012-07-17 Thread jimav
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025839

Title:
  Printing multiple copies submits multiple separate jobs (should submit
  one job)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1025839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs