Closed q234rty closed 1 year ago
I meet the related problem. As the Qt6 version on Arch Linux has been updated to 6.5, the cursor is very small in qbittorrent when launch with the environment QT_QPA_PLATFORMTHEME='gnome'
. It seems that it just ignore the cursor size setting.
Qt 6.5 introduced QPlatformTheme::{MouseCursorTheme,MouseCursorSize} which are being used instead on
XCURSOR_THEME
andXCURSOR_SIZE
on wayland. The code that's responsible for reading these variables have been moved intoQGenericUnixTheme
which is not loaded when using QGnomePlatform, so QGnomePlatform settingXCURSOR_SIZE
won't work anymore.