On Mon, 19 Feb 2001, Mads Martin Joergensen wrote:
> * Domenic Beneventi <[EMAIL PROTECTED]> [Feb 19. 2001 12:04]:
> > Hello all,
> >
> > I was wondering if anyone knows the best way to autostart bbkeys, bbmail,
> > and any other bb tools that I need when I open a BlackBox session. I tried
> > putting bbkeys in my .bash_profile but this does not work. (I imaginei it
> > is because BB is not loaded yet when bbkeys tries to load. Any
> > suggestions?
>
> This is a question I think have been answered a gozillion times in the
> past, but here we go again:
>
> You have to put it in your .xinitrc or .xsession like this:
>
> sleep 1 && exec bbkeys &
> sleep 1 && exec bbmail &
> exec blackbox
>
> The sleeps are there in order to get blackbox to start up before the
> helper programs.
>
> Ciao,
> Mads Martin
>
Sorry to be such a bother. I signed onto the mailing list yesterday.
Thanks for your help anyway
dom