getcursor / cursor

The AI Code Editor
https://cursor.com
25.8k stars 1.6k forks source link

Installing cursor in the terminal does not work in Ubuntu 24.04 #1693

Open Bartmr opened 3 months ago

Bartmr commented 3 months ago

1) If you can, please include a screenshot of your problem

image

2) Please include the name of your operating system

Ubuntu 24.04

3) If you can, steps to reproduce are super helpful

When doing the onboarding steps, I clicked "Install Cursor in terminal" and a small message saying there was an error appears.

To start cursor from scratch, you can do:

rm -rf ~/.config/Cursor
sohaibilyas commented 3 months ago

i got the same errror! btw i used app image launcher to install cursor app image

baran commented 3 days ago

If I want only running;

baron@mbp:~/Downloads$ ./cursor-0.43.5x86_64.AppImage
create mount dir error: Permission denied

If I use sudo;

baron@mbp:~/Downloads$ sudo ./cursor-0.43.5x86_64.AppImage
[1130/181010.173900:FATAL:electron_main_delegate.cc(295)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Trace/breakpoint trap

If I use sudo and --no-sandbox;

baron@mbp:~/Downloads$ sudo ./cursor-0.43.5x86_64.AppImage --no-sandbox
[88500:1130/181257.587404:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[88500:1130/181257.588242:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[88500:1130/181257.588287:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[88500:1130/181257.588321:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[main 2024-11-30T15:12:58.462Z] update#setState disabled
[main 2024-11-30T15:12:58.485Z] update#ctor - updates are disabled as there is no update URL
[88500:1130/181258.502536:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[main 2024-11-30T15:13:01.172Z] vscode-file: Refused to load resource /tmp/.mount_cursorlW0OHh/resources/app/extensions/theme-seti/icons/seti.woff from vscode-file: protocol (original URL: vscode-file://vscode-app/tmp/.mount_cursorlW0OHh/resources/app/extensions/theme-seti/icons/seti.woff)

editor works but the "sign" button doesn't work.