[SOLVED] At least two library issues with KDE / Plasma
kwin
kwin_x11: error while loading shared libraries: libkdecorations2private.so.9: cannot open shared object file: No such file or directory
plasma-workspace (Sorry I forgot to save the library error but the taskmanager widget was throwing one)
Quick fix kwin
git clone https://gitea.artixlinux.org/packagesK/kwin.git
cd kwin/trunk/
Open PKGBUILD in an editor and comment or delete makepkg -si
Quick fix plasma-workspace
git clone https://gitea.artixlinux.org/packagesP/plasma-workspace.git
cd plasma-workspace/trunk/
makepkg -si
I haven't spotted anything else yet.