Version: unspecified (using KDE 4.4.3) OS: Linux When I run the command "kgpg -S foo.txt", select which key I want to use, and click OK, the program hangs for a bit and then quits with the message: Error message was: "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." " Reproducible: Always Steps to Reproduce: Open up a terminal, take any file foo, and try "kgpg -S foo" Actual Results: I get the error message every time. Kgpg does not sign the specified file. Expected Results: Kgpg should sign the specified file.
Please try if you can sign a text using KGpg's editor. If that doesn't work try using "gpg --sign foo". For me all three methods work.
I can sign text using the editor and I can sign with "gpg --sign". But "kgpg -S" returns the error I posted above.
Please try to build your KGpg from current 4.4 branch (see http://der- dakon.net/blog/KDE/building-kdeutils.html) and run this from gdb: gdb ./kgpg run -S foo When it crashes, stops or quits any other way please call "bt" to get a backtrace. Make sure you quit any other instance of KGpg before starting the one from the debugger.
Okay, I just built the latest svn branch of kgpg in debug mode. Here is the GDB output. Unfortunately I can't get a backtrace. Reading symbols from /home/cjao/abs/kgpg/kdeutils/build/kgpg/kgpg...done. (gdb) run -S ~/Desktop/test.txt Starting program: /home/cjao/abs/kgpg/kdeutils/build/kgpg/kgpg -S ~/Desktop/test.txt [Thread debugging using libthread_db enabled] Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) <unknown program name>(10794)/: Communication problem with "kgpg" , it probably crashed. Error message was: "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." " Program exited with code 0377. (gdb) bt No stack.
I also recently updated to KDE 4.4.4, if that makes a difference.
I noticed there is an error in the above command: you need "run --nofork -S foo". Does this still happen with recent versions?
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!