Hey, I'm currently developing a file system that displays remote content, as in I only actually download a file from the remove server when the user tries to open it. However, finder wants to display thumbnails for images and videos and calls the openFile: to create these, which leads to me downloading content i do not wish to, since the user didn't request it. Haven't been able to find anything about this in the forum but might have missed some post.
I've seen in my logs that finder sometimes asks for attributes of a file named: ".ql_disablethumbnails" in the file system root. Is this what I'm looking for, and how should i respond properly to the request? As of now I'm just returning a NSFileTypeRegular when asked, but it seems to give a mixed result on different computers. -- You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macfuse?hl=en.
