[Bug 1121482] New: gpg-agent not spawned with xmonad-mate

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 21 05:28:25 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1121482

            Bug ID: 1121482
           Summary: gpg-agent not spawned with xmonad-mate
           Product: Fedora
           Version: 20
         Component: xmonad
          Severity: low
          Assignee: mathstuf at gmail.com
          Reporter: alonid at gmail.com
        QA Contact: extras-qa at fedoraproject.org
                CC: haskell-devel at lists.fedoraproject.org,
                    mathstuf at gmail.com, petersen at redhat.com



In Fedora 20, when I switched to a xmonad-mate session I noticed that gpg-agent
daemon is not running. This was noticed for every application that uses gpg
decryption (e.g. `gpg -d` on a file).

I managed to fix the problem by adding the following lines in
/usr/bin/xmonad-start:

if [ -x "/usr/bin/gpg-agent" ] ; then
    killall -w gpg-agent 2>/dev/null
    eval `gpg-agent --daemon`
fi

But perhaps you can devise a better fix.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=vT8ylJQa3z&a=cc_unsubscribe


More information about the haskell-devel mailing list