For someone who is running into this issue, as with most pre-GTK4 apps, you can fix this with:
For default theme:
gsettings set org.gnome.desktop.interface gtk-theme Adwaita
#…
while I can't tell exactly, it looks like the default cursor on your theme is smaller than 24, it could be the that the cursor theme which is default picks the closest size which…
Adding env XCURSOR_THEME=Adwaita
fixed the mouse cursor size in Blender, as my system doesn't specify XCURSOR_THEME in the environment variable. But It will use the default
…
Could you check if the
XCURSOR_SIZE
is set?Run this in the Python console.
import os; os.environ.get("XCURSOR_SIZE")
It has no return at all.
It seems…
@ideasman42 I am using GNOME 46 in Wayland session with fractional scaling at 125% (1080p display resolution) on openSUSE Tumbleweed.
As far as I can tell, from 4.0 to 4.1, the windowing issue…
As of Blender 4.1, this issue is still reproducible.
I think we should reopen this issue again. Starting from version 3.6, the UI scale correctly on my system, but the mouse cursor size is still tiny regardless of the resolution scale value.
I…