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.
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.
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.