Closed kikislater closed 8 years ago
Thank's I will add it to the wiki and the readme.md
Need to adapt the path. May be I am wrong with /home/pi/RTKLIB_Touchscreen_GUI/RTKBASE/RTKBASE I give you a feedback later
I just add it in the wiki and readme, I think it's /home/pi/RTKLIB_Touchscreen_GUI/RTKBASE/ But I will check it tonight
Added to the readmd.md and the wiki, I close this one
Very simple but many method to do it :
1) Add software to rc.local Run :
sed -i -e '$i \cd /home/pi/RTKLIB_Touchscreen_GUI/RTKBASE/ && RTKBASE\n' rc.local
2) Use system root LXDE autostart : Run :
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
Add this :3) Use user LXDE autostart : Run :
nano ~/.config/lxsession/LXDE/autostart
Add this :4) Add desktop entry to user config : Run :
nano ~/.config/autostart/rtkbase
Copy paste entry below :Make it executable :
chmod +x ~/.config/autostart/rtkbase
Best way for me is option 4 because I do not use LXDE
Source : http://www.raspberrypi-spy.co.uk/2014/05/how-to-autostart-apps-in-rasbian-lxde-desktop/ and my own knowledge