GNOME Bugzilla – Bug 604319
Handle XError and XIOError for unknown displays
Last modified: 2015-04-15 13:20:41 UTC
The atk-bridge GTK+ module opens its own display; if we get an XIOError on that display, we shouldn't abort with a meta_bug() but just exit normally. Also fix a segfault if we got an XError for that display.
Created attachment 149554 [details] [review] Handle XError and XIOError for unknown displays
Review of attachment 149554 [details] [review]: Makes sense to me. (Also, atk-bridge really opens up a new X connection? ugh...)