notify icon indicating copy to clipboard operation
notify copied to clipboard

notify-debouncer-full: Short circuit if no paths are available in an event.

Open kevinchevalier opened this issue 7 months ago • 0 comments

On Linux, the INotifyWatcher can create events that have no paths associated. This caused a panic in notify_debouncer_full, which assumes that all events have at least one associated path.

For now, ignore these events in notify_debouncer_full.

Fixes #678

kevinchevalier avatar Mar 04 '25 17:03 kevinchevalier