https://bugs.kde.org/show_bug.cgi?id=461001
--- Comment #3 from Campbell Barton <ideasma...@gmail.com> --- (In reply to Vlad Zahorodnii from comment #1) > Can you test whether the issue occurs in Plasma 6.1 or 6.2? In Plasma 6, we > have greatly refactored the cursor implementation in kwin. Checked and the issue has been fixed in Plasma 6.2. > If it is still reproducible, can you clarify > > > * KDE (plasma 5.26.1) has a bug where the cursor surface needs to be > > committed > > * (via `wl_surface_commit`) when it was hidden and is being set to visible > > again, see: T102048. > > * TODO: report this bug up-stream. > > please? In general, in order to make a wl_surface visible again, you'll need > to attach a buffer and commit it. Or is the problem that the > wl_surface_commit needs to occur after zwp_tablet_tool_v2_set_cursor? Right, the cursor was hidden UNLESS calling `wl_surface_commit` after `zwp_tablet_tool_v2_set_cursor` . This -- You are receiving this mail because: You are watching all bug changes.