Bugzilla – Bug 1157617
"desktop-data" sets XCURSOR_THEME, messes up mouse cursor
Last modified: 2019-12-22 18:48:01 UTC
A long-standing bug in openSUSE causes the mouse cursor to switch to the DMZ theme seemingly at random. Here's a GIF showing the bug: https://kamikazow.wordpress.com/2019/10/20/working-around-the-wrong-cursor-bug/ Recently a Reddit user found the real underlying problem: https://www.reddit.com/r/gnome/comments/dt4jhr/qt_and_wine_doesnt_respect_gnome_cursor_theme/ tl;dr: The openSUSE-specific desktop-data.sh script sets XCURSOR_THEME to DMZ-Black which is then applied on every boot. I can confirm that simply commenting out the XCURSOR_THEME line in /etc/sysconfig/windowmanager fixes the problem.
Submit Request: https://build.opensuse.org/request/show/750442
Should be fixed on new installations, reopen if there are any further issues