Helpdesk

Hello,

I have installed all software as intended. Everything works just as well, however, the learning software that was previously
started automatically at boot must now be clicked. How can I make this happen automatically again at startup?
We use the Joy-Pi Note in school projects and it would be nice if this procces were automatic again.

Tnx for feedback,

Anne

Anne Koster

18.04.23 14:18

Hello Anne,


of course you can add the Joy-Pi Software to the autostart again. Please open a new terminal window and enter the following commands:


mkdir /home/pi/.config/autostart
nano /home/pi/.config/autostart/Joy-Pi.desktop

In the now opened file, enter the following content:


[Desktop Entry]
Type=Application
Name=Joy-Pi
Exec=/opt/Joy-Pi/joy-pi

You can now save this file by pressing CTRL + O, confirm with enter and leave the editor by pressing CTRG + X.


After rebooting, the Joy-Pi software should now execute automatically. 🙂


Best regards,
Jens

Jens

19.04.23 10:05