Post

Replies

Boosts

Views

Activity

Drag and Drop behaviour with FileProvider on MacOS
Hello, I'm developing a FileProvider extension for MacOS where I want the default Drag and Drop behaviour to be Copy instead of Move. If one removes .allowsReparenting from NSFileProviderItemProtocol.capabilities this will make Copy being used when moving files out of the provider but when moving files in to the provider they are still being Moved. Is there any way to control this behaviour? Essentially I always want files to be Copied instead of Moved when Dragging and Dropping files in and out of the extension making it behave more like a mounted volume. Thanks!
2
0
964
Feb ’22
Disable icon previews on NFS mounts from the server
Hi, When browsing a NFS3 mount in Finder implicit read requests against the first and last offsets of each file are made. This causes issues when browsing larger directories where this specific NFS-server is single threaded and thus can only process one request at a time. Since this NFS-server is accessed by clients out of our control we would like to be able to disable this behaviour from the server. We've found that it can be disabled on the client by deselecting the "Show Icon Preview" checkbox under Finder View Options. After some googling we've seen references to some "magic" finder files more specifically: .ql_disablecache .ql_disablethumbnails We've tried servering these files in the root of the mount with a 0 byte content but to no effect. Is there any documentation available about these files or do anyone know if how this could be solved in any other way without requiring the client to make configuration changes in Finder? Thanks
0
0
537
Mar ’22