SamuelNLP
SamuelNLP

Reputation: 4136

QSpiAccessible messages

I have a project in Qt which was working fine, but suddenly it started to print these messages in the application output.

The project runs fine in spite of 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.

Upvotes: 3

Views: 1304

Answers (2)

Nemanja Boric
Nemanja Boric

Reputation: 22157

It seems this is the bug in qt-ai-spi package. Try removing that package from your system.

Upvotes: 4

SamuelNLP
SamuelNLP

Reputation: 4136

Removing a QT accessibility package (qt-at-spi) works.

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

Upvotes: 2

Related Questions