$ sudo dnf repoquery -l libgda | grep type
Last metadata expiration check: 2:58:46 ago on Sun 07 Jan 2024 09:47:54.
/usr/lib/girepository-1.0/Gda-6.0.typelib
/usr/lib64/girepository-1.0/Gda-6.0.typelib
Which process should I be trying to strace to see what it’s trying to load? (I found the gnome-shell disable/enable command but it’s not clear to me if that’s actually reloading anything)
Did you restart your session after installing those packages?
Extensions run as part of the gnome-shell process. Once an extension has failed to load, it’s prudent to restart to avoid any leftover inconsistent state.
It works here in a VM. I can only reproduce that error by removing libgda-sqlite.
I don’t don’t think it likely, but maybe it’s preferentially using libgda5, so if you have that installed, you could try removing that package (and logging out again).