Comment 28 for bug 1020048

Revision history for this message
In , Alexpro (alexpro) wrote :

Created attachment 71432
Force reconnection to CUPS server on print failure

I've got the same bug when printing stops after 5 mins.
Attached patch solves this problem for LibreOffice by dropping old
connection and retrying on print error.

Closing old connection is done with cupsSetServer(NULL)