Myles9
Posts: 28
Joined: Fri Sep 29, 2017 12:13 am

GUI on boot

Fri Sep 29, 2017 12:24 am

I am new to boot systems and GUI's and I would like to know if it is possible to time a program perfectly and make a custom GUI in a Python 3 program launch over the desktop. Directions would be appreciated. Thanks!

User avatar
KLL
Posts: 1453
Joined: Wed Jan 09, 2013 3:05 pm
Location: thailand
Contact: Website

Re: GUI on boot

Fri Sep 29, 2017 6:14 am

you should start with making a .desktop file that starts your python on click
later can copy
cp /home/pi/Desktop/myautostart.desktop /home/pi/.config/autostart/myautostart.desktop
sudo reboot

Return to “Beginners”