Comment 12 for bug 112803

Revision history for this message
Till Kamppeter (till-kamppeter) wrote : Re: Multiple jobs are not printed

Can you try the newest CUPS version by doing the following:

Download the attached files into one directory.
Do

sudo apt-get install build-essential
sudo apt-get build-dep cupsys
dpkg-source -x cupsys_1.2.11-2ubuntu1.dsc
cd cupsys-1.2.11
dpkg-buildpackage -rfakeroot
cd ..
sudo dpkg -i *.deb

and try again. Does this solve your problem.