GNOME Bugzilla – Bug 755335
Restoring from Trash doesn't work
Last modified: 2015-09-29 14:09:50 UTC
This message appears: "Could not determine original location of “my file.txt” The item cannot be restored from trash" nautilus-3.17.91-1.fc23.x86_64 gvfs-1.25.92-3.fc23.x86_64
Here's some 100% noise: Someone suggested to me that this problem started appearing when the changes to file monitors landed. The biggest effect of those changes is that events are now reported immediately instead of waiting for 1 second. It may be that the info file is not yet (fully) on disk at the point that the event is noticed. The old code added a 1-second delay to everything, giving more time for the info file to make it to disk. ... or it could be totally and completely unrelated.
(In reply to Ryan Lortie (desrt) from comment #1) > Here's some 100% noise: > > Someone suggested to me that this problem started appearing when the changes > to file monitors landed. > > The biggest effect of those changes is that events are now reported > immediately instead of waiting for 1 second. It may be that the info file > is not yet (fully) on disk at the point that the event is noticed. The old > code added a 1-second delay to everything, giving more time for the info > file to make it to disk. > > ... or it could be totally and completely unrelated. Aha, thanks Ryan for the pointer, makes sense. What is the way to deal with it? Doing a timeout in the client side?
*** This bug has been marked as a duplicate of bug 749314 ***