Hey, thanks for the report.
This is a known Electron/Chromium compatibility issue with NVIDIA on Wayland. Please try these options:
- Disable GPU acceleration:
cursor --disable-gpu
- Force XWayland instead of native Wayland:
cursor --ozone-platform=x11
- If you’re using the proprietary NVIDIA driver, try:
cursor --disable-gpu-compositing --disable-software-rasterizer
You can add the needed flags to the .desktop file to apply them permanently.
Also, can you confirm:
- Which NVIDIA driver are you using (proprietary or nouveau) and what version?
- Your GPU model?
Let me know if any of these helped.