mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[GH-ISSUE #154] Bug: Mouse cursor is visible #86
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#86
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 @DesertRider on GitHub (Jan 26, 2026).
Original GitHub issue: https://github.com/debloper/xiosk/issues/154
Describe the bug
The mouse cursor is visible on the displayed pages.
To Reproduce
Steps to reproduce the behavior:
Booting the Raspberry Pi the cursor appears and never does not disappears when Chromium load and display pages.
Expected behavior
I've tested another solution (https://github.com/TOLDOTECHNIK/Raspberry-Pi-Kiosk-Display-System) with the same hardware, OS, and Chromium version, and the mouse cursor is hidden.
Environment Details
Please complete as applicable:
@DesertRider commented on GitHub (Jan 26, 2026):
Inspired Raspberry-Pi-Kiosk-Display-System, I gave a look at the install script, I created 2 files:
/home/pi/.config/labwc/rc.xml :
/home/pi/.config/labwc/autostart :
I rebooted the Pi and the mouse cursor is gone!
@debloper commented on GitHub (Jan 27, 2026):
Good news that labwc/labwc#2633 now supports hiding mouse cursor. Bad news is that there isn't a cross-compositor way to do it still. The most elegant way to do this is still a maintenance nightmare: https://github.com/debloper/xiosk/issues/23#issuecomment-2256618388
Will mark this to be addressed in the
.nextrelease planning, but I'm think this feature request is gonna get kicked further down the road, in need of a better solution.