2

Possible Duplicate:
How do I start applications automatically on login?

I want to run a script automatically just after my login. Please someone tell me how to do that. I tried putting path of the script into .bashrc, that did not work.

parmeshwar89
  • 91
  • 1
  • 2
  • 5
  • Possible duplicate: [How to start applications at startup automatically?](http://askubuntu.com/q/48321/114818) – Aditya Feb 01 '13 at 09:53

1 Answers1

5

You can use the same steps as shown in the following link: How do I start applications automatically on login?

Just use the "startup applications" app and choose "Add" and add the bash script.

Remember to give your script the permissions to be executable.

Steffen Christensen
  • 931
  • 1
  • 6
  • 13