It was Sun, 13 May 2001 13:46:37 -0600 when Adrian Smith wrote:

>are you using 7.2?  i still haven't gotten that to work either.  so far there
>has been no solution that i know of.  if there is i'd love to know also.   if
>you have 8.0 i have no clue.....
>numlock has worked for me in 7.0 7.1 & 8.0, but 7.2 is out there on it's own.
>   =)

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

--
"All serious daring starts from within."
-Eudora Welty

http://nlpagan.net -  Registered Linux User 174403
       Linux Mandrake 7.2 - Sylpheed 0.4.66

Reply via email to