GTK+ Forums Forum Index GTK+ Forums
Discussion forum for GTK+ and Programming. Ask questions, troubleshoot problems, view and post example code, or express your opinions.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Warnings from gtk_print_operation_run

 
Post new topic   Reply to topic    GTK+ Forums Forum Index -> GTK+ Programming
Author Message
Micah Carrick
Never Seen the Sunlight


Joined: 21 Sep 2005
Posts: 465
Location: Portland, OR USA

PostPosted: Wed Jan 24, 2007 5:45 am    Post subject: Warnings from gtk_print_operation_run Reply with quote

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);
Back to top
openldev
Never Seen the Sunlight


Joined: 21 Sep 2005
Posts: 386
Location: Fairfax, Virginia

PostPosted: Wed Jan 24, 2007 7:40 pm    Post subject: Reply with quote

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.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    GTK+ Forums Forum Index -> GTK+ Programming All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group
CodeBB 1.0 Beta 2
Protected by Anti-Spam ACP