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

void shell command is not executable #246

Open
ericrallen opened this issue Jan 26, 2025 · 0 comments
Open

void shell command is not executable #246

ericrallen opened this issue Jan 26, 2025 · 0 comments
Assignees

Comments

@ericrallen
Copy link

ericrallen commented Jan 26, 2025

After using the Shell Command: Install void command in PATH action from the Command Palette, the void binary is added to usr/bin/local/void, but is not executable.

Trying to use void in the command line, results in:

/usr/local/bin/void: Permission denied

There is code that is supposed to make the Void.app/Contents/Resources/app/bin/code binary executable in the darwin build pipeline: https://github.com/voideditor/void/blob/main/build/azure-pipelines/darwin/product-build-darwin.yml#L198

Potentially Notable Information

When trying to manually chmod +x the usr/local/bin/void binary directly, macOS prompts the user to give Terminal (or any other 3rd party terminal app being used at the time) permissions to "update or delete other applications", this setting can be found in System Settings > Privacy & Security > App Management.

Perhaps there is something confusing the "ownership" of the underlying code binary that prevents the script from making this binary executable?

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

No branches or pull requests

2 participants