Go to advanced search

by Reb
Wed Jan 20, 2016 9:15 am
Forum: General discussion
Topic: autostart shell not work efter edit
Replies: 4
Views: 735

Re: autostart shell not work efter edit

Sorry SonOfAMotherlessGoat

I mistyped the script, the new is without the DELAY

/usr/bin/feh --quiet --full-screen --zoom max --hide-pointer --slideshow-delay 10
by Reb
Wed Jan 20, 2016 7:30 am
Forum: General discussion
Topic: autostart shell not work efter edit
Replies: 4
Views: 735

Re: autostart shell not work efter edit

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...
by Reb
Tue Jan 19, 2016 9:52 pm
Forum: General discussion
Topic: autostart shell not work efter edit
Replies: 4
Views: 735

autostart shell not work efter edit

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...

Go to advanced search