Summary: | TabBox with filter rule "All other desktops" shows desktop if there are no other windows | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Roman Gilg <subdiff> |
Component: | tabbox | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, kde.org, nate, notuxius, popov895 |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/b31baaf0cd33b0e4469e67a804d2686b13f41b7a | Version Fixed In: | |
Sentry Crash Report: |
Description
Roman Gilg
2016-10-10 09:11:40 UTC
Can reproduce this also on Wayland Operating System: KDE neon Developer Edition KDE Plasma Version: 5.14.80 Qt Version: 5.11.1 KDE Frameworks Version: 5.51.0 Kernel Version: 4.15.0-34-generic OS Type: 64-bit Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz Memory: 7,7 GiB of RAM Bug persists. Operating System: Arch Linux KDE Plasma Version: 5.15.3 KDE Frameworks Version: 5.56.0 Qt Version: 5.12.2 I observe the same behavior if "Filter windows by" > "Virtual desktops" > "Current desktop" option is enabled and there are no windows on current desktop. Can confirm the behavior in KDE 5.22.5. Git commit b31baaf0cd33b0e4469e67a804d2686b13f41b7a by Nate Graham, on behalf of Daniel Lipovetsky. Committed on 04/07/2023 at 13:38. Pushed by ngraham into branch 'master'. tabbox: Show window switcher only when there are two or more windows Previously, we showed the window switcher even if there was only one window, or no windows. Now, we show the window switcher only if there are two or more windows. Note that "desktop" counts as a window when the switcher's "show desktop mode" is enabled. Related: bug 419408 M +7 -0 src/tabbox/tabbox.cpp https://invent.kde.org/plasma/kwin/-/commit/b31baaf0cd33b0e4469e67a804d2686b13f41b7a A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/4366 |