From 1645458d34d478b27d3a23048457dbc11410a201 Mon Sep 17 00:00:00 2001 From: Jakob Petsovits Date: Mon, 24 Jul 2023 13:43:18 -0400 Subject: [PATCH] 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. --- .kde-ci.yml | 1 + 1 file changed, 1 insertion(+) 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' -- 2.47.3