gtk2/modules/printbackends
Carlos Garcia Campos 255225584e printing: Do not truncate job names in GtkPrintOperation
We are currently truncating job names to 255 bytes, because that's the
maximum allowed length of job-name attribute in CUPS. This is a CUPS
limitation that GtkPrintOperation shouldn't need to know, and it
shouldn't affect other backends, that might have other limitations or
even no limitation at all. This has another side effect, that what you
set as GtkPrintOperation:job-name could be different to what you get if
the property is truncated, this is not documented in
gtk_print_operation_set_job_name(). So, I think the job name should be
truncated by the CUPS backend, right before setting the job-name
attribute.

https://bugzilla.gnome.org/show_bug.cgi?id=774097
2016-11-10 16:56:43 +01:00
..
cloudprint printing: Fix compiler warnings 2015-06-02 09:08:14 -04:00
cups printing: Do not truncate job names in GtkPrintOperation 2016-11-10 16:56:43 +01:00
file cups: Annotate a call whose return value we don't care about 2015-07-17 16:11:17 -04:00
lpr build: Set no_undefined in Makefile.decl 2014-09-15 16:35:40 +02:00
papi build: Set no_undefined in Makefile.decl 2014-09-15 16:35:40 +02:00
test build: Set no_undefined in Makefile.decl 2014-09-15 16:35:40 +02:00
Makefile.am printbackends: Fix make dist 2014-03-03 07:33:53 +01:00