Search pallet and central editor part is weird

Hey, thanks for the report. This looks like a known Linux rendering issue, and there are a few similar reports.

A few things you can try:

  1. Run Cursor with GPU acceleration disabled:

    cursor --disable-gpu
    
  2. If you’re on Wayland, force X11 rendering:

    cursor --ozone-platform=x11
    
  3. You can also try combining flags:

    cursor --disable-gpu-compositing --disable-software-rasterizer
    

If any of these help, you can make the flags permanent by adding them to your .desktop file.

A couple quick questions:

  • Are you using Wayland or Xorg?
  • What GPU do you have, and which driver are you using (proprietary or open source)?

Related threads for reference:

Let me know how it goes.