Summary: | With translucency of inactive windows enabled, the effect is reapplied but never removed on minimize/restore, leading to invisible windows | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Kurt Bärtschi <swooopi> |
Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | cwo.kde, nate, niccolo.venerandi, swooopi |
Priority: | NOR | ||
Version First Reported In: | 6.4.80 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/6117e0602de14c8059d2fc78e83432eaec944bcf | Version Fixed In: | 6.3.6 |
Sentry Crash Report: |
Description
Kurt Bärtschi
2025-05-23 06:17:33 UTC
Thanks for the bug report! I can reproduce, but it does not just happen with the Minimze All panel applet, but also the Minimize All kwin script, or just regular minimization with the task manager (and minimize single windows enabled) or just the minimize window button. I suspect this is an issue in the translucency effect and its handling of minimization in general. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/7690 Git commit 6119e813bb3471a9f91f8aa640c5a292b15d34f6 by Vlad Zahorodnii. Committed on 27/05/2025 at 16:07. Pushed by vladz into branch 'master'. plugins/translucency: Fix unsetting animations for minimized windows cancelAnimations() needs a window. M +1 -1 src/plugins/translucency/package/contents/code/main.js https://invent.kde.org/plasma/kwin/-/commit/6119e813bb3471a9f91f8aa640c5a292b15d34f6 Git commit 8805ced364439606931dabb6b24a61c602097c8a by Vlad Zahorodnii. Committed on 09/06/2025 at 07:06. Pushed by vladz into branch 'Plasma/6.3'. plugins/translucency: Fix unsetting animations for minimized windows cancelAnimations() needs a window. (cherry picked from commit 6119e813bb3471a9f91f8aa640c5a292b15d34f6) Co-authored-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org> M +1 -1 src/plugins/translucency/package/contents/code/main.js https://invent.kde.org/plasma/kwin/-/commit/8805ced364439606931dabb6b24a61c602097c8a Git commit 6117e0602de14c8059d2fc78e83432eaec944bcf by Vlad Zahorodnii. Committed on 09/06/2025 at 07:06. Pushed by vladz into branch 'Plasma/6.4'. plugins/translucency: Fix unsetting animations for minimized windows cancelAnimations() needs a window. (cherry picked from commit 6119e813bb3471a9f91f8aa640c5a292b15d34f6) Co-authored-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org> M +1 -1 src/plugins/translucency/package/contents/code/main.js https://invent.kde.org/plasma/kwin/-/commit/6117e0602de14c8059d2fc78e83432eaec944bcf |