https://bugs.kde.org/show_bug.cgi?id=495990
--- Comment #7 from Akseli Lahtinen <akse...@akselmo.dev> --- (In reply to Nate Graham from comment #4) > Nope, not fixed by that; I can still reproduce it. > > Conceptually I'm not sure it's cleanly possible to fix, though. Currently, > when an item is removed from the desktop, we remove stored position > information for it. If we didn't do this, the position information would > grow infinitely, eventually consuming all space on the machine. > > The only way we could feasibly do this is if we recognize when an item was > removed from the desktop *because it was moved to the trash* and preserve > the position information for it while it's in the trash, only deleting the > information once the trash is emptied. That might work. We would also need > to handle edge cases like when another item has since been moved into the > location that the trashed item previously occupied. > > What do you think, Akseli? Feasible or no? There's a way to do it I think, but I am not sure if it will cause other problems. -- You are receiving this mail because: You are watching all bug changes.