QSpiAccessible Messages

I have a project in Qt that was working fine, but all of a sudden it started printing these messages in the application's output.

The project works fine despite these messages.

Got bus address:  "unix:abstract=/tmp/dbus-YK3RLJzcQV,guid=68c6855978ee42309292618f51127852" 
Connected to accessibility bus at:  "unix:abstract=/tmp/dbus-YK3RLJzcQV,guid=68c6855978ee42309292618f51127852" 
Registered DEC:  true 
Registered event listener change listener:  true 
QSpiAccessible::accessibleEvent not handled:  "2"  obj:  QMessageBox(0xbfa787bc) "" 
FIXME: handle dialog start. 
FIXME: handle dialog end.

      

+3


source to share


2 answers


This seems to be a bug in the qt-ai-spi package. Try to remove this package from your system.



+4


source


The QT availability package (qt-at-spi) is being removed.



sudo apt-get remove --purge qt-at-spi

      

+2


source







All Articles