Mail Archives: cygwin/1997/11/04/04:07:17
>
> an x app works fine when run directly from the command line.
> but when another program calls it, it fails to open the display.
> does anyone know why this is and what can be done about it?
>
I am not sure. I spawnv() X applications all the time and have no problems
openning the display. Before starting the X application I always make sure
DISPLAY is set, e.g.,
if ( !getenv("DISPLAY") ) putenv("DISPLAY=localhost:0.0");
spawnv(_P_DETACH,path,argv), etc...
As I reported here the other day, I am having problems with execv() in the
lastest coolview.
--
Arlindo da Silva
dasilva AT alum DOT mit DOT edu
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -