https://bugzilla.xfce.org/show_bug.cgi?id=12044
--- Comment #5 from Maciej S. Szmigiero <[email protected]> --- 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
