Date: Mon, 23 Oct 1995 11:25:03 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: kaleb@x.org (Kaleb S. KEITHLEY) Cc: nate@rocky.sri.MT.net, hackers@freefall.freebsd.org Subject: Re: Netscape puzzle Message-ID: <199510231825.LAA11356@phaeton.artisoft.com> In-Reply-To: <199510202133.RAA05549@exalt.x.org> from "Kaleb S. KEITHLEY" at Oct 20, 95 05:33:05 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> I had tried that and it didn't make any difference with the BSD 2.0b1, > I still got an "unable to open display" error. :-( I suggest compiling a program that does a: main() { printf( "DISPLAY is '%s'\n", getenv("DISPLAY")); } On a BSDI 2.0 system and running it on a FreeBSD box and seeing what you get. We already know there are differences in the way the environment code works, and you are highly dependeint on that code. Have you tried it with an explicit "-display" argument instead of relying on the environment? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510231825.LAA11356>