I have successfully loaded up chromium-browser on raspbian jessie and am trying to autostart chromium-browser --kiosk mode... and having no luck. I have tried several attempts with varying syntaxes including @chromium and @chromium-browser (w/out path). Any guidance much appreciated.
In the following directory - I have the following commands:
/etc/xdg/lxsession/LXDE-pi/autostart
:
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
@sh ${HOME}/.config/lxsession/LXDE-pi/autokey.sh
@/usr/bin/chromium-browser --noerordialogs --disable-session-crashed-bubble --disable-infobars --kiosk http://www.website.com
--noerordialogs
be--noerrdialogs
? See here – SausageFingers Dec 09 '15 at 11:14--incognito
– SDsolar Jun 28 '18 at 00:36