Till the rewrite of the Places panel in 4.9 when you hovered a device, a little bar indicating device usage, appeared. This is no longer the case. Reproducible: Always Steps to Reproduce: 1. Plug in USB stick or external HDD 2. Hover its places item 3. Actual Results: Item turns blue ;) Expected Results: A bar indicating disk usage appears
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!