Question #76600 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/76600
Status: Open => Answered
midnightflash proposed the following answer:
Create an empty file and open it with f.e. texteditor (gedit) and input
the following (changed to your needs of course)
#!/bin/bash
#my super duper script
sleep 60 #you can alter the amount of time here
exec /usr/bin/TheApplicationYouWant
After this make it executable. (right-click - permissions)
Then let this one be started from "sessions".
Greetings
--
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.
_______________________________________________
Mailing list: https://launchpad.net/~ubuntuforums-unanswered
Post to : [email protected]
Unsubscribe : https://launchpad.net/~ubuntuforums-unanswered
More help : https://help.launchpad.net/ListHelp