Cursor Editor Window Opens But UI Not Rendering on Manjaro Linux

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor application window opens successfully but the editor interface fails to render, leaving a blank/empty window. The application appears to start normally but the main UI components do not display.

Steps to Reproduce

Launch Cursor from terminal or click desktop icon.

Expected Behavior

Cursor should open with the full editor interface visible.

Screenshots / Screen Recordings

Operating System

Linux

Version Information

cursor-bin 2.4.23-1 from AUR

Additional Information

Environment
OS: Manjaro Linux
Desktop Environment: Wayland
Cursor Version: cursor-bin 2.4.23-1
Installation Method: AUR

Critical Errors Found
I started Cursor using the command cursor --verbose --enable-logging=stderr and obtained some error messages.
1.Service Instantiation Error
ERR illegalState - setting UNKNOWN service instance: Error: illegalState - setting UNKNOWN service instance
at lOc._setCreatedServiceInstance
at lOc._createAndCacheServiceInstance

at U4b.createMainTitlebarPart
2. Assertion Failure
ERR Assertion Failed: Argument is undefined or null.: Error: Assertion Failed: Argument is undefined or null.
at xuc.updateStyles
at xuc.onThemeChange
at _dc.applyTheme

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey @Don_Wang!

I recall a similar report the other day.

Could you try Xorg as opposed to Wayland? Or start Cursor with the --disable-gpu flag?

GNOME has now completely removed X11 support, and starting Cursor with the --disable-gpu flag does not work.

There are some other flags you can pass to Cursor which may improve things.

Please give them a try!

My laptop uses an entry-level integrated GPU, the Intel UHD Graphics 620, and I believe the root of the problem is not the GPU.

GNOME has now completely removed X11 support. The command cursor --ozone-platform=x11 does not work.

I also have VS Code on my computer, and it runs normally.

I recall that when I attempted to open the AI chat window in a new tab, the Cursor application crashed, even though it was working perfectly fine before that.

Since Cursor is currently unusable on my computer, I have temporarily canceled my subscription. How can I export my conversation history?