Hello.
Just updated the system and Dolphin fails to start. Icon on desktop does not work. When launching from console I get this:

dolphin: /lib/libc.so.6: version GLIBC_2.33' not found (required by /usr/lib/libKF5Baloo.so.5)
dolphin: /lib/libc.so.6: version
GLIBC_2.33' not found (required by /usr/lib/libKF5BalooEngine.so.5)

and it does not start either.
Any suggestion?
Thanks

A quick fix is to manually downgrade baloo.
sudo pacman -U /var/cache/pacman/pkg/baloo-5.81.0-1-x86_64.pkg.tar.zst

However, the mirrors are syncing, so probably the next update will fix this, too.

Complete rebuild of Frameworks 5.81.0 on old toolchain (glibc2.32) is up, that includes needed baloo rebuild.

After last update everything seems to work OK.
Thank you Demm