https://bugs.kde.org/show_bug.cgi?id=377253
--- Comment #8 from Andrius Štikonas <andr...@stikonas.eu> --- (In reply to Nate Graham from comment #7) > Andrius, the idea is to allow two specific use cases: > > - Plug in a new device -> device notifier plasmoid has a "manage with KDE > Partition Manager" entry > - Right-click on a device in the Devices section in Dolphin's Places panel > -> a menu item has a "manage with KDE Partition Manager" entry > > Either of them would, when executed, open KDE Partition Manager with the > target disk/volume pre-selected. > > My sense is that the app itself would have to export these services (KIO > might need extra support to show it in the Places panel context menu > though), but let me know if I'm barking up the wrong tree. Ok, so on KDE Partition Manager side we just need to restore functionality to filter other devices (which was lost when somebody ported it away from Solid), i.e. "partitionmanager /dev/sda" only shows /dev/sda (which is quite easy to do codewise). But I think the rest of the stuff must be done on Pasma device notifier side and similarly on Dolphin. If dolphin can find KDE Partition Manager when you right click on available space widget, it should be possible to reuse the same menu when right clicking on the device. -- You are receiving this mail because: You are watching all bug changes.