X11 应用程序在 Ubuntu 后没有响应
X11 application not responding in Ubuntu
我正在使用 Ubuntu (Gnome) 有时我会收到消息
“YourApp” is not responding.
You may choose to wait a short while for it to continue or force the application to quit entirely.
尽管应用程序响应正常。
是否有需要在X11
中处理的事件来阻止上述消息?像 WM_PING
之类的东西
提前致谢!
您需要(定期)处理事件队列,以免您的申请被视为 'not responding'。
我正在使用 Ubuntu (Gnome) 有时我会收到消息
“YourApp” is not responding.
You may choose to wait a short while for it to continue or force the application to quit entirely.
尽管应用程序响应正常。
是否有需要在X11
中处理的事件来阻止上述消息?像 WM_PING
之类的东西
提前致谢!
您需要(定期)处理事件队列,以免您的申请被视为 'not responding'。