| Summary: | Unchecking "Organize windows in the Grid View" option only shows the windows on the current desktop for grid view | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Martin van Es <bugs> |
| Component: | effects-overview | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 6.4.5 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/a8257d7dc1c8068ffcf7283fbbdecbfc7c2e994d | Version Fixed/Implemented In: | 6.5.0 |
| Sentry Crash Report: | |||
|
Description
Martin van Es
2025-09-29 14:43:45 UTC
I can reproduce this issue. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/8180 Git commit bce4d3f3d888083b0c40d35439d0be4c7342a703 by Marco Martin. Committed on 01/10/2025 at 07:16. Pushed by mart into branch 'master'. effects/overview: fix behavior when deskotp grid doesn't layout When the option "organize windows in desktop grid" is disabled, the windows on other desktops were invisible (and opacity===0) Also, the offsetX property wasn't set quite right, because initialHidden now does not depend on isOnOtherDesktop anymore so the windows are visible, and offsetX depends on mainBackground.deltaColumn when gridVal is > 0, is not inversely proportional to gridval anymore, but on/off M +1 -1 src/plugins/overview/qml/Main.qml M +1 -1 src/plugins/private/qml/WindowHeapDelegate.qml https://invent.kde.org/plasma/kwin/-/commit/bce4d3f3d888083b0c40d35439d0be4c7342a703 Git commit ad93ca7fd785c05b9d2a4acf31865bdcfd6e91b7 by Marco Martin. Committed on 01/10/2025 at 11:37. Pushed by mart into branch 'Plasma/6.4'. effects/overview: fix behavior when deskotp grid doesn't layout When the option "organize windows in desktop grid" is disabled, the windows on other desktops were invisible (and opacity===0) Also, the offsetX property wasn't set quite right, because initialHidden now does not depend on isOnOtherDesktop anymore so the windows are visible, and offsetX depends on mainBackground.deltaColumn when gridVal is > 0, is not inversely proportional to gridval anymore, but on/off (cherry picked from commit bce4d3f3d888083b0c40d35439d0be4c7342a703) bce4d3f3 effects/overview: fix behavior when deskotp grid doesn't layout Co-authored-by: Marco Martin <notmart@gmail.com> M +1 -1 src/plugins/overview/qml/main.qml M +1 -1 src/plugins/private/qml/WindowHeapDelegate.qml https://invent.kde.org/plasma/kwin/-/commit/ad93ca7fd785c05b9d2a4acf31865bdcfd6e91b7 Git commit a8257d7dc1c8068ffcf7283fbbdecbfc7c2e994d by Marco Martin. Committed on 01/10/2025 at 13:04. Pushed by mart into branch 'Plasma/6.5'. effects/overview: fix behavior when deskotp grid doesn't layout When the option "organize windows in desktop grid" is disabled, the windows on other desktops were invisible (and opacity===0) Also, the offsetX property wasn't set quite right, because initialHidden now does not depend on isOnOtherDesktop anymore so the windows are visible, and offsetX depends on mainBackground.deltaColumn when gridVal is > 0, is not inversely proportional to gridval anymore, but on/off (cherry picked from commit bce4d3f3d888083b0c40d35439d0be4c7342a703) bce4d3f3 effects/overview: fix behavior when deskotp grid doesn't layout Co-authored-by: Marco Martin <notmart@gmail.com> M +1 -1 src/plugins/overview/qml/Main.qml M +1 -1 src/plugins/private/qml/WindowHeapDelegate.qml https://invent.kde.org/plasma/kwin/-/commit/a8257d7dc1c8068ffcf7283fbbdecbfc7c2e994d |