Hi, after updating to plasma 6 the thumbnail grid task swicher stoped working. On plasma 5 I had it installed as a add on becose it wasent included. Every time I try to use it it says: "The Window Switcher installation is broken, resources are missing.
Contact your distribution about this. "
When i tried different task swicher that i newly installed (the only one available) it worked fine. What should I do?
I had this same issue - it seems to be just that, if you’re using a custom task switcher, the upgrade breaks the connection to it. (I was using “mediumRoundedDark”.)
I just went into settings, chose the new “Large Icon” option, and it started working again. There’s a grid option, too, though.
I had the same issue on Arch. I had installed thumbnail grid on plasma 5 and it stopped working after updating to plasma 6. After checking journalctl for errors I found this:
kwin_tabbox: Component failed to load: QList(file:///home/username/.local/share/kwin/tabbox/thumbnail_grid/contents/ui/main.qml:4:1: module “org.kde.plasma.components” version 2.0 is not installed
import org.kde.plasma.components 2.0 as PlasmaComponents
^)
It seems like it is still trying to use the old thumbnail grid from plasma 5 which uses older libraries that are no longer in plasma 6.
Removing the thumbnail_grid folder given in the error path fixed the issue for me.
Longer story: After another look through this issue I saw kwin package included in MRs - paru -Ql kwin confirmed that it includes tabbox/thumbnail_grid now (which is what I assume was meant by everyone saying that it’s now part of KDE - on the store it still says that it’s part of the kdeplasma-addons package).
I assume that this tabbox addon should live in ~/.local/share/kwin, but for some reason for me it was in /usr/share/kwin - perhaps installed it as root when starting out with KDE many moons ago.
I had the same two issues on Debian Trixie (testing at the time of writing):
“The Window Switcher installation is broken” error on every Alt+Tab;
Only “Thunbnail Grid” switcher was available.
The first issue was solved almost as suggested above, except I went to old directory with Plasma 5 version of the components and made that path unreachable:
$ cd ~/.local/share/kwin/tabbox/
$ ls
There was only MediumDefault directory there (could be different for others), so I went ahead and made it unreachable like so:
$ mv MediumDefault/ MediumDefault.disabled
But I suppose it’s safe to remove as well.
Task switcher immediately started working, but it was locked to “Thumbnail Grid” and I didn’t have anything else available.
It appears the required package is kwin-addons, not kdeplasma-addons on Debian Trixie, so installing it immediately solved the final issue: