Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternatives? #200

Open
ColinTravis opened this issue Dec 19, 2023 · 3 comments
Open

Alternatives? #200

ColinTravis opened this issue Dec 19, 2023 · 3 comments

Comments

@ColinTravis
Copy link

Does anybody know a decent alternative that possibly has been updated a little more recent? This has been my go-to kiosk image for years, but lately, any of my running kiosks after a few days of running and rebooting will just display a black screen and need to be re-flashed. I've tried a ton of fixes, and can't seem to crack it.

@edbat
Copy link

edbat commented Jan 8, 2024

I'd be interested in this too

@karimd
Copy link

karimd commented Feb 5, 2024

@ColinTravis @edbat you can install a version of Ubuntu and then start Chromium fullscreen from the command line by executing:

chromium-browser --app=http://127.0.0.1 --start-fullscreen

For automatically starting on boot:

  1. put the above line in a shell script
  2. edit cron tab crontab -e
  3. add this line: @reboot /path/to/shellscript

The cron job will be executed on start up (more correct: when the cron daemon is started)

@BoKKeR
Copy link

BoKKeR commented Mar 11, 2024

To be able to start chrome you have to add this to your script

export DISPLAY=:0 && chromium-browser --app=http://my-site.com --start-fullscreen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants