Can anybody help me with the following errors?
Code:
** (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:
res = gtk_print_operation_run (operation,
GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG,
GTK_WINDOW (w->window), &error);