![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: sten Date: 2006-01-19 13:51:25 +0100 (Thu, 19 Jan 2006) New Revision: 591 Modified: crux-2.1/ports/opt/kdepim/README Log: kdepim: add basic instructions for getting PGP/MIME to integrate better with the KDE desktop Modified: crux-2.1/ports/opt/kdepim/README =================================================================== --- crux-2.1/ports/opt/kdepim/README 2006-01-19 12:11:29 UTC (rev 590) +++ crux-2.1/ports/opt/kdepim/README 2006-01-19 12:51:25 UTC (rev 591) @@ -1,2 +1,24 @@ To set configure Kmail for PGP/MIME, please see: http://kmail.kde.org/kmail-pgpmime-howto.html + +Here is a breakdown, for the lazy, of what must be done to get +PGP/MIME working: + +prt-get depinst pinentry-qt + +And as your GnuPG-utilizing user: + +mkdir ~/.kde/env +echo 'eval `gpg-agent --daemon`' > ~/.kde/env/gpg-agent.sh +chmod +x ~/.kde/env/gpg-agent.sh + +mkdir ~/.kde/shutdown +cat <<EOF>> ~/.kde/shutdown/gpg-agent.sh +#!/bin/sh +# This was pulled from: http://gentoo-wiki.com/HOWTO_KMail_gpg-agent_kde +# the second field of the GPG_AGENT_INFO variable is the +# process ID of the gpg-agent active in the current session +# so we'll just kill that, rather than all of them :) +kill \`echo $GPG_AGENT_INFO | cut -d ':' -f 2\` +EOF +chmod +x ~/.kde/shutdown/gpg-agent.sh
participants (1)
-
crux@crux.nu