Summary: | Dolphin no longer shows disk usage when hovering places item | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Kai Uwe Broulik <kde> |
Component: | panels: places | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | msx, nate, richard.llom, zrenfire |
Priority: | NOR | Keywords: | regression |
Version: | 2.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/ac6de72048fb50bca1823b8001fb012158050c25 | Version Fixed In: | 20.12 |
Sentry Crash Report: |
Description
Kai Uwe Broulik
2013-02-18 18:57:26 UTC
Thanks for the report, but the removal of this "free space bar" was done on purpose, see, e.g., http://forum.kde.org/viewtopic.php?f=223&t=108472 I'm fine with leaving this open as a wish though. *** Bug 317807 has been marked as a duplicate of this bug. *** Since people have repeatedly asked to re-add that feature, here are a few remarks: 1. The way KFilePlacesView, which was used in Dolphin 1.x and is still used in the file dialog, retrieves the free space in the paint() method is, at least IMHO, a big hack. 2. When the free space was still shown while hovering devices, we got quite a few bug reports about this, for example about optical drives starting to spin while their icon was hovered, or about Dolphin freezing when hovering a drive that was not accessible for some reason. This is why I am strongly against re-implementing this feature. Then it makes totally sense to hold this feature back. Thank you very much for taking the time to explain us this. (In reply to comment #4) > Then it makes totally sense to hold this feature back. Although I agree here (with holding it back), but are there actual thoughts how to circumvent these problems with another implementation? And ofc without too much code (I guess it wouldn't be implemented then anyway). Another problem of the current state is that this feature available in the file-open dialog, but not in dolphin, so this is kind of inconsistent. (In reply to comment #5) > Although I agree here (with holding it back), but are there actual thoughts > how to circumvent these problems with another implementation? You can just click the device in the panel and either see the free space in the status bar (provided you have enabled that - if not, just right click the status bar and do that) or with the properties dialog. > Another problem of the current state is that this feature available in the > file-open dialog, but not in dolphin, so this is kind of inconsistent. Yes, these inconsistencies are one of the reasons why I now consider the decision to write a custom Places Panel for Dolphin (which has not been taken by myself) unfortunate, even when considering the additional new features. I hope that there will be a new shared "Places" implementation, maybe QML-based, in the KDE frameworks era. Here's a patch: https://phabricator.kde.org/D21312 A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/31 Implemented by Chris Holland with https://invent.kde.org/system/dolphin/-/commit/ac6de72048fb50bca1823b8001fb012158050c25 in Dolphin 20.12! |