From: Jakob Petsovits Date: Mon, 24 Jul 2023 17:43:18 +0000 (-0400) Subject: KF6 Dolphin depends on kio-extras, for kcm_trash embedded in settings X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/1645458d34d478b27d3a23048457dbc11410a201 KF6 Dolphin depends on kio-extras, for kcm_trash embedded in settings 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 be required in the metadata for kdesrc-build. --- diff --git a/.kde-ci.yml b/.kde-ci.yml index 68e460d4c..dc3243e20 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -34,5 +34,6 @@ Dependencies: 'require': 'frameworks/baloo': '@latest-kf6' 'libraries/baloo-widgets': '@latest-kf6' + 'network/kio-extras': '@latest-kf6' 'third-party/packagekit-qt': '@latest'