https://bugs.kde.org/show_bug.cgi?id=370185
--- Comment #12 from Chris Holland <zrenf...@gmail.com> --- * Grid * Source: kdeplasma-addons * KeyHandler: Dialog.mainItem.Keys.onPressed * https://github.com/KDE/kdeplasma-addons/blob/master/windowswitchers/present_windows/contents/ui/main.qml ----- After removing all the broken skins, United is also defaulting to Informative. This is weird, it's not defaulting to the first/last alphabetically... My theory is that it's scanning for `org.kde.breeze.desktop`, doesn't find a kwin/tabbox/____ with that name, and picks the one before it (informative). Breeze Dark suffers this as well. big_icons compact informative <= Settles for the previous skin org.kde.breeze.desktop <= Doesn't exist in kwin/tabbox (it's lnf/windowswitcher) present_windows preview_reel preview_stack small_icons text thumbnail_grid thumbnails Breeze probably works since it contains the `windowswitcher/WindowSwitcher.qml` in it's LookAndFeel while the other 2 do not, so it thinks it's suppose to look in kwin/tabbox. -- You are receiving this mail because: You are watching all bug changes.