I have a Linux setup attached to an HDMI cable and I want to start Chromium automatically after boot (before login)
I tried modifying the rc.local
file, adding:
/usr/bin/chromium --no-sandbox --touch-events=enabled --kiosk http://192.168.1.2:8080 &
but it doesn't work, Chromium doesn't start. I tried replacing that line with
touch /test
And I see the file being created on /
, so the rc.local
file is actually working
The chromium command line works perfectly from the console
EDIT
I use the xdg desktop interface. Linux is a Yocto build