fix(deploy): use DietPi autostart hook for cursor hiding #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:fix/hide-cursor"
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?
The previous approach installed
unclutterand wrote a snippet to/etc/chromium.d/dietpi-unclutter. DietPi's Chromium kiosk autostart (index 11) uses its own launch script and does not source/etc/chromium.d/files, so the cursor was never hidden.Changes
unclutter(transitional, may not exist on Debian Trixie) tounclutter-xfixes/var/lib/dietpi/dietpi-autostart/custom.sh— the official DietPi hook that runs inside the X session before the autostart app launches-rootso unclutter monitors the root X windowcursor: nonerules as belt-and-suspenders, hiding the cursor immediately even before unclutter starts