[Xfce-bugs] [Bug 12044] [PATCH] gpg-agent “ping“ code doesn't work with gpg 2.1
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Tue Apr 28 14:04:30 CEST 2020
https://bugzilla.xfce.org/show_bug.cgi?id=12044
--- Comment #5 from Maciej S. Szmigiero <mail at maciej.szmigiero.name> ---
Thanks for testing Fab.
> However I'm still getting this warning in ~/.xsession-errors:
> gpg-agent[PID]: WARNING: "--write-env-file" is an obsolete option - it has no effect
You shouldn't be getting this message since GnuPG 2.1+ mode passes no
"--write-env-file" parameter to gpg.
Are you sure that this ~/.xsession-errors file isn't from a previous Xfce run?
You can delete it and see whether it reappears with this message.
Also, if you are building from the
xfce-base/xfce4-session/xfce4-session-4.14.1.ebuild you'll need to regenerate
the configure script by adding the following code to the ebuild:
src_prepare() {
default
NOCONFIGURE=1 xdt-autogen
}
You'll need to have dev-util/xfce4-dev-tools installed for the above autogen to
succeed.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list