[openbeos] Re: autostart folder
- From: "Karl vom Dorff" <haikubounties@xxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Sun, 21 Jan 2007 14:02:54 -0500
Hmm, maybe it was Max, or Zeta. Just seems odd that something this basic
(and useful) would be left out (especially from any OS)...
It is simple to do yourself - when you know how that is!
Thanks Bernd.
From: Bernd Korz <bernd.korz@xxxxxxxxxxx>
Reply-To: openbeos@xxxxxxxxxxxxx
To: openbeos@xxxxxxxxxxxxx
Subject: [openbeos] Re: autostart folder
Date: Sun, 21 Jan 2007 19:22:55 +0100
YOu can simple do that yourself:
for File in /boot/home/config/ZetaMenu/Autostart/*
do
/system/Tracker "$File" &
done
else
if [ ! -e $HOME/config/settings/stop_safe_mode_nagging ]
then
safe_mode_alert &
fi
fi
Add this to the UserBootScript and replace the path by the one Haiku is
using.
Bernd
www.berndsworld.com
On 2007-01-21 at 19:21:16 [+0100], Cian Duffy <myob87@xxxxxxxxx> wrote:
> On 21/01/07, Karl vom Dorff <haikubounties@xxxxxxxxxxx> wrote:
> >
> > Will Haiku have this, I believe it was in R5?
>
>
> Possibly, but it wasn't in R5. I expect your experiences of "R5" were,
in
> fact, of BeOS Max if you're thinking that ;)
>
> Cian
_________________________________________________________________
Your Space. Your Friends. Your Stories. Share your world with Windows Live
Spaces. http://discoverspaces.live.com/?loc=en-CA
- Follow-Ups:
- [openbeos] Re: autostart folder
- From: Jorge G. Mare (a.k.a. Koki)
- References:
- [openbeos] Re: autostart folder
- From: Bernd Korz
Other related posts:
- » [openbeos] autostart folder
- » [openbeos] Re: autostart folder
- » [openbeos] Re: autostart folder
- » [openbeos] Re: autostart folder
- » [openbeos] Re: autostart folder
- » [openbeos] Re: autostart folder
From: Bernd Korz <bernd.korz@xxxxxxxxxxx>
Reply-To: openbeos@xxxxxxxxxxxxx
To: openbeos@xxxxxxxxxxxxx
Subject: [openbeos] Re: autostart folder
Date: Sun, 21 Jan 2007 19:22:55 +0100
YOu can simple do that yourself:
for File in /boot/home/config/ZetaMenu/Autostart/*
do
/system/Tracker "$File" &
done
else
if [ ! -e $HOME/config/settings/stop_safe_mode_nagging ]
then
safe_mode_alert &
fi
fi
Add this to the UserBootScript and replace the path by the one Haiku is
using.
Bernd
www.berndsworld.com
On 2007-01-21 at 19:21:16 [+0100], Cian Duffy <myob87@xxxxxxxxx> wrote:
> On 21/01/07, Karl vom Dorff <haikubounties@xxxxxxxxxxx> wrote:
> >
> > Will Haiku have this, I believe it was in R5?
>
>
> Possibly, but it wasn't in R5. I expect your experiences of "R5" were,
in
> fact, of BeOS Max if you're thinking that ;) > > Cian
- [openbeos] Re: autostart folder
- From: Jorge G. Mare (a.k.a. Koki)
- [openbeos] Re: autostart folder
- From: Bernd Korz