Ubuntu running .desktop application on boot
Occasionally you will need to run an application on boot. This could be a script or a full blown application. Root access or not, it does not matter.
Occasionally you will need to run an application on boot. This could be a script or a full blown application. Root access or not, it does not matter.
If you are working on a script that needs to be run as sudo we need to add out permissions to our current user ( or whoever will be running the script )
If you would like to launch a script, or a collection of scripts from a desktop icon on ubuntu. from ~/Desktop create a file with the extension of .desktop in my case I made start.desktop