Hello,
Thanks for the awesome program.
I have raspbian Buster installed (10)
I'm trying to set up the autostart, but it's not working.
Steps followed
this will function only if you have set 'boot to desktop' using raspi-config.
Done
The directory .config is already present in the image but you will need to select 'Show Hidden Files' in the File Manager to see it.
Found
For later Stretch versions the autostart file:/home/pi/.config/lxsession/LXDE-pi/autostartdoes not exist so it, or its contents, needs to be copied from the file:/etc/xdg/lxsession/LXDE-pi/autostart then edit the file/home/pi/.config/lxsession/LXDE-pi/autostart
If I'm getting it right: I went to the /etc/xdg/lxsession/LXDE-pi/autostart file, copied it to /home/pi/.config/lxsession/LXDE-pi/ that I created myself
Add the following line below the last line to start Pi Presents with the required options:/usr/bin/python /home/pi/pipresents/pipresents.py -o /home/pi -p myprofileNote: the file is not a standard .sh file. The leading @ is not required, it means restart the process should it fail.
Added a functional command-line in the at the bottom of the copied autostart file in /home/pi/.config/lxsession/LXDE-pi/
Nothing is happening at start up, looks normal to me that the system is not looking for that autostart file, because I never told him to check that file.
Thanks in advance if you have some ideas for me.
Hello,
Thanks for the awesome program.
I have raspbian Buster installed (10)
I'm trying to set up the autostart, but it's not working.
Steps followed
this will function only if you have set 'boot to desktop' using raspi-config.Done
The directory .config is already present in the image but you will need to select 'Show Hidden Files' in the File Manager to see it.Found
For later Stretch versions the autostart file:/home/pi/.config/lxsession/LXDE-pi/autostartdoes not exist so it, or its contents, needs to be copied from the file:/etc/xdg/lxsession/LXDE-pi/autostart then edit the file/home/pi/.config/lxsession/LXDE-pi/autostartIf I'm getting it right: I went to the /etc/xdg/lxsession/LXDE-pi/autostart file, copied it to /home/pi/.config/lxsession/LXDE-pi/ that I created myself
Add the following line below the last line to start Pi Presents with the required options:/usr/bin/python /home/pi/pipresents/pipresents.py -o /home/pi -p myprofileNote: the file is not a standard .sh file. The leading @ is not required, it means restart the process should it fail.Added a functional command-line in the at the bottom of the copied autostart file in /home/pi/.config/lxsession/LXDE-pi/
Nothing is happening at start up, looks normal to me that the system is not looking for that autostart file, because I never told him to check that file.
Thanks in advance if you have some ideas for me.