mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[GH-ISSUE #53] Revamp core implementation #49
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#49
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 @debloper on GitHub (Oct 30, 2024).
Original GitHub issue: https://github.com/debloper/xiosk/issues/53
I'm considering running browser as a
systemdservice (instead of compositor autostart config).It'll help in 3 ways:
I have very limited bandwidth at the moment, so no promises on
when.Feel free to send pull requests if you want the changes made faster.
@andiohn commented on GitHub (Oct 30, 2024):
Yes, absolutely yes. I have memory leaks on one of the websites I'm loading, so it would be good to just 'fail silently and restart the service' instead of having to figure something else out.
@andiohn commented on GitHub (Nov 27, 2024):
I just added a new issue for the pi micro, perhaps that would be a better starting point. I had another idea to put the chrome tabs into a docker container, so we can limit it's ram or priority, but perhaps that's going too far away from 'simple'