You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently GLFW gets the cursor theme and size from XCURSOR_THEME/SIZE, but KDE Plasma 6 (maybe other desktops/compositors too) no longer have these variables set by default so the cursor theme/size is wrong:
Instead the cursor should look like this:
(Note: ClassiCube is using SDL3 here, it does not support GLFW)
The cursor-shape-v1 protocol allows you to set the cursor shape without jumping through hoops like getting the cursor theme/size etc, though not all compositors support it yet, so you could keep the old "solution" around for now along with the new protocol.
The text was updated successfully, but these errors were encountered:
Currently GLFW gets the cursor theme and size from


XCURSOR_THEME/SIZE
, but KDE Plasma 6 (maybe other desktops/compositors too) no longer have these variables set by default so the cursor theme/size is wrong:Instead the cursor should look like this:
(Note: ClassiCube is using SDL3 here, it does not support GLFW)
The cursor-shape-v1 protocol allows you to set the cursor shape without jumping through hoops like getting the cursor theme/size etc, though not all compositors support it yet, so you could keep the old "solution" around for now along with the new protocol.
The text was updated successfully, but these errors were encountered: