From: Corey Berla Date: Tue, 29 Nov 2022 00:34:12 +0000 (-0800) Subject: atspicontext: Log more helpful warnings when the a11y bus doesn't exist X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~62^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=44e297488f68438fb1be29f1e25d46da2cd2faa0;p=gtk4.git atspicontext: Log more helpful warnings when the a11y bus doesn't exist --- diff --git a/gtk/a11y/gtkatspicontext.c b/gtk/a11y/gtkatspicontext.c index 9840e731b4..8380d156b4 100644 --- a/gtk/a11y/gtkatspicontext.c +++ b/gtk/a11y/gtkatspicontext.c @@ -1648,7 +1648,9 @@ get_bus_address_dbus (GdkDisplay *display) &error); if (error != NULL) { - g_warning ("Unable to acquire the address of the accessibility bus: %s", + g_warning ("Unable to acquire the address of the accessibility bus: %s. " + "If you are attempting to run GTK without a11y support, " + "GTK_A11Y should be set to 'none'.", error->message); g_error_free (error); }