catppuccin / cursors

🐁 Soothing pastel cursors for GTK/Plasma/Hyprland
GNU General Public License v2.0
448 stars 15 forks source link

Cursor becoming an X when right-clicking in certain applications #32

Closed dr460nf1r3 closed 3 months ago

dr460nf1r3 commented 3 months ago

Hi :)

Thanks for those fancy cursors! I'm having a strange issue where the cursor shortly becomes an X when right-clicking in certain applications. I think a short video explains it best:

Screencast_20240804_153832.webm

This only happens in some applications, e.g. on Chromium. For other ones (e.g. KDE applications, Qt applications in general, it works as expected).

Further information:

Thanks!

isabelroses commented 3 months ago

My best guess for the chromium one is that chromium is running under X, try launch it with these flags (which force it to run in wayland mode) to see if the issue persists --ozone-platform=wayland --enable-features=UseOzonePlatform. If it does then its likely a X cursors issue.

dr460nf1r3 commented 3 months ago

If it does then its likely a X cursors issue.

Did as outlined and it does in fact cause the glitch to no longer appear. It is highly likely that the other applications were suffering the same fate then. Thanks! I didn't even realize Chromium wasn't running on Wayland until now.