https://bugs.kde.org/show_bug.cgi?id=477039
Kevin Ottens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/01a9c8c | |06dec7d748ed964c9e2f2c4091f | |9c125a Status|ASSIGNED |RESOLVED --- Comment #8 from Kevin Ottens <[email protected]> --- Git commit 01a9c8c06dec7d748ed964c9e2f2c4091f9c125a by Kevin Ottens, on behalf of Kevin Ottens. Committed on 23/01/2024 at 09:46. Pushed by ervin into branch 'master'. KDirModel: Consider invalid roots are local fs If the item set on a node (typically the root node) was null it was implicitly considered local fs. But if the item was not null and the url invalid, it'd be considered network fs. In the context of KDirModel caching of the fs type guessing this would mean we'd wrongly assume the whole tree is network fs even if it's not. That's why we change this to consider non-null items with invalid URLs as local fs. M +5 -1 src/widgets/kdirmodel.cpp https://invent.kde.org/frameworks/kio/-/commit/01a9c8c06dec7d748ed964c9e2f2c4091f9c125a -- You are receiving this mail because: You are watching all bug changes.
