Odi's astoundingly incomplete notes
New entries | CodeHow to fix broken image preview in Gentoo KDE
Due to recent updates your folder preview of images in KDE Dolphin is probably broken. The culprit is the exiv2 library (which in itself is a major problem).
To fix that, rebuild exiv2 first:
Then check what uses it:
And recompile that:
To fix that, rebuild exiv2 first:
emerge -1av exiv2
Then check what uses it:
revdep-rebuild -pL libexiv2
And recompile that:
emerge -1av kde-apps/libkexiv2 kde-apps/kio-extras kfilemetadata gwenview
Add comment