Re: [e-users] How should I be launching gpg-agent?

2010-05-27 Thread Mick
On Thursday 27 May 2010 21:44:25 you wrote: > On Thu, May 27, 2010 at 4:30 PM, Mick wrote: > > Until entrance is rewritten I am using kdm to start enlightenment. It > > seems that kdm does not use ~/.xsession, because gpg-agent fails to > > start. > > > > What else could I try? > > As already s

Re: [e-users] How should I be launching gpg-agent?

2010-05-27 Thread Gustavo Sverzut Barbieri
On Thu, May 27, 2010 at 4:30 PM, Mick wrote: > On Thursday 27 May 2010 16:32:05 you wrote: >> On Thu, May 27, 2010 at 15:45, Mick wrote: >> > Hi All, >> > >> > In KDE gpg-agent is launched via /etc/kde/startup/agent-startup.sh >> > like so, upon startup of KDE: >> > === >>

Re: [e-users] How should I be launching gpg-agent?

2010-05-27 Thread Mick
On Thursday 27 May 2010 16:32:05 you wrote: > On Thu, May 27, 2010 at 15:45, Mick wrote: > > Hi All, > > > > In KDE gpg-agent is launched via /etc/kde/startup/agent-startup.sh > > like so, upon startup of KDE: > > === > > $ grep -v "#" /etc/kde/startup/agent-startup.sh > >

Re: [e-users] How should I be launching gpg-agent?

2010-05-27 Thread Thomas Gstädtner
On Thu, May 27, 2010 at 15:45, Mick wrote: > Hi All, > > In KDE gpg-agent is launched via /etc/kde/startup/agent-startup.sh > like so, upon startup of KDE: > === > $ grep -v "#" /etc/kde/startup/agent-startup.sh > > > if [ -x /usr/bin/gpg-agent ]; then >  eval "$(/usr/bin/g

[e-users] How should I be launching gpg-agent?

2010-05-27 Thread Mick
Hi All, In KDE gpg-agent is launched via /etc/kde/startup/agent-startup.sh like so, upon startup of KDE: === $ grep -v "#" /etc/kde/startup/agent-startup.sh if [ -x /usr/bin/gpg-agent ]; then eval "$(/usr/bin/gpg-agent --daemon)" fi === and kill