Created attachment 117583 [details] Screenshot that presents the issue. SUMMARY Navigating through a mounted partition, _without_ the places panel active, creates multiple "unmount" entries in the location bar. Same for external devices, but it says "Safely remove" instead. Usually, I have the places panel active, so I'm unsure as to when the bug was introduced. STEPS TO REPRODUCE 0. Disable the Places panel in dolphin. 1. Mount a partition, or plug in a usb stick. 2. Navigate with dolphin through the directories of the partition. OBSERVED RESULT When you click at the icon of the partition/device on the left of the location bar, there arre multiple entries to unmount/safely_remove the partition/device. The more you navigated through the dirs, the more entries will be present. SOFTWARE/OS VERSIONS KDE Plasma Version: 5.14.5 KDE Frameworks Version: 5.54.0 Qt Version: 5.12.0
Probably a bug in KUrlNavigator, re-assigning to KIO
Patch https://phabricator.kde.org/D18425
The patch seems to work nicely except for when you open Dolphin through the Device Notifier (the popup that asks you what you want to do when a device is plugged in), in which case there are two entries to safely remove the device (one at the top and one at the bottom).
I can confirm. Perhaps because the Unmount entry is added and only after that the menu is populated.
*** Bug 404499 has been marked as a duplicate of this bug. ***
Git commit 8e3b39635cb54ac8b8158701a2620af4228a7508 by Kai Uwe Broulik. Committed on 16/09/2019 at 11:56. Pushed by broulik into branch 'master'. [KUrlNavigatorPlacesSelector] Properly identify teardown action Rather than relying on the model count (which broke when we added places categories), just identify the action by the data it is given. Differential Revision: https://phabricator.kde.org/D18425 M +12 -15 src/filewidgets/kurlnavigatorplacesselector.cpp https://commits.kde.org/kio/8e3b39635cb54ac8b8158701a2620af4228a7508