Re: [arch-general] Help with gnupg saving password for given time

2012-06-25 Thread FGr
Excerpt from Randy's message of 2012-06-23T00:02-0400: > What I ended up doing was per the Arch wiki. Creating the > file /etc/profile.d/gpg-agent.sh with the following: > > /#!/bin/sh > > envfile="${HOME}/.gnupg/gpg-agent.env" > if test -f "$envfile" && kill -0 $(grep GPG_AGENT_INFO "$envfile"

Re: [arch-general] Help with gnupg saving password for given time

2012-06-23 Thread Randy
On 06/23/2012 10:42 AM, Kevin Chadwick wrote: This did the trick for me. Oh and you are correct, I switched from XFCE to Openbox. Thanks for the help! I recently had trouble modifying the local users environment even though I did it on another system about a week ago and just whacked it in /et

Re: [arch-general] Help with gnupg saving password for given time

2012-06-23 Thread Kevin Chadwick
> This did the trick for me. > > Oh and you are correct, I switched from XFCE to Openbox. > > Thanks for the help! I recently had trouble modifying the local users environment even though I did it on another system about a week ago and just whacked it in /etc/environment to save time. How you f

Re: [arch-general] Help with gnupg saving password for given time

2012-06-22 Thread Randy
On 06/22/2012 04:22 PM, Kevin Chadwick wrote: I get nothing with this command. Your programs will likely ignore the agent and use gpg directly using the password once without an environment variable. You should have the GPG_AGENT_INFO environment variable already setup as the third box in th

Re: [arch-general] Help with gnupg saving password for given time

2012-06-22 Thread Kevin Chadwick
> I get nothing with this command. Your programs will likely ignore the agent and use gpg directly using the password once without an environment variable. You should have the GPG_AGENT_INFO environment variable already setup as the third box in this link does. You can fix it quite easily but w

Re: [arch-general] Help with gnupg saving password for given time

2012-06-22 Thread Randy
On 06/22/2012 02:32 PM, Kevin Chadwick wrote: On 06/22/2012 02:09 PM, Kevin Chadwick wrote: I have to enter my password every time I open KmyMoney First check if gpg-agent is running /bin/ps -aux | /usr/bin/grep gpg sighup will make it forget a password which any program may send and how long

Re: [arch-general] Help with gnupg saving password for given time

2012-06-22 Thread Randy
On 06/22/2012 02:32 PM, Kevin Chadwick wrote: On 06/22/2012 02:09 PM, Kevin Chadwick wrote: I have to enter my password every time I open KmyMoney First check if gpg-agent is running /bin/ps -aux | /usr/bin/grep gpg sighup will make it forget a password which any program may send and how long

Re: [arch-general] Help with gnupg saving password for given time

2012-06-22 Thread Kevin Chadwick
> On 06/22/2012 02:09 PM, Kevin Chadwick wrote: > >> I have to enter my password every > >> time I open KmyMoney > > First check if gpg-agent is running > > > > /bin/ps -aux | /usr/bin/grep gpg > > > > sighup will make it forget a password which any program may send and how > > long it remembers is

Re: [arch-general] Help with gnupg saving password for given time

2012-06-22 Thread Randy
On 06/22/2012 02:09 PM, Kevin Chadwick wrote: I have to enter my password every time I open KmyMoney First check if gpg-agent is running /bin/ps -aux | /usr/bin/grep gpg sighup will make it forget a password which any program may send and how long it remembers is configurable. ___

Re: [arch-general] Help with gnupg saving password for given time

2012-06-22 Thread Kevin Chadwick
> I have to enter my password every > time I open KmyMoney First check if gpg-agent is running /bin/ps -aux | /usr/bin/grep gpg sighup will make it forget a password which any program may send and how long it remembers is configurable.