Issue - Harmless warning messages when ATK is disabled.

At startup, ATK code emits warning messages if the user hasn't enabled accessibility. Typically (but not exclusively), this is done by checking "Enable assistive technologies" in the Gnome Assistive Technologies Preferences control center applet. Ideally, we should try to disable, prevent, or hide these warnings, since they generate support requests.

Details

Id:
25c0b2699b08309f7452d4d7390d05a3fa78bf57
Type:
Bugfix
Creation Time:
2010-02-03 01:58 UTC
Reporter:
Timothy M. Shead <tshead@k-3d.com>
Release:
0.8.0.0
Status:
Closed

Issue Log

2010-02-03 01:58 UTCTimothy M. Shead <tshead@k-3d.com>created
2010-02-06 06:04 UTCTimothy M. Shead <tshead@k-3d.com>closed with disposition fixedForcing GTK to load atk-bridge at startup when the user didn't have accessibility turned-on for their desktop caused these warning messages. We dont' actually need atk-bridge, since we call ATK interfaces directly in-process. So turning this off fixes everything.