https://bugs.kde.org/show_bug.cgi?id=469959
--- Comment #2 from Plata <plata.h...@kdemail.net> --- Looks like I was wrong. I thought that this is handled by KWin/the framework and not the app itself. In the tests below, Flatpak and native behave the same: with "Placement=Maximizing" - Elisa opens with the last size/position (not maximized) - Audiotube opens maximized without "Placement=Maximizing" - Elisa opens with the last size/position - Audiotube opens centered with a default size To be honest, I'm a bit confused about who is responsible to handle this: The KWin placement setting indicates that it's KWin but if even two Kirigami apps behave differently... Without knowing the internals, my expectation from a user perspective would be that KWin can force any window (including GTK etc) to follow the system configuration. Does this mean that every app must store its last position/size individually? If so, what's the reason for this? Why doesn't KWin handle this? -- You are receiving this mail because: You are watching all bug changes.