Skip to content

atspicontext: Log failure to connect to a11y

Corey Berla requested to merge wip/corey/spi-logging into main

GTK depends on the a11y infrastructure to be in place unless GTK_A11Y is set to none. It appears that despite that, users attempt to get around the a11y requirement without setting GTK_A11Y. This can cause, amongst other issues, performance problems with gtk applications. Log failure to connect to the a11y bus.

Merge request reports