-
Notifications
You must be signed in to change notification settings - Fork 95
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
Mac Finder file duplication leads to incoherent FCE events #122
Comments
I can observe the same in the latest Further down in the log I get this, where afpd detects a file create request for the same file:
But FCE doesn't seem to be aware according to the logs. |
rdmark
changed the title
MAC Finder file duplication leads to incoherent FCE events
Mac Finder file duplication leads to incoherent FCE events
Feb 29, 2024
Unfortunately the improvements in #849 didn't actually address this particular issue (although they improved other scenarios.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the duplicate function of the finder (⌘+d) leads to the fce events
afpd[43] {fce_api.c:533} (debug:FCE): register_fce(path: /media/share/P00002315572 Kopie.jpg, event: FCE_FILE_CREATE)
afpd[43] {fce_api.c:533} (debug:FCE): register_fce(path: /media/share/P00002315572 Kopie.jpg, event: FCE_FILE_DELETE)
We assume, that the file is first being created, then deleted, then created again and modified, but only events for the first two operations are being created.
Tested on MacOs 10.12.6 and 10.14.5
The text was updated successfully, but these errors were encountered: