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

Inconsistent permissions for installed package #1348

Closed
twolfson opened this issue Mar 13, 2018 · 1 comment
Closed

Inconsistent permissions for installed package #1348

twolfson opened this issue Mar 13, 2018 · 1 comment

Comments

@twolfson
Copy link

In wbond/sublime_terminal#171 (comment), OS X users were reporting that some of our scripts which have the executable flag set were not receiving said flag when being installed:

wbond/sublime_terminal#171 (comment)

Unfortunately, I don't have time at the moment to fully look into this but it sounds like something that would be relatively easy to reproduce if you have a Package Control channel already set up

The reporters are also saying that the permissions can change on reinstall

Any idea what might be causing this?

BenjaminSchaaf added a commit to BenjaminSchaaf/package_control that referenced this issue Oct 10, 2023
Packages with .no-sublime-package may contain native executables or
shell scripts, but python's ZipFile implementation doesn't understand
executable permissions.

Fixes wbond#1348
BenjaminSchaaf added a commit to BenjaminSchaaf/package_control that referenced this issue Oct 23, 2023
Packages with .no-sublime-package may contain native executables or
shell scripts, but python's ZipFile implementation doesn't understand
executable permissions.

Fixes wbond#1348
@deathaxe deathaxe added this to the Package Control 4.0 milestone Nov 26, 2023
@deathaxe
Copy link
Collaborator

Fixed by PC 4.0.0-beta9

@deathaxe deathaxe added the bug label Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants