-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.15.1
-
Fix Version/s: None
-
Component/s: GUI: High-DPI, QPA: Wayland
-
Labels:None
-
Platform/s:
On wlroots wayland the cursor size is wrong.
Qt applications seem to multiple the XCURSOR_SIZE * scale_of_first_display.
wlroots expects it to be just XCURSOR_SIZE
so when one display is scaled: 2.0 the cursor
in Qt appears twice as big as in GTK or XWayland apps