Hello folks
I have a slightly serious problem after upgrading my fedora 39 workstation to 40.
Starting the dolphin file manager via KDE does not work at all, without any notification or error. starting dolphin via terminal though gives me the following error:
dolphin: symbol lookup error: /lib64/libKF6KCMUtils.so.6: undefined symbol: _ZN32KCategorizedSortFilterProxyModel16staticMetaObjectE
Reinstalling the dolphin packages did not bring any solution. What I find strange is that if I search dnf for the corresponding package that throws the error (in this case kf6-kcmutils) I get following output:
$ sudo dnf search kf6-kcmutils-6.1.0-1.fc40.x86_64
Last metadata expiration check: 0:05:14 ago on Fr 26 Apr 2024 13:54:40 CEST.
No matches found.
Listing via dnf shows the package:
dome@dome-pc:~$ sudo dnf list kf6-kcmutils-6.1.0-1.fc40*
Last metadata expiration check: 0:25:31 ago on Fr 26 Apr 2024 13:54:40 CEST.
Installed Packages
kf6-kcmutils.x86_64 6.1.0-1.fc40 @updates
Available Packages
kf6-kcmutils.i686 6.1.0-1.fc40 updates
Reinstall of package f6-kcmutils-6.1.0-1.fc40.x86_64 also works fine, but the error persists.
What can I do here? Is this just something i need to wait for an update?
Thanks in advance!