Git commit f8fea3f01c85eb0d6d479647ac27fe431846a1ae by Valentin Rusu. Committed on 31/08/2013 at 23:16. Pushed by vrusu into branch 'master'.
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. M +8 -20 kdeui/util/kwallet.cpp http://commits.kde.org/kdelibs/f8fea3f01c85eb0d6d479647ac27fe431846a1ae -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to 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 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
