fix(deploy): work around DietPi Trixie chromium path regression #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:fix/chromium-path-workaround"
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?
DietPi Trixie has a regression where
chromium-autostart.shcallschromiumwithout the full path. Underxinit, this fails because/usr/binis not in$PATH, causingxinitto fall back toxterm(which is also not installed).This is tracked upstream as MichaIng/DietPi#7923, fixed in 2e426bf, shipping in DietPi v10.1.
Until then, our automation script patches the autostart script to use
/usr/bin/chromium. The workaround is guarded with a comment to remove it once v10.1 is released.