https://bugs.kde.org/show_bug.cgi?id=349617
--- Comment #11 from Brian Frick <krumphauchic...@gmail.com> --- Thank you for that command. I store media on a separate partition that I can share with my Windows boot, and bind those folders to the respective home directories. So `udiskctl dump` shows org.freedesktop.UDisks2.Filesystem: MountPoints: /home/frick/Music /home/frick/Pictures /home/frick/Videos /mnt/Share When clicking on the device in the sidebar, Dolphin will open Music (first in MountPoints, not last in fstab as I had thought). But (just me guessing) I think most desktop users using bind mounts are going to configure them in fstab, and that adds a "Configuration" dictionary at the top of the block with a 'dir' element storing the original device's mount point (for me, that's 'dir': <b'/mnt/Share'>). If the udisks issue isn't fixed, I think taking the path from 'dir', or, if not found, the shortest path from MountPoints would cover most cases. -- You are receiving this mail because: You are watching all bug changes.