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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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)

Attachment: pgpArf1XPlxdc.pgp
Description: PGP signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux