Go to advanced search

by FoxJr
Wed Apr 12, 2017 3:13 pm
Forum: Other programming languages
Topic: crontab/bash issues (Pixel OS)
Replies: 10
Views: 1973

Re: crontab/bash issues (Pixel OS)

Guys just a few lines to inform you that issue has been fixed. Here is how: sudo nano ~/.config/lxsession/LXDE-pi/autostart @chromium-broswer (or any other application you want to run) Reference (method 2) http://www.raspberrypi-spy.co.uk/2014/05/how-to-autostart-apps-in-rasbian-lxde-desktop/ Thanks...
by FoxJr
Wed Apr 12, 2017 2:55 pm
Forum: Other programming languages
Topic: crontab/bash issues (Pixel OS)
Replies: 10
Views: 1973

Re: crontab/bash issues (Pixel OS)

Tried with lxde startup, no success.

Here is what i did:
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart

added the following at the end of the file;
@chromium-browser (1st attempt)
@/usr/bin/chromium-browser (2nd attempt)

Any ideas?
by FoxJr
Wed Apr 12, 2017 12:52 pm
Forum: Other programming languages
Topic: crontab/bash issues (Pixel OS)
Replies: 10
Views: 1973

Re: crontab/bash issues (Pixel OS)

Thanks for your prompt reply guys, will check this lxde startup procedure and revert back.
by FoxJr
Wed Apr 12, 2017 7:38 am
Forum: Other programming languages
Topic: crontab/bash issues (Pixel OS)
Replies: 10
Views: 1973

crontab/bash issues (Pixel OS)

Dear all, I'm an owner of a Raspberry Pi 3 unit which I'm currently testing for digital signage use. The problem i'm having is with bash commands calling chromium-browser. startup script Location: /home/pi/Scripts/startup.sh Cron -l (in sudo mode) 30 9 * * * /home/pi/Scripts/startup.sh -------------...

Go to advanced search