Do not query X unless DISPLAY or AT_SPI_DISPLAY are set
authorMike Gorse <mgorse@suse.com>
Thu, 8 Aug 2013 16:21:15 +0000 (11:21 -0500)
committerMike Gorse <mgorse@suse.com>
Thu, 8 Aug 2013 16:21:15 +0000 (11:21 -0500)
commit725b582d70873d2205dee622fa410894f28a67e9
tree06a5d0b73f198098863c9cb40a489edc354d1fc0
parent7ec6f416a192b7ff86d4b90fe7f405de41165342
Do not query X unless DISPLAY or AT_SPI_DISPLAY are set

Previously, AT-SPI would hard-code a default display name of ":0" if
neither DISPLAY nor AT_SPI_DISPLAY were set. This seems unnecessary--the
environment variable ought to be set--and causes a warning to be
generated whenever a Gtk app is started under Wayland.

https://bugzilla.gnome.org/show_bug.cgi?id=701378
atspi/atspi-misc.c