Go to advanced search

by dixied
Wed Mar 30, 2016 12:53 pm
Forum: Raspberry Pi OS
Topic: Help!!! Autostart a bash script
Replies: 4
Views: 11333

Re: Help!!! Autostart a bash script

Hi JimmyN I did not work but i managed to find out why and correct it. My script has the line #!/bin/bash as copied from a tutorial on making a digital photo using a Pi. Autostart works if i put @bash /home/pi/rundframe.sh ( i got the clue from your python execute line ) then i removed the #!/bin/ba...
by dixied
Tue Mar 29, 2016 2:49 pm
Forum: Raspberry Pi OS
Topic: Help!!! Autostart a bash script
Replies: 4
Views: 11333

Re: Help!!! Autostart a bash script

Putting it in the users autostart file should have worked. Don't use "sudo" that file belongs to the user. nano ~/.config/lxsession/LXDE-pi/autostart Mine contains this, it starts both a shell script and a Python script. @lxpanel --profile LXDE-pi @pcmanfm --desktop --profile LXDE-pi @xscreensaver ...
by dixied
Tue Mar 29, 2016 12:41 pm
Forum: Raspberry Pi OS
Topic: Help!!! Autostart a bash script
Replies: 4
Views: 11333

Help!!! Autostart a bash script

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

Go to advanced search