You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the above encounter the same issue as the screenshot above. I believe the problem is that the mounted file system is marked as ro read-only.
I tried mount | grep cursor and found the directory mentioned in the error message as read-only.
❯ mount | grep cursor
~/cursor-0.xxxxx.AppImage on /tmp/.mount_cursorl9krmK type fuse.cursor-0.43.6x86_64.AppImage (ro,nosuid,nodev,relatime,user_id=0,group_id=0)
Tried to remount it with sudo mount -o remount,rw ~/cursor-0.xxxxx.AppImage and it changes to read-write. However, after restarting Cursor to enact the change, it reverts to read-only. 🤷🏻
Additional Info:
sudo chown -R $(whoami) "$(which code)"
sudo chown -R $(whoami) /opt/visual-studio-code
sudo chown -R $(whoami) /usr/bin/code
yay -S cursor-bin
to install cursor.What I tried:
which cursor
andwhereis cursor
to locate cursor directory.sudo chown -R $(whoami) /opt/cursor-bin
I understand that Cursor is an AppImage for linux and maybe that is the issue? but is there a fix?
The text was updated successfully, but these errors were encountered: