Auto-start full-screen web page on Raspbian (Jessie) startup

November 5, 2015

1 Install Chromium

2 Create a file called ~/.config/autostart/chromium.desktop with the following contents:


[Desktop Entry]
Encoding=UTF-8
Name=Connect
Comment=Checks internet connectivity
Exec=/usr/bin/chromium-browser -incognito --kiosk YOUR_WEB_ADDRESS

3 Profit!

Auto-start full-screen web page on Raspbian (Jessie) startup - November 5, 2015 - Tristram Oaten