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

Suggest change the information on how to fix the quarantine situation on MacOS #637

Closed
ebee04 opened this issue Jun 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ebee04
Copy link

ebee04 commented Jun 3, 2024

Expected Behavior

xattr -r -d com.apple.quarantine /Applications/Feishin.app
This should remove Feishin from quarantine.

Current Behavior

I was getting the error option -r not recognized

Steps to Reproduce

Fairly obvious from above.
xattr -r -d com.apple.quarantine /Applications/Feishin.app

Possible Solution

I believe this issue stems from me having two versions of xattr installed. The Python version does not use "-r" as a command.

Instead, I ran sudo /usr/bin/xattr -r -d com.apple.quarantine /Applications/Feishin.app.

I suggest that the instructions are changed to this command to cover situations like mine.

Context

No response

Application version

7.0.0

Operating System and version

MacOS Sonoma 14.5, ARM

Server and Version

Navidrome

Node Version (if developing locally)

No response

@ebee04 ebee04 added the bug Something isn't working label Jun 3, 2024
@jeffvli
Copy link
Owner

jeffvli commented Jul 3, 2024

Updated on #104

@jeffvli jeffvli closed this as completed Jul 3, 2024
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