Summary: | Oxygen Yellow Cursor Theme does not display on Breeze Twilight on Arch with Plasma / Qt 6 | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Marco Parillo <marco_parillo> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | pvdvegte |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | 5.92.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/d296e10803bc5b7ede453f015fbea0fd3ea91874 | Version Fixed In: | |
Sentry Crash Report: |
Description
Marco Parillo
2023-11-24 18:03:47 UTC
The "it" that I can see working is the invisble mouse pointer. With today's update: [2023-12-10T12:43:26-0500] [ALPM] upgraded oxygen (5.90.0-1 -> 5.90.0-2) I can see my Oxygen Yellow Cursor, but is always looks like the I-Beam for text entry rather than switching to the arrow, finger, etc. I have the same issue. The Oxygen yellow and also the Oxygen Red Ruby cursor becomes invisible after installing on openSUSE Krypton (Plasma 6) and then logging out and back in. The software is up-to-date. The cursor worked at first but after logging out and back in it's not visible and the only way to interact is to move the mouse until the invisible cursor lands on and highlights the option I want to click on. On KaOS with Plasma 6, with Oxygen packaged as 5.91, it almost seems as if the Oxygen cursor is "reluctant" to change shape back to a pointer. I have had it remain as a finger, an I-Beam, and a column re-sizer rather than switch to a pointer. Since switching from Wayland to x11 resolves this, changing product from Oxygen to Kwin. I cannot reproduce it If you switch between breeze and oxygen yellow cursor themes in plasma 6 back and forth, is oxygen yellow cursor visible after that? In Wayland? Starting with x11: Oxygen Yellow Cursor visible. Reboot. Select Plasma-Wayland in SDDM. Login. Oxygen Yellow Cursor invisible. System Settings > Cursors > Breeze > Apply. Breeze Cursor immediately visible. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5093 (In reply to Marco Parillo from comment #8) > In Wayland? It turns out I was hitting the same issue but with different side effects Git commit cc2e6fc96cbed230b4cdcd2353a805ec26dd2553 by Vlad Zahorodnii. Committed on 02/02/2024 at 15:17. Pushed by vladz into branch 'master'. Add fallback cursor shape for "default" shape Some cursor themes don't have "default" shape, so fallback to "left_ptr" with such themes. M +6 -0 src/cursor.cpp https://invent.kde.org/plasma/kwin/-/commit/cc2e6fc96cbed230b4cdcd2353a805ec26dd2553 Git commit d296e10803bc5b7ede453f015fbea0fd3ea91874 by Vlad Zahorodnii. Committed on 02/02/2024 at 15:18. Pushed by vladz into branch 'Plasma/6.0'. Add fallback cursor shape for "default" shape Some cursor themes don't have "default" shape, so fallback to "left_ptr" with such themes. (cherry picked from commit cc2e6fc96cbed230b4cdcd2353a805ec26dd2553) M +6 -0 src/cursor.cpp https://invent.kde.org/plasma/kwin/-/commit/d296e10803bc5b7ede453f015fbea0fd3ea91874 |