https://bugs.kde.org/show_bug.cgi?id=442186
Harald Sitter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Product|kio-extras |frameworks-kio Version|unspecified |git master Component|Samba |general CC| |[email protected] --- Comment #10 from Harald Sitter <[email protected]> --- Moving to KIO. Since you want this in both dolphin and fopendialog we'll probably need support in the kfileplacesmodel. Also since it should trigger on pretty much any interaction with a share, injecting into the model probably needs to happen in a fairly central place as well (kdirmodel maybe?). In a way it feels like what you are describing is simply a more opinionated recent locations system, really. We could possibly just build on the existing locations tech... - KIO would need to actually inject visited locations into KActivities (fileopen for example does not seem to do that right now) - Then the placesmodel can ingest recent location data from KActivities and only show remote schemes. We need a way to figure out which protocols are remote though. That is all very KDE though... A more "native" option would be to always trigger kio-fuse when first accessing a network protocol, so we have a mount reflected in the system, and that mount then shows up to all programs as well as solid. Kfileplacesmodel then can simply model NetworkShare types from solid. -- You are receiving this mail because: You are watching all bug changes.
