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

Re: New packages & changes



> 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: fm3@os.inf.tu-dresden.de    http://os.inf.tu-dresden.de/~fm3 ##

Attachment: pgpsq6z9oiHht.pgp
Description: signature


Reply to: