I am trying to auto run a simple script to load up feh ( using the pi as a digital picture frame ) using the latest rasbian OS.
The script runs when i open up a terminal window but all my attempts to get it to run automatically after boot up have failed. I have found loads of similar requests and solutions online but none of them work for me. These include:-
adding an execute line to /etc/rc.local
adding an execute line to /etc/xdg/lxsession/LXDE/autostart ( and LXDE-pi as i later discovered autostart here as well ! )
adding an execute line to ~/.config/lxsession/LXDE/sutostart ( and LXDE-pi )
I read somewhere that a delay might be needed to stop the script being executed to soon??
Has anyone got a newly installed Rasbian system running on a Pi and got a script that will run after boot up.
Also i have my OS auto logging in as pi user straight to the GUI as i think i need the GUI to run feh. The OS is also freshly renewed/updated/upgraded on each attempt.
This pi will become a large digital photo frame hanging on my wall and i have managed to test all the functionality of stopping the screen blanking and remotely uploading new photos etc. i just need this auto run to be able to finish this project off.