Skip to content

KF6 Dolphin depends on kio-extras, for kcm_trash embedded in settings

Jakob Petsovits requested to merge work/jpetso/dolphin-deps into master

When kio-extras is not installed (or kcm_trash.so exists, but is outdated) then opening the "Configure Dolphin..." settings dialog will crash. It tries to load kcm_trash with its old KCModule plugin construction signature and gets a fatal symbol mismatch. kcm_trash was recently moved from kio to kio-extras and is unconditionally loaded in non-Windows environments, so that dependency should probably be required in the metadata for kdesrc-build.

CC @nicolasfella, @meven, @felixernst

Merge request reports