cursor icon indicating copy to clipboard operation
cursor copied to clipboard

Issue with executing rustc command

Open sudipta1411 opened this issue 2 years ago • 2 comments

Whenever I try to execute the rustc command, it fails with the following error error: unknown proxy name: 'cursor-0.10.4'; valid proxy names are 'rustc', 'rustdoc', 'cargo', 'rust-lldb', 'rust-gdb', 'rust-gdbgui', 'rls', 'cargo-clippy', 'clippy-driver', 'cargo-miri', 'rust-analyzer', 'rustfmt', 'cargo-fmt'

I am using Ubuntu 22.04 with rustc 1.72.0 (5680fa18f 2023-08-23) I am attaching a screenshot

Screenshot from 2023-09-13 16-15-06

sudipta1411 avatar Sep 13 '23 10:09 sudipta1411

I see this too, with cargo

cargo
error: unknown proxy name: 'cursor-0.17.0-build-231127p7iyxn8rg'; valid proxy names are 'rustc', 'rustdoc', 'cargo', 'rust-lldb', 'rust-gdb', 'rust-gdbgui', 'rls', 'cargo-clippy', 'clippy-driver', 'cargo-miri', 'rustfmt', 'cargo-fmt'`

critesjosh avatar Dec 05 '23 01:12 critesjosh

I am not sure if this issue has been resolved but found a similar issue in another appimage program which shows the why this happens. I guess it is only seen by zsh users

alanpjohn avatar Sep 11 '24 18:09 alanpjohn

Yes, same issue on Pop!_OS 22.04 LTS. The issue zsh specific with AppImage. The solution is to switch the terminal inside the cursor to fish or whatever.

AlexMikhalev avatar Oct 23 '24 08:10 AlexMikhalev