Summary: | kwalletd fails to properly setup its qdbusconnection causing it to not be accessible from any application | ||
---|---|---|---|
Product: | [Applications] kwalletmanager | Reporter: | Craig Magina <craig.magina> |
Component: | general | Assignee: | Michael Leupold <lemma> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | predder, raul_kde_bugzilla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | xsession-errors file |
Description
Craig Magina
2012-10-02 14:43:00 UTC
The message should not be the cause for KWallet not working. I get this message with nearly every application since Qt was updated to 4.8, but all of them still work. Please ask in KDE forums or mailing lists to get help finding the issue on your system. For more information, see http://kde.org/support/ *** This bug has been marked as a duplicate of bug 297020 *** Ok, so the message is a red herring, however I am still experiencing the bug in KDE 4.9.2. Is there anywhere I can look for information regarding why this issue is occurring? Created attachment 75350 [details]
xsession-errors file
I can go many reboots etc without hitting this, but then it'll start happening and rebooting or power cycling doesn't fix it. Here is a link in the OpenSuSE forums talking about this issue with a workaround: http://forums.opensuse.org/english/get-technical-help-here/applications/478925-kwallet-either-doesnt-start-up-doesnt-open-wallet.html I tried this and it did work for me. Got same problem with latest Kubuntu update KDE 4.9.5: ----- QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. [3105:3324:0115/211620:ERROR:object_proxy.cc(495)] Failed to call method: org.kde.KWallet.open: object_path= /modules/kwalletd: org.freedesktop.DBus.Error.NoReply: 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. [3105:3324:0115/211620:ERROR:native_backend_kwallet_x.cc(822)] Error contacting kwalletd (open) QGridLayoutEngine::addItem: Cell (5, 1) already taken [3109:3339:0115/211623:ERROR:object_proxy.cc(513)] Failed to call method: org.kde.KWallet.open: object_path= /modules/kwalletd: org.freedesktop.DBus.Error.NoReply: 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. [3109:3339:0115/211623:ERROR:native_backend_kwallet_x.cc(838)] Error contacting kwalletd (open) ----- After killing kwalletd it restarts fine. note that bug 297020 does not refer kwallet. This is NOT a duplicate of 297020 . The dbus "may misbehave" warning is unrelated. 307731 happens on my system as well, consistently. On a fresh system startup or login no applications are able to communicate with kwalletd. Typing the password doesn't "open" the wallet. I can't delete wallets or create new ones from the kwalletmanager. Disabling and re-enabling the kwallet "fixes" the issue as per the suse forum link and everything works again as expected. The error is extremely frustrating because it prevented me joining a wireless network until I worked out what was going on. kded4 --version Qt: 4.8.3 KDE Development Platform: 4.9.4 KDE Daemon: $Id$ I believe this is the relevant entry in my .xsession-errors: [2187:2231:0205/184557:ERROR:object_proxy.cc(513)] Failed to call method: org.kde.KWallet.open: object_path= /modules/kwalletd: org.freedesktop.DBus.Error.NoReply: 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. [2187:2231:0205/184557:ERROR:native_backend_kwallet_x.cc(838)] Error contacting kwalletd (open) After further investigation I believe this is actually a duplicate of these: https://bugs.kde.org/show_bug.cgi?id=254198 https://bugs.kde.org/show_bug.cgi?id=259229 https://bugs.kde.org/show_bug.cgi?id=123583 Bug 254198 being the "best fit". *** This bug has been marked as a duplicate of bug 254198 *** |