Git commit c5bdc96316e9e5f727085f65fcf8eb059ebf4357 by Valentin Rusu. Committed on 31/08/2013 at 23:28. Pushed by vrusu into branch 'KDE/4.11'.
Fix the synchronous-mode wallet open logic The wallet synchronous open requests now use qdbus delayed replies. The execution path now returns to the main event loop instead of a nested event loop. The wallet opening UI logic is correctly handled no longer leading to a frozen kwalletd. Beware that this commit should be used along with the corresponding fix of the kdelibs/kdeui module. Failing to updating kdelibs lead to an aparently similar freeze condition, as kdeui also used an internal event loop, faking synchronous operation when making async kwalletd calls. M +0 -1 kwalletd/CMakeLists.txt M +53 -21 kwalletd/kwalletd.cpp D +0 -46 kwalletd/kwalletopenloop.cpp D +0 -50 kwalletd/kwalletopenloop.h M +1 -0 kwalletd/main.cpp http://commits.kde.org/kde- runtime/c5bdc96316e9e5f727085f65fcf8eb059ebf4357 -- 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
