mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 22:26:33 +00:00
WebView showed a grey/black half-square in the top-left — that's GDK's "none" cursor rendered by WebKit's own surface, which ignores the GTK-window CSS we set elsewhere. Inject a WebKit UserStyleSheet that applies cursor:none !important to every page + frame at User priority, overriding page-author CSS. For the boot gap (cage start → first kiosk frame), set XCURSOR_SIZE=1 and WLR_NO_HARDWARE_CURSORS=1 in the systemd unit. SW fallback honors the 1-pixel size; HW cursors don't, which is why a default arrow leaks through on some Pi GPUs. |
||
|---|---|---|
| .. | ||
| bundle.rs | ||
| cec.rs | ||
| firmware.rs | ||
| gpio.rs | ||
| hwmon.rs | ||
| local_server.rs | ||
| main.rs | ||
| pipeline.rs | ||
| server.rs | ||
| ui.rs | ||
| ws_client.rs | ||