Summary: | Exit the deleted directory | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Vova Kulik <vova.kulik2408> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | felixernst, kfm-devel, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/a2c9c05de2dfabbb2bb614390c8e03023dad2bd1 | Version Fixed In: | 23.04 |
Sentry Crash Report: |
Description
Vova Kulik
2022-10-12 13:20:45 UTC
Feel free to work on this. I am not quite sure how easy it is to be notified if the current directory has been deleted by some other process. It might not be as easy as it might seem. (Or it might be easy, I don't really know.) I also want to mention that if your implementation were to require regular polls or pings to make sure the directory still exists, we probably wouldn't want to merge it, because we tend to avoid performance penalties for things that aren't strictly necessary. Good luck! :) Git commit c9efd08118058cd4aaa0c666a9369ce0055eaf79 by Vova Kulik. Committed on 17/10/2022 at 19:11. Pushed by meven into branch 'dolphin-removed-dir'. Clear all the item data before emitting parent dir removed M +1 -0 src/kitemviews/kfileitemmodel.cpp https://invent.kde.org/system/dolphin/commit/c9efd08118058cd4aaa0c666a9369ce0055eaf79 |