Le Mercredi 6 Novembre 2002 06:30, Frederic Lepied a �crit :
> > BTW, could the X launch scripts takes care of launching gpg-agent if some
> > ~/.gnupg/gpg-agent.conf file is found, as for ssh-agent ?
>
> Just add an executable script in /etc/X11/xinit.d/ to do this job.
OK, so what about adding such script in newpg package (the one containing 
gpg-agent) ?

Something as:

#!/bin/sh

if [ -f $HOME/.gnupg/gpg-agent.conf ]
  eval "$(gpg-agent --daemon)"
fi
-- 
No matter how many resources you have, it is never enough. 
        -- Murphy's Computer Laws n�1

Reply via email to