Summary: | Window Class mode invisibly includes all windows, so you can access them using the keyboard | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | nyanpasu64 <nyanpasu64> |
Component: | effects-present-windows | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | HI | Keywords: | usability |
Version: | 5.27.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/7ea6506d61cb741e18e944bbf74b485c439b9631 | Version Fixed In: | 5.27.2 |
Sentry Crash Report: |
Description
nyanpasu64
2023-02-20 04:41:10 UTC
OMG A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/3660 Git commit bc0502b3cac939c5e75e63385dc9b4e2f32e9925 by Vlad Zahorodnii. Committed on 22/02/2023 at 11:53. Pushed by vladz into branch 'master'. effects: Fix selecting hidden windows using keyboard WindowHeapDelegate used to have hidden property. It was renamed to activeHidden, but WindowHeap has not been adjusted to the new name. M +6 -6 src/effects/private/qml/WindowHeap.qml https://invent.kde.org/plasma/kwin/commit/bc0502b3cac939c5e75e63385dc9b4e2f32e9925 Git commit 7ea6506d61cb741e18e944bbf74b485c439b9631 by Vlad Zahorodnii. Committed on 22/02/2023 at 13:32. Pushed by vladz into branch 'Plasma/5.27'. effects: Fix selecting hidden windows using keyboard WindowHeapDelegate used to have hidden property. It was renamed to activeHidden, but WindowHeap has not been adjusted to the new name. (cherry picked from commit bc0502b3cac939c5e75e63385dc9b4e2f32e9925) M +6 -6 src/effects/private/qml/WindowHeap.qml https://invent.kde.org/plasma/kwin/commit/7ea6506d61cb741e18e944bbf74b485c439b9631 |