Paul wrote:
> 
> It was quite simple:
> 
> In .xinitrc add:
> 
> # Start-up stuff from ~/Desktop/Autostart directory, if it exists
> # (as it seems to be the new standard)
> if [ -d "$HOME/Desktop/Autostart" ]; then
>   for i in `ls -1 ${HOME}/Desktop/Autostart/ 2>/dev/null`; do
>     if [ -x $HOME/Desktop/Autostart/$i ]; then
>       $HOME/Desktop/Autostart/$i &
>     fi
>   done
> fi
> 
> That's all  :)
> Paul
> 

That did it!

Many thanks to all who gave me ideas, most gracious thanks to Paul who
actually gave me the winning answer.

Jay

-- 

There is a fine line between 'hobby' and 'mental illness'.

Reply via email to