Bug#861050: [pkg-gnupg-maint] Bug#861050: gnupg-agent: GPG_AGENT_INFO is not set according to /etc/X11/Xsession.d/90gpg-agent

2017-04-29 Thread Daniel Kahn Gillmor
On Fri 2017-04-28 18:09:52 +0200, Marek Straka wrote: > I have adapted script /etc/X11/Xsession.d/90gpg-agent to: > > agent_sock=$(gpgconf --list-dirs agent-socket) > export GPG_AGENT_INFO2=${agent_sock}:0:1 > if [ -n "$(gpgconf --list-options gpg-agent | \ > awk -F: '/^enable-ssh-support:/{

Bug#861050: [pkg-gnupg-maint] Bug#861050: gnupg-agent: GPG_AGENT_INFO is not set according to /etc/X11/Xsession.d/90gpg-agent

2017-04-28 Thread Marek Straka
I have adapted script /etc/X11/Xsession.d/90gpg-agent to: agent_sock=$(gpgconf --list-dirs agent-socket) export GPG_AGENT_INFO2=${agent_sock}:0:1 if [ -n "$(gpgconf --list-options gpg-agent | \ awk -F: '/^enable-ssh-support:/{ print $10 }')" ]; then export SSH_AUTH_SOCK=$(gpgconf

Bug#861050: [pkg-gnupg-maint] Bug#861050: gnupg-agent: GPG_AGENT_INFO is not set according to /etc/X11/Xsession.d/90gpg-agent

2017-04-26 Thread Daniel Kahn Gillmor
On Wed 2017-04-26 20:36:25 +0200, Marek Straka wrote: >> how does your start X11? do you have a display manager? if so, which >> one? do you log in from the text-mode console? > > I am starting Xfce4 desktop with Lightdm display manager. I tried also > to disable Lightdm and start Xsession only

Bug#861050: [pkg-gnupg-maint] Bug#861050: gnupg-agent: GPG_AGENT_INFO is not set according to /etc/X11/Xsession.d/90gpg-agent

2017-04-26 Thread Daniel Kahn Gillmor
Control: clone 861050 -1 Control: retitle -1 gjots2 expects to use deprecated $GPG_AGENT_INFO Control: reassign -1 gjots2 Control: affects -1 gnupg-agent On Wed 2017-04-26 20:36:25 +0200, Marek Straka wrote: > On Tue, 25 Apr 2017 16:21:21 -0400 Daniel Kahn Gillmor >

Bug#861050: [pkg-gnupg-maint] Bug#861050: gnupg-agent: GPG_AGENT_INFO is not set according to /etc/X11/Xsession.d/90gpg-agent

2017-04-26 Thread Marek Straka
On Tue, 25 Apr 2017 16:21:21 -0400 Daniel Kahn Gillmor wrote: > Control: tags 861050 + moreinfo > > On Mon 2017-04-24 02:24:37 +0200, does not starts wrote: > > > Upon xsession start I need to have variable GPG_AGENT_INFO for one older > > program as described in > >

Bug#861050: [pkg-gnupg-maint] Bug#861050: gnupg-agent: GPG_AGENT_INFO is not set according to /etc/X11/Xsession.d/90gpg-agent

2017-04-25 Thread Daniel Kahn Gillmor
Control: tags 861050 + moreinfo On Mon 2017-04-24 02:24:37 +0200, does not starts wrote: > Upon xsession start I need to have variable GPG_AGENT_INFO for one older > program as described in > https://wiki.debian.org/Teams/GnuPG/UsingGnuPGv2#GPG_AGENT_INFO_variable What older program do you need