on FC3 -- trying to get kmail and gnupg2(gpg-agent) to play together

Jim Ramsey jwramsey at pobox.com
Tue Feb 22 23:06:11 UTC 2005


My apologies.

It looks like I fixed the problem by posting to this list and
getting kgpg out of the way.  I also finally completed doing
what was recommended by the instructions on the info page.

in $HOME/.bashrc I added:
start_gpg_agent( ) {
  if test -f $HOME/.gpg-agent-info && \
 kill -0 `cut -d: -f 2 $HOME/.gpg-agent-info` 2>/dev/null
  then
    GPG_AGENT_INFO=`cat $HOME/.gpg-agent-info`
    export GPG_AGENT_INFO
  else
    eval `gpg-agent --daemon`
    echo $GPG_AGENT_INFO >$HOME/.gpg-agent-info
  fi
}

GPG_TTY=`tty`
export GPG_TTY


and in $HOME/.bash_profile I added:
start_gpg_agent



-- 
Regards,

Jim Ramsey
(pgp.mit.edu index 0xC432A372)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20050222/3dce5276/attachment-0001.sig>


More information about the fedora-list mailing list