Open mrjxtr opened 6 days ago
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
What I tried:
which cursor
whereis cursor
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?
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?