[kmail2] [Bug 325596] New: gpg does not work

Daniel Moyne daniel.moyne at free.fr
Thu Oct 3 19:37:05 BST 2013


https://bugs.kde.org/show_bug.cgi?id=325596

            Bug ID: 325596
           Summary: gpg does not work
    Classification: Unclassified
           Product: kmail2
           Version: 4.11.2
          Platform: Kubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: crypto
          Assignee: kdepim-bugs at kde.org
          Reporter: daniel.moyne at free.fr

gpg does not work in Kmail when gpg is run through
/home/dmoyne/.kde/Autostart/start-gpg-agent.sh
where start-gpg-agent.sh contains :
#!/bin/sh
# to use gpg in kmail
if grep -q '^use-agent' ~/.gnupg/gpg.conf; then
    eval "`gpg-agent --daemon`"
fi

But if in konsole I do :
eval "`gpg-agent --daemon`"
kmail
it does work

Reproducible: Always

Steps to Reproduce:
1. use start-gpg-agent.sh in /home/dmoyne/.kde/Autostart
2. log though kde
3. try to send a message with gpg signature using pinentry-kwallet
Actual Results:  
no gpg working

Expected Results:  
gpg working

works if executed from a konsole as explained above

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list