I've followed this post :
How to auto start chromium after boot on the Raspberry 2 (2015-01-31 debian wheezy)?
I've added the two following lines to the autostart file referenced there
/usr/bin/chromium-browser
/usr/bin/ekiga
Both those commands work from the terminal but nothing on startup.
Two questions arise from this.
- Any thoughts on why it isn't working
- How can I monitor/log/track what may or may not be working with this?