How to Run Python / Bash Script on STARTUP in Linux



How to Run Python / Bash Script on STARTUP in Linux

How to Run Python / Bash Script on STARTUP in Linux

This video explains on how to run a python or bash script on startup in Linux.
This video is mainly useful for Gnome users, as kde and xfce has options to add scripts on startup in the settings.
This works on Arch Linux, Ubuntu, Fedora…

Command for .desktop file:
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Name=Startup
Comment=
Exec=/home/*username*/Documents/startup.sh
Terminal=false
StartupNotify=false
Hidden=false
Type=Application
X-GNOME-Autostart-enabled=true

To Save and Exit in MICRO:
Ctrl+S (save)
Ctrl+Q (exit)

Keep supporting and Subscribe for more…

Comments are closed.