jdSimpleAutostart is a free and open source auto start management application for Linux. It supports all Linux desktop environments. Using jdSimpleAutostart, you can add, edit and remove your system auto start entries. It is written in Python and released under GNU General Public License v3.0. It is a simple and easy to use application without many features.
How to Install jdSimpleAutostart on Ubuntu
To install jdSimpleAutostart on your system, open the terminal application (ctrl+alt+t) and run below commands one by one. It will install PIPX and jdSimpleAutostart on your system.
sudo apt install pipx
pipx ensurepath
pipx install jdSimpleAutostart
After the successful installation of jdSimpleAutostart, you can open it using below command.
jdsimpleautostart
Install jdSimpleAutostart via Flatpak:
You can also installjdSimpleAutostart via flatpak from remote flathub. If you don’t have then first install flatpak in your system and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After that in your terminal run below command. It will install the latest version of jdSimpleAutostart on your system.
flatpak install flathub page.codeberg.JakobDev.jdSimpleAutostart
You can open it using below command or via Show Apps menu from Ubuntu dock.
flatpak run page.codeberg.JakobDev.jdSimpleAutostart