-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
4.6.0
-
None
-
Arch Linux 64bit
Calling QDBusConnection::call(message, QDBus::BlockWithGui) in Qt 4.6 does not wait inside an event loop as expected, but returns immediately. This is, more than a bug, a behavior regression from 4.5, where the call indeed blocked. This caused some problems in polkit-qt, which relied extensively on BlockWithGui. Working it around by using asyncCall (in 4.6) works as expected.