Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In neovide appimage terminal[:term] mode rustc not working properly Shell:zsh #2477

Open
LightningPheonix77 opened this issue Apr 9, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@LightningPheonix77
Copy link

Describe the bug
❯ rustc --version

error: unknown proxy name: 'neovide'; valid proxy names are 'rustc', 'rustdoc', 'cargo', 'rust-lldb', 'rust-gdb', 'rust-gdbgui', 'rls', 'cargo-clippy', 'clippy-driver', 'cargo-miri', 'rust-analyz

er', 'rustfmt', 'cargo-fmt'.

In neovide appimage only

To Reproduce
Steps to reproduce the behavior:

  1. Open Neovide appimage
  2. go to terminal mode by using :term command
  3. Then type rustc --version or rustup --version

Desktop :

  • OS: AntiX 23
  • Neovide Version 0.12.2
  • Neovim Version v0.10.0-dev-2637+g400ef8aaa
@LightningPheonix77 LightningPheonix77 added the bug Something isn't working label Apr 9, 2024
@LightningPheonix77 LightningPheonix77 changed the title In neovide appimage terminal[:term] mode rustc not working properly In neovide appimage terminal[:term] mode rustc not working properly Shell:zsh Apr 9, 2024
@fredizzimo
Copy link
Member

The Appimages do something very strange with the process names

I don't know why, and I have not found any reasonable explanation for it.

@LightningPheonix77
Copy link
Author

Can you see this link I think it may be can able to help you GitSquared/edex-ui#1124

@fredizzimo
Copy link
Member

Thanks, it gave me a hint, and this issue is even more relevant:

It looks like we just need to delete the ARGV0 environment variable.

@LightningPheonix77
Copy link
Author

Great !! Thanks for finding and fixing the bug / error , waiting for the bugfix update !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants