getcursor / cursor

The AI-powered code editor
https://cursor.sh
20.58k stars 1.38k forks source link

Cursor AppImage Permission Issue - Linux #1390

Closed ilhamprabuzakys closed 2 months ago

ilhamprabuzakys commented 2 months ago

Why unlike in Mac and Windows, my Cursor installation seems located on /tmp directory? I have installed an extension called apc-extension for modifying VSCode Stylesheet but because of this, I can't re-configure the permission of file bootstrap.js on the resources/app/out.

image

Note : I'm using Ubuntu 22.04

Step to reproduce :

  1. Install Cursor
  2. Try to install apc-extension
  3. There's a permission problem, that can't be fixed due to installation resource folder located in hidden /tmp folder
  4. If we try it on Code or Code Insiders, this is normal and work. The resources/app/out is located inside /usr/share/code or code-insiders not /tmp

Additional Image : image image

ilhamprabuzakys commented 2 months ago

Nvm it seems due to AppImage is uneditable, im waiting for debian package for now.