mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-27 05:45:54 +03:00
[PR #106] [MERGED] Fix: Ensure reboot works reliably #108
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#108
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?
📋 Pull Request Information
Original PR: https://github.com/debloper/xiosk/pull/106
Author: @parthsidpara
Created: 8/30/2025
Status: ✅ Merged
Merged: 9/2/2025
Merged by: @debloper
Base:
main← Head:fix/reboot-issue📝 Commits (3)
b70220efix stuck on reboot issue7c75390remove duplicate jq command236383espawn the reboot process in the rebootSystem function📊 Changes
2 files changed (+21 additions, -6 deletions)
View changed files
📝
index.ts(+5 -5)📝
scripts/runner.sh(+16 -1)📄 Description
This PR fixes a critical bug that prevented the kiosk mode from launching correctly after applying settings from the dashboard.
Problem:
After applying settings from the dashboard, the Pi would reboot and get stuck on the Raspberry Pi logo splash screen, never launching the desktop or Chromium.
Solution:
runner.sh:DISPLAY=:0andXDG_RUNTIME_DIR=/run/user/$(id -u)to provide the necessary graphical context.index.ts:rebootSystemfunction is modified to use the absolute path/sbin/reboot🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.