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
move to trash doesn't work at a system secured location... #28
Comments
This is a problem with Apple's NSWorkspaceRecycleOperation method, not QS (which is a first!) I'll see if there's a work around |
Could be done with recycleURLSs:NSArray *files completionHandler:(void (^)(NSDictionary *newURLs, NSError *error))handler but it's 10.6 only :( I couldn't get it to work - anybody else? ;) |
Maybe need to be authenticated as an admin in order to remove the source after the move ? If that's the case, switching to 10.6 -recycleURLs: would only give us the benefits of an NSError. I guess we need to add some Authorization Service goodness ;-) ! |
We now provide an error when this fails, but we'd still need to use Authorization to get this to work. Will it work at all now though, since Apple's deprecated the Auth APIs...? |
This would be great to have. |
It’ll be in the next release (1.2.0). |
... like from \Library\Widgets. 'Move to' works, though.
The text was updated successfully, but these errors were encountered: