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

Expose vso shell configuration #152

Open
rommeswi opened this issue Oct 11, 2024 · 2 comments
Open

Expose vso shell configuration #152

rommeswi opened this issue Oct 11, 2024 · 2 comments

Comments

@rommeswi
Copy link

Thank you for making a great operating system!

I unfortunately have an issue and I admittedly messed things up myself:

  • I installed zsh on vso
  • I configured black box to use zsh
  • I installed zsh on abroot
  • I uninstalled zsh on vso

Result: black box can no longer access zsh with the error:
su: failed to execute /usr/bin/zsh: No such file or directory
The terminal window immediately closes. The same error is displayed when running vso shell and most other vso commands.
Resetting vso did not help.

Strangely, /usr/bin/zsh is perfectly executable by every other program.

Now, I would be able to fix this quite simply by one of the following:

  • configure vso to use /bin/bash
  • somehow expose /usr/bin/zsh to vso manually
  • change the blackbox default shell?

Instead, I am stuck with a chicken-egg problem: I need to run zsh in vso to install zsh in vso.

@mirkobrombin
Copy link
Member

The main request is to switch to zsh?

@rommeswi
Copy link
Author

I guess the main request is to add a variable SHELL to the vso config with which you can decide which shell to use in vso.

Secondary issue is that I don't understand why /usr/bin/zsh is installed but vso cannot find it unles, it was installed with vso.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants