Why QDBusConnection (by Default ?)
-
Hi,
I am making a simple GUI application using Qt 5.0.0. While launching the application (QWidget), i get the following information coming on the terminal:->
QDBusConnection: name 'org.a11y.atspi.Registry' had owner '' but we thought it was ':1.1'
I have not used any DBus in my application, then how come this type of information is coming first time I am launching my application.
Thanks and Regards,
Navneet Kataria -
atspi is a system used to make your application accessible to people requiring screen readers, etc. Qt supports this (as any good UI library should support accessibility).
I guess you are seeing the effect of either Qt doing something wrong trying to talk to atspi or you have managed to get the accessibility setup on your machine misconfigured.