How to create (via installer script) a task that will install my bash script so it runs on DE startup?
- by MountainX
I've been reading for the last couple hours about Upstart, .xinitrc, .xsessions, rc.local, /etc/init.d/, /etc/xdg/autostart, @reboot in crontab and so many other things that I'm totally confused!
Here is my bash script. It should start/run after the desktop environment is started and it should continue to run at all times until logout/shutdown. It…