hi elmar.
i want to start automatically an aplication after x has started. in the autostartx script you suggest to add a command to auto start in terminal 1, but this is not working.
i have modified in the following way
case \`tty\` in
/dev/tty[1])
# place here any command that should auto start at terminal 1
# remove the # on the line below the see the text
# echo hello, this is terminal 1
/media/myApplication/startup
startx
;;
esac
the application is executed but stops immediatly, because x is not available !
any idea how to do this in a better way?
Thanks for your help
Andreas