> This is correct here (exec $REALSTARTUP). I'm trying to make
> gpg-agent start on login but this seems more difficult than I
> thought.
>
> Putting an
>
> eval "$(gpg-agent --daemon)"
>
> into my ~/.xsession does not help. gpg-agent is not running after
> login. .xsession is executable.

1. add

  allow-user-xsession in /etc/X11/Xsession.options

2. modify your .xsession in the following manner:

  #!/bin/sh
  killall gpg-agent
  eval `/usr/bin/gpg-agent --daemon`
  exec /usr/bin/kde3

This should do the job.

Frank
-- 
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## E-Mail: [EMAIL PROTECTED]    http://os.inf.tu-dresden.de/~fm3 ##

Attachment: pgpiWw0wMyqwK.pgp
Description: signature

Reply via email to