Git commit aff38f3cfeca0abb93e899c54f27e382cfa427ac by Valentin Rusu. Committed on 01/09/2013 at 22:15. Pushed by vrusu into branch 'frameworks'.
Fix the synchronous-mode wallet open logic The wallet opening logic, for the synchronous mode, had a nested event loops problem, leading to frozen kwalletd. That was because kwalletd wasn't using qdbus delayed replies. kdelibs used asynchronous open methods even for the synchronous mode, coupled with an internal event loop to simulate synchronous mode. This commit removes that internal event loop, as the kwalletd now blocks on synchronous wallet open requests. This commit has the same effect as f8fea3f01c85eb0d on kdelibs 4.11 but cherry-picking won't work because of KF5 source splitting. I just redone it here. M +9 -21 staging/kwallet/src/kwallet.cpp http://commits.kde.org/kdelibs/aff38f3cfeca0abb93e899c54f27e382cfa427ac -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde-runtime in Ubuntu. https://bugs.launchpad.net/bugs/874199 Title: ksshaskpass hangs forever when run from keychain during KDE login To manage notifications about this bug go to: https://bugs.launchpad.net/kde-runtime/+bug/874199/+subscriptions -- kubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
