Re: Why do I get this error message?



hi,

The error message comes from Window Manager. When a client A (any
application)  is still processing events  (probably X events) after a
WM_DELETE_WINDOW has been sent by the window manager, the WM throws this
up asking user to whether he wishes to continue to wait till the client
finishes or wants to explicitly kill the app.

Also have a look at
http://freedesktop.org/Standards/wm-spec/wm-spec-1.3.html
sections : NET_WM_PING, Killing Hung Processes

Regards,
Narayana

Al Amaral wrote:

In the app that I'm working on the top level widget is a GnomeApp.
If I hit the close window button on the window manager menu everything
works fine, i.e. my code intercepts the event and pops up a dialog asking
if I want to quit.  However, if I hit the close window button (X) I get
the dialog, along with another error dialog which says:

"The window "foo" is not responding.
 Force this application to exit?
 (Any open documents will be lost.)"

with buttons for cancel and kill application...  Does anyone know
where this dialog comes from, and how I get rid of it?

--Al--
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]