On Thu, 25 May 2017 08:32:17 +0900
Carsten Haitzler (The Rasterman) <[email protected]> wrote:

> On Wed, 24 May 2017 15:19:54 -0400 "William L. Thomson Jr."
> <[email protected]> said:
> 
> before you init elm/efl:
> 
> char buf[1024];
> snprintf(buf, sizeof(buf), "DISPLAY=%s", pe->display);
> putenv(strdup(buf));

I think you mean before pinentry initializes and unsets DISPLAY or
other. I will test that out and see if that works. If that is the case
I may be able to call elm_init before I initialize pinentry and solve
it that way.

Otherwise I will have to save ENV variables and do a conditional on
ecore_x_init, and wayland_x_init, and not sure what happens in other
envs like cocoa etc. Pinentry has its own windows port. Not sure EFL
would be used on Windows. I assume its used on OS X, but does not
seem to have anything specific for that in pinentry. Unless I missed
something.

-- 
William L. Thomson Jr.

Attachment: pgprrBz4C3uFn.pgp
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to