It's possible blackbox is starting up too quickly. Replace bbappconf & with sleep 5 && bbappconf &
On September 14 (09:33 EDT), Ads wrote: > [Sorry if that message was sent twice] > > I'm sorry I didnt include these informations. > > Other applications start from the ~/.xsession file (ie. xterm or gaim) at X > startup. > Once blackbox is loaded, I can start bbappconf from the command line. > > Here is my .xsession file : > > 8<--- > > # > # xsets > # > > xset -b > > # > # wm > # > > blackbox & wmpid=$! > > # > # x apps > # > > bbappconf & > xterm & > > # > # wait for the wm to terminate > # > > wait $wmpid > > 8<--- > > Note that I start blackbox before bbappconf. > > Thank you. > > ----- Original Message ----- > From: "Chris Grossmann" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, September 14, 2003 3:04 PM > Subject: Re: Launching bbappconf at startup > > > > Does any application start when you use this file? > > > > Can you start bbappconf from the command line once blackbox > > is started? > > > > > > These are two pretty important pieces of information. > > > > On September 14 (07:21 EDT), Ads wrote: > > > Hi, > > > I can't get bbappconf to launch at the startup of the X server, using > the > > > ~/.xsession file. > > > Is there any way I could ? > > > Thank you! > > > > > > Nicolas. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > List archives: http://asgardsrealm.net/lurker/splash/index.html > Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
