I nead help to auto start a program in atermForum: Other Help Topics Topic: I nead help to auto start a program in aterm started by: eugen Posted by eugen on April 01 2006,18:58
I need help to start a program in a aterm window every time i start the computer i have try with aterm -e theprogramfile in bootlocal.sh but nothing happens when i start the computer if i write aterm -e theprogramfile in a aterm window it starts a new aterm window and the program starts how does i get i to auto start? Posted by safesys on April 01 2006,19:17
I think bootlocal.sh is too early in the boot process - have you tried putting it in .xinitrc
Posted by cbagger01 on April 01 2006,21:20
/home/dsl/.xinitrc is the right place to add the aterm command.
Posted by mikshaw on April 01 2006,22:24
Remember to background it (aterm -e theprogramfile &) so .xinitrc can continue on and start the window manager.
|