Bug 259229 - org.freedesktop.DBus.Error.NoReply keeps happen if first open was timed out
Summary: org.freedesktop.DBus.Error.NoReply keeps happen if first open was timed out
Status: RESOLVED DUPLICATE of bug 254198
Alias: None
Product: kwalletmanager
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Michael Leupold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-08 18:17 UTC by Yulia Novozhilova
Modified: 2013-09-03 20:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yulia Novozhilova 2010-12-08 18:17:34 UTC
Version:           unspecified (using KDE 4.4.2) 
OS:                Linux

I use qdbus to open a wallet. In case if time out happens once it is impossible to open a wallet via qdbus anymore.


Reproducible: Didn't try

Steps to Reproduce:
1) in terminal type: qdbus org.kde.kwalletd /modules/kwalletd org.kde.KWallet.open kdewallet 0 "My App" 
 - result: a window "KDE Wallet Service" appears where the user should enter a password
2) do not enter anything in the "KDE Wallet Service"  window
 - result: Error in terminal: 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.
The window is still on the desktop. DO NOT CLOSE IT

3) (repeat step 1): in terminal type: qdbus org.kde.kwalletd /modules/kwalletd org.kde.KWallet.open kdewallet 0 "My App"
 
- result: the window "KDE Wallet Service" is active again

4) enter a password and push "Create"
- result: The window is closed but in terminal nothing happens for a several second and then "Error in terminal: 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." happens again.

After that  org.freedesktop.DBus.Error.NoReply error happens all the time when I try to open a wallet via terminal. No window appears anymore.

I can fix it by disabling kde wallet and enabling it again using KDE Wallet configuration window. After that it is possible to repeat all the steps above. But I need it to work without any actions with UI.
Comment 1 Yulia Novozhilova 2010-12-09 12:15:10 UTC
This bug affects NetBeans keyring functionality (https://netbeans.org/bugzilla/show_bug.cgi?id=186196)
Comment 2 Valentin Rusu 2013-09-03 20:43:51 UTC

*** This bug has been marked as a duplicate of bug 254198 ***