The first script #!/bin/sh DELAY="120" /usr/bin/feh --quiet --recursive -- randomize --full-screen --zoom max --hide-pointer --slideshow-delay $DELAY Then i change it to #!/bin/sh /usr/bin/feh --quiet --full-screen --zoom max --hide-pointer --slideshow-delay DELAY 10 The second script works fine man...
Hey all I created a sh script to be autostarting after reboot via ~/.config/lxsession/LXDE/autostart It's works fine first time and after reboot, the I edited the scipt, and now it not working. The script works when I execute it manually but not after reboot. I tried to take the script out and put a...