Hey, there is a bug in kde that was apparently fixed but it is suggested that it was reintroduced accidently to Artix.
https://bugs.kde.org/show_bug.cgi?id=459188
Using the arch package fixed it so the problem clearly come from a bad packaging
temp fix
wget https://archlinux.org/packages/extra/x86_64/plasma-framework/download/
sudo pacman -U plasma-framework-5.101.0-1-x86_64.pkg.tar.zst
rm plasma-framework-5.101.0-1-x86_64.pkg.tar.zst
A diff between Arch's and Artix's PKGBUILD yields no output.
This requires more checking.
artist
Package has been rebuilt; pls test with plasma-framework-5.101.0-1.1-x86_64.pkg.tar.zst
artist
It took me some time before I found this as a package dependend issue :)
Just tested it with the rebuilt version plasma-framework-5.101.0-1.1-x86_64.pkg.tar.zst, everything seems to work as before.
Thanks for the quick fix!
thx for the feedback
artist