On Saturday 05 July 2003 13:43, Richard Hirner wrote:
> Can you tell me how to setup a gpg-agent? And what do you think about
> executing qt-/gtk-/curses-pinentry from within licq?

You have to do most of the things that are said here:
  http://kmail.kde.org/kmail-pgpmime-howto.html
(ignore the cryptoplug package). I had some bad experience with qt-pinentry.

Then you can run the daemon from your .profile
  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

-- 
Buenos Aires, Argentina                          16°C with winds at 14 km/h SW


Attachment: pgp00000.pgp
Description: signature

Reply via email to