My friends, y’all convinced me and I decided to ditch windows on this old PC. I had a task scheduler task that launched chrome on kiosk mode and navigated to this website on startup. Worked great, but windows made the whole thing chug and crashed constantly.

installed Linux Lite and the computer runs GREAT because it doesn’t have all the windows bloat from the start, but I cannot for the life of me figure out how to do the same thing on Linux Lite.

I tried creating an rc.local file pointing to a .sh file with the command google-chrome --kiosk . this command works from the terminal.

ive also tried the crontab -e and adding @reboot google-chrome --kiosk as above… but again nothing happens when I reboot.

what am I doing wrong? HELP.

  • @miroslav
    link
    56 months ago

    I would suggest you making systemd unit and make it start after graphical.target