https://bugs.kde.org/show_bug.cgi?id=354802
--- Comment #17 from i.Dark_Templar <idarktemp...@mail.ru> --- I don't know about KDE devs, but I've debugged this issue a bit and I think I found the root. I've made 2 patches which fix issue for me: https://github.com/iDarkTemplar/dt-overlay-patches/blob/master/profiles/patches/kde-frameworks/kio/kde-bug-354802.patch https://github.com/iDarkTemplar/dt-overlay-patches/blob/master/profiles/patches/kde-plasma/plasma-desktop/kde-bug-354802.patch First patch is for kio (tested on kio-5.50.0) and second one is for plasma-desktop (tested on plasma-desktop-5.13.5, requires patch for kio). It looks like if kio worker reports only part of files in directory, positions of other items are reset since they're not present. Later it reports those additional files and they get default positions assigned. The fix I made is adding an option for kio class to delay reporting until it's finished reading whole directory and using this option for folder desktop view. -- You are receiving this mail because: You are watching all bug changes.