[Kmymoney-devel] [kmymoney4] [Bug 319120] When i try to open an encrypted .kmy file the program does not ask me the passphrase and then prompt "could not open the file <filename>: bad passphrase"
Thomas Baumgart
ipwizard at users.sourceforge.net
Thu May 2 06:56:18 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=319120
--- Comment #11 from Thomas Baumgart <ipwizard at users.sourceforge.net> ---
To me this looks like the gpg-agent is not running. You can check that with the
following command (includes my output here):
thb at thb-nb:~> ps ax | grep gpg-agent
1596 ? Ss 0:17 gpg-agent --daemon
9868 pts/9 S+ 0:00 grep --color=auto gpg-agent
12324 ? Ss 0:08 /usr/bin/gpg-agent --sh --daemon --write-env-file
/ho
12353 ? Ss 0:07 gpg-agent --daemon
If it does not run, then you need to start it during KDE startup. You can do
that by adding the following one-liner to ~/.kde[4]/env/gpg-agent.sh (the
filename must end in .sh to be picked up by KDE) and make that file executable:
eval "$(gpg-agent --daemon)"
After that change you will have to logout of your KDE session and log back in
to execute it once.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list