https://bugs.kde.org/show_bug.cgi?id=442839

--- Comment #1 from Vlad Zahorodnii <vlad.zahorod...@kde.org> ---
The issue is that the startup sequence looks as follows:

* kwin starts
* xwayland is launched
* kwin sets the cursor for the root window

* plasma starts
* plasma updates various xsettings properties, include the cursor theme

since kwin doesn't monitor xsettings, it continues using its cached
xcb_cursor_t.

there are two options:

* monitor xsettings. it's not as trivial as it seems. kwin will need to read
and parse xsettings properties
* ignore xsettings and load cursors on our own (we have the infrastructure to
do so already). this one should be easier to implement, but not sure if it's
5.23 material.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to