https://bugs.kde.org/show_bug.cgi?id=504848
--- Comment #3 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- (In reply to Nate Graham from comment #2) > It looks like what's going on here is that moving windows between desktops > resets their tiled state on the destination desktop. Interestingly, the > tiled state is remembered for the original desktop if you drag the window > back. Yeah, that's exactly what happens... In an ideal world, the overview effect would simply swap the desktops, but that's not the case. Given that virtual desktops can have different layouts, in 6.4, I don't think it's feasible to preserve window geometries as is. So untiling is the best option atm. In 6.5, we should look for a proper way to swap `VirtualDesktop`s. The hardest part is maintaining compatibility with stupid X11. If we didn't have to care about X11, it'd take 5 minutes to fix the bug. -- You are receiving this mail because: You are watching all bug changes.