Inside a folder on the desktop, I have a .py file with a code corresponding to a GUI (kiosk type application with PySide6). How to make GUI start automatically with ubuntu 20.04.03 LTS? I tried gnome-session-properties, adding: Command: /usr/bin/python3.8 /home/user/Desktop/GUI/main.py But it didn't work out. I would like to find the most efficient way to solve this. From what I've read you can also make a single executable file but it's not the most efficient way, is it? This is all kind of new to me...
Asked
Active
Viewed 13 times