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

FAILED TO LAUNCH: ~/.config permissions. #13365

Closed
1 task done
icecatuk opened this issue Jun 21, 2024 · 2 comments
Closed
1 task done

FAILED TO LAUNCH: ~/.config permissions. #13365

icecatuk opened this issue Jun 21, 2024 · 2 comments
Labels
support User support (non-defect troubleshooting, documentation, etc)

Comments

@icecatuk
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

downloaded fine, when try to open it I get "Could not create directory "/Users/kevinodonnell/.config/zed": Permission denied (os error 13)

For help resolving this, please open an issue on https://github.com/zed-industries/zed"

Environment

Could not create directory "/Users/kevinodonnell/.config/zed": Permission denied (os error 13)

For help resolving this, please open an issue on https://github.com/zed-industries/zed

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

Zed.log
@icecatuk icecatuk added admin read Pending admin review bug [core label] panic / crash [core label] triage Maintainer needs to classify the issue labels Jun 21, 2024
@notpeter
Copy link
Member

notpeter commented Jun 21, 2024

Likely the permissions on your ~/.config directory are incorrect.

Please try:

ls -lad ~/.config
sudo chown $(whoami):staff ~/.config
chmod +uwrx ~/.config
ls -lad ~/.config

And try again.

@notpeter notpeter changed the title FAILED TO LAUNCH FAILED TO LAUNCH: ~/.config permissions. Jun 21, 2024
@notpeter notpeter added needs info / awaiting response Issue that needs more information from the user and removed bug [core label] triage Maintainer needs to classify the issue panic / crash [core label] admin read Pending admin review labels Jun 21, 2024
@jansol jansol mentioned this issue Jun 23, 2024
1 task
@notpeter notpeter added support User support (non-defect troubleshooting, documentation, etc) and removed needs info / awaiting response Issue that needs more information from the user labels Jun 24, 2024
@notpeter
Copy link
Member

I'm going to close this. If you continue to have the issue, feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support User support (non-defect troubleshooting, documentation, etc)
Projects
None yet
Development

No branches or pull requests

2 participants