From: arlindo@niteroi.gsfc.nasa.gov (Arlindo da Silva)
Subject: Re: opening X display
4 Nov 1997 04:07:17 -0800
Message-ID: <199711041157.GAA02721.cygnus.gnu-win32@woodmore.gsfc.nasa.gov>
References: <3.0.1.32.19971104070019.00927d30@zip.com.au>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
To: raf2@zip.com.au (raf)
Cc: gnu-win32@cygnus.com

> 
> 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@alum.mit.edu


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
