Summary: | Fall Apart effect in new overview | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | saxn <saileshpoudel0> |
Component: | effects-overview | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version: | git-stable-Plasma/5.24 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/75462970f344acaab5b4c661cd9a415744545935 | Version Fixed In: | 5.24.1 |
Sentry Crash Report: |
Description
saxn
2022-02-09 12:22:54 UTC
Those two effects are implemented using different infrastructure. It's surprising that the fall apart is not disabled when there's a running fullscreen effect though, like all other animation effects. Adding fall apart integration in the overview effect would be very tedious and I'm not sure that it's actually worth it. i agree, but fall apart should not apply on overview effect then i guess. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/1986 Git commit e419faee39b23d4b1b9f4359b07d31b5e95e7e6e by Vlad Zahorodnii. Committed on 09/02/2022 at 13:09. Pushed by vladz into branch 'master'. effects/fallapart: Avoid animating windows while there's a fullscreen effect While there's a fullscreen effect, the fall apart effect should avoid animating windows as it can corrupt or interfere with the active full screen effect. This matches behavior of many other animation effects in kwin. M +2 -0 src/effects/fallapart/fallapart.cpp https://invent.kde.org/plasma/kwin/commit/e419faee39b23d4b1b9f4359b07d31b5e95e7e6e Git commit 75462970f344acaab5b4c661cd9a415744545935 by Vlad Zahorodnii. Committed on 09/02/2022 at 15:47. Pushed by vladz into branch 'Plasma/5.24'. effects/fallapart: Avoid animating windows while there's a fullscreen effect While there's a fullscreen effect, the fall apart effect should avoid animating windows as it can corrupt or interfere with the active full screen effect. This matches behavior of many other animation effects in kwin. (cherry picked from commit e419faee39b23d4b1b9f4359b07d31b5e95e7e6e) M +2 -0 src/effects/fallapart/fallapart.cpp https://invent.kde.org/plasma/kwin/commit/75462970f344acaab5b4c661cd9a415744545935 |