-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
deleting plugins always fails [macOs] #281
Comments
Hello @verstaerkermusic, Thanks for reporting the issue. To help me understanding the root cause, can you extract error logs from your home directory: /home/{you}/.owlplug/logs |
here's one of the log files |
and here a log in debug mode |
Hello, thanks for the logs ! It seems the apache-commons library used to delete the directory is trying to perform file permission switch before the delete operation.
It looks like we are facing bug IO-751. The apache-commons lib tries to change file permission on POSIX system even if it's not necessary. After checking the code, the library ignores the This bug has been fixed so I'll change the dependency version. The next OwlPlug release should fix the issue 👍 |
👍 |
Hello @verstaerkermusic I've published a fix in OwlPlug 1.28.0, can you still reproduce the issue ? |
unfortunately i'm not able to run the app . It just says it's damaged and i should throw into bin. There are no options to open in any security settings . |
Unfortunately the app is not notarized by Apple (#31), so the damaged app message will be back after each update 😢 The workaround to bypass the error message change with each version of macOS and i don't have a mac to test. |
strange - allowed to run all apps, removed quarantine attribute .. still no success. 1.2.7.1 starts without problems |
1.28.1 runs properly. However deleting plugins is not working debug log in debug mode |
Does the following file has specific file permission ? OwlPlug can't delete it and throws an
|
nothing uncommon .. it requires a sudo command to delete in terminal |
i'm testing OwlPlug 1.27.1 on macOs 15.2 to sort my plugin collection . Unfortunately it's not possible to remove any plugin. All i'm getting is an "Error during plugin removal"
I gave OwlPlug full harddrive access.
Anything i could be oding wrong? Can i provide you more information?
The text was updated successfully, but these errors were encountered: