Auto Running Programs-GUI

Screensaver If you need to disable the screen saver / screen auto switch off see here. Auto-running a Python file within a terminal window Edit the X Windows autostart file: Add the following line to the end: So you end up with something like this: That’s it, reboot and you should see a terminal window […]

Read More

Auto Running Programs-Command Line

Auto running applications in the GUI See here Auto running terminal applications (non GUI) First ensure your program is executable by finding it in the file manager.  Right click on the file and select properties.  Select the permissions tab, check the ‘Make the file executable’ box and press OK.  Or from the command line use: sudo chmod […]

Read More