I'm trying to configure the startup application in Ubuntu. I want to perform the following tasks in sequence when a user login to Ubuntu's desktop:
- Ensure that the webserver is started automatically.
- After the webserver has been started, automatically start Firefox web browser and point it to the local webserver.
My question:
- Where should i put the startup script to perform these startup tasks?
- How to control Firefox from shell script? e.g. start firefox, and point it to localhost.
Thanks.