I tried this tutorial on the latest debian wheezy (2015-01-31) http://www.lukebrowning.com/hardware/raspberry-pi/touch-screen-chromium-kiosk-on-the-raspberry-pi/ but its not working anymore... (If I made the same thing on an older debian wheezy (2014-06). Its working fine. What I should modify?
Asked
Active
Viewed 9.2k times
1 Answers
34
It appears there is now a different autostart file to use located in /etc/xdg/lxsession/LXDE-pi/autostart
To get Chromium to autostart follow these instructions
Type
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart"Add the following line:
/usr/bin/chromium --kiosk --ignore-certificate-errors --disable-restore-session-state "http://www.domain.com"Press Ctrl+x
- Press y
- Press Enter
Worked for me!