How would I go about to create a script which would start a set of applications in a given workspace (ubuntu 11.10)?
Eg. When developing my application X, I use one terminal to run the application, one terminal where I run spec's, one instance of Kate in a specific folder, one instance of Firefox to a specific url and perhaps one instance of a database admin tool loaded with the dev db.
But I do not work on this application everytime I use my computer, so I would like to kickstart a script which would do something like this in a given workspace:
- Start terminal in folder for X and run all spec's
- Start new terminal in folder for X and start application
- Run Kate in folder for X
- Start firefox with url to X
- Start db-admin with dev db for X
