Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!samsung!think.com!mintaka!bloom-beacon!dont-send-mail-to-path-lines From: gildea@expo.lcs.mit.EDU (Stephen Gildea) Newsgroups: comp.windows.x Subject: Re: Odd WM problem...something simple which I am forgetting Message-ID: <9103081908.AA12935@alex.lcs.mit.edu> Date: 8 Mar 91 19:08:01 GMT References: Sender: daemon@athena.mit.edu (Mr Background) Organization: MIT X Consortium Lines: 16 This is the problem: When I log on, the WM will not execute the demo. However, if I kill the WM and restart it, the demos work just fine from mouse menus. My guess is that your programs depend on some part of your environment that isn't set up yet when you fork your initial WM. When the WM forks your demo, it doesn't have the environment either. But when you start a new WM, you do so from an xterm which contains your complete environment, so everything works. Check the order you do things in your .xsession script (or whatever startup script you use). < Stephen MIT X Consortium