On Thu, Jun 27, 2002 at 03:53:29PM +0200, Sam Halliday wrote: > > i do use a script, but you can't run X programs from it because the > script is obviously being invoked from a terminal.... i have tried, all > you get is an error that there is no X server to connect to. >
i believe the common thing to do with startup scripts in order to avoid the error you're seeing is: sleep 2 && exec bbpager& sleep 2 && exec bbkeys -no -i& sleep 2 && exec bbmail & sleep 2 && exec bbsload & sleep 2 && exec xterm -ls -fg White -bg Black -geometry 80x45+1+376 & sleep 2 && exec xterm -ls -fg White -bg Black -geometry 80x46+791+378 & sleep 2 && exec xterm -ls -fg White -bg Black -geometry 80x24+791+35 & sleep 2 && exec xterm -ls -fg White -bg Black -geometry 80x24+1+33 & blackbox this is what i've got, and it works fine every time. hope that helps. Russ -- ======================================================================= | Russ Burdick | "What do the good know...except what the | |=============== bad teach them by their excesses?" -Clive Barker | | [EMAIL PROTECTED] http://extrapolation.net | =======================================================================