https://bugs.kde.org/show_bug.cgi?id=384462
Bug ID: 384462 Summary: Maximize effect does not apply to wayland clients Product: kwin Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: wayland-generic Assignee: kwin-bugs-n...@kde.org Reporter: k...@privat.broulik.de Target Milestone: --- When maximizing a Wayland client it is not animated. X clients animate just fine. When doing so I noticed that the order and amount of signals emitted is different for the two: Maximizing an X client: Shape changed old was QRect(0,0 682x512) Shape changed old was QRect(0,0 1024x768) Shape changed old was QRect(0,0 682x512) Maximized changed true true Maximizing a Wayland client: Shape changed old was QRect(342,260 682x512) Maximized changed true true Shape changed old was QRect(342,260 682x512) -- You are receiving this mail because: You are watching all bug changes.