QT5 GUI with dbus taking long time to launch
-
Hi everyone,
I have migrate my QT4.8 application in QT5 and My application is using system bus for providing some interface outside world. Now, when i launch my application it will take around 10-15 seconds to lanuch view and i get error on console is:
Qt at-spi: error getting the accessibility dbus address: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
Accessibility DBus not found. Falling back to session bus.What is missing from my side to migrate in QT5 because in QT4.8 everything is working fine.
I am currently using ubuntu 12.04.
Your help is highly appriciated.