https://bugs.kde.org/show_bug.cgi?id=426585
dalji...@live.com changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |dalji...@live.com Status|REPORTED |CONFIRMED --- Comment #4 from dalji...@live.com --- I've noticed this bug too and it seems to affect KDE Wayland only. My guess is that this is a bug in Qt, GTK applications (e.g. Firefox) can correctly change their cursor contextually (e.g. when hovering over text fields), while Qt applications aren't ablet to do that. In fact, when using a tablet if you use any Qt application (e.g. Dolphin or Settings), the application always retain the "+" cursor no matter what. To reproduce an example of this behaviour, you can try to use KDE under Wayland, then open the Settings app and then hover the search text field and you'll see that the cursor is not changing. Note that this works as expected with a mouse and the problem only occurs when using a stylus. Investigating further, I created a simple Qt application that calls [`QGuiApplication::setOverrideCursor`](https://doc.qt.io/qt-5/qguiapplication.html#setOverrideCursor) periodically but this has no effect on the cursor of the app under Wayland (it works as expected on X11). -- You are receiving this mail because: You are watching all bug changes.