Hi! Huge fan of Cursor.
My desktop uses a nvidia gpu and so I need to run the appimage with --use-gl=desktop
to force Xwayland.
This works with base vscode (ex: code . --use-gl=desktop
).
However, when I try passing arguments to the appimage (ex: ./cursor-0.34.5x86_64.AppImage --help
), it seems like the cli arguments are not passed through to the underlying VSCode binary (which are then passed to Electron ).
(not sure if this is discussed elsewhere or if this has already been patched.)