mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-27 05:45:54 +03:00
[GH-ISSUE #64] Occassional issue - chromium does not launch into fullscreen #57
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @freedomischaos on GitHub (Feb 5, 2025).
Original GitHub issue: https://github.com/debloper/xiosk/issues/64
It does seem "random" in that I'm not yet able to find anything that leads back to why it sometimes works, if I reboot the rPi there is a decent chance that it works on the reboot. It seemed like it might have been related to the wireless or just general bootup time so I added a brief
sleep 15to thebrowser.shstartup script and that seems like it handled it in most cases/reduced the frequency but still happens on occassion.@debloper commented on GitHub (Feb 21, 2025):
Tried to reproduce it, but couldn't. What's the spec of the RPi that you're using?
If you can enable and upload crash-log for Chromium, and/or output of dmesg of that startup (
journalctl -b 0) to see what's breaking.@freedomischaos commented on GitHub (Feb 21, 2025):
RPi5, 8GB RAM, not over clocked. Using an nvme2 hat.
I'll try to get the log soon. I'm using it at a friend's shop for signage so might be a bit to get it to happen and get the log. It does tend to "fix" on a follow up reboot.
@freedomischaos commented on GitHub (Apr 13, 2025):
Sorry for late follow up, just finally got an ounce of time to get into the shop to do some debugging and investigating. I didn't see anything interesting throughout the log, but I think it might have been an chrome extension as I guess I had installed some or it synced one during my initial setup of the system. I think Chrome was throwing an error message about it not longer being supported (UBLOCK ORIGIN) and breaking it out of full screen mode to render the error.
For now, I've just passed the disable extensions on startup with runner.sh which keeps it as clean and lean as possible and in so far couldn't reproduce the occasional full-screen break out; though it never seemed to regularly or on-demand occur, just sometimes and that error message was only visible and weirdly a reboot seemed to clear it for some amount of time.