Joined: 21 Sep 2005 Posts: 465 Location: Portland, OR USA
Posted: Wed Jan 24, 2007 5:45 am Post subject: Warnings from gtk_print_operation_run
Can anybody help me with the following errors?
Code: (Plaintext)
1 2 3 4 5
** (printing:10547): WARNING **: Error getting printer list: Too many
failed attempts
** (printing:10547): WARNING **: Error result: Too many failed attempts
These 2 warning are output whenever the print dialog recieves a mouse
click on any widget in the window. The dialog returns
GTK_PRINT_OPERATION_RESULT_APPLY and the print operation is a success,
but still those warnings have me curious. I do not have a printer
installed but am using the "Print to file" printer.
Dialog was run using:
Code: (Plaintext)
1 2 3
res = gtk_print_operation_run (operation,
GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG,
GTK_WINDOW (w->window), &error);
Joined: 21 Sep 2005 Posts: 386 Location: Fairfax, Virginia
Posted: Wed Jan 24, 2007 7:40 pm Post subject:
I get these as well when I try to print from any application. They come up even when I run GEdit for printing or any other application that uses libgnomeprint(ui) or the new GTK+ print API.