notify icon indicating copy to clipboard operation
notify copied to clipboard

Fix: INotifyWatcher keeps watching deleted paths

Open riberk opened this issue 2 months ago • 0 comments

This PR fixes #709. Full information about the bug are described in the documentation for the remove_single_descriptor method.

The main problem was, that we tried to remove descriptor from the inotify.watches(), and, if it was completed successfully, it would be deleted from the hash descriptor -> path. But after FS entry deletion its file descriptor is invalidated and causes an error, which interrupts deletion from the hash

riberk avatar Oct 20 '25 13:10 riberk