Hi!

Ok, I think, I've catched it.

Your package lacks of a file like this:
----------------------------------------------------------------------
/etc/X11/Xsession.d/91xfree86-common_gpg-agent
----------------------------------------------------------------------
STARTGPG=
GPGAGENT=/usr/bin/gpg-agent

if grep -qs ^use-agent ~/.gnupg/options || \
   grep -qs ^use-agent ~/.gnupg/gpg.conf ; then
  if [ -x $GPGAGENT ]; then
    STARTGPG=yes
  fi
fi

if [ -n "$STARTGPG" ]; then
  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
fi
-----------------------------------------------------------------------

Please include it.


Kindly regards,
Erik


-- 
 www.ErikSchanze.de *********************************************
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
      * Linux-Info-Tag in Dresden, am 29. Oktober 2005          *
             Info: http://www.linux-info-tag.de                 *

Attachment: pgp05MpQ5XJrv.pgp
Description: PGP signature

Reply via email to