Skip to content
Advertisement

Tag: autostart

Start “Chromium” automatically on booting the Pi3 with Raspbian JESSIE

I have a problem. My goal is that the browser will automatically start up in fullscreenmode and don’t go to screensaver mode when I reboot the Pi. The Pi OS: Raspbian Jessie Version: September 2016 Kernel Version: 4.4 I already tried with: Adding: @/usr/bin/chromium –kiosk –ignore-certificate-errors –disable-restore-session-state “http://www.domain.com” to the end of ~/.config/lxsession/LXDE-pi/autostart and sudo nano /etc/xdg/lxsession/LXDE-pi/autostart @chromium –kiosk http://www.domain.com

Advertisement