diff options
| author | Jakob Petsovits <[email protected]> | 2023-07-24 13:43:18 -0400 |
|---|---|---|
| committer | Jakob Petsovits <[email protected]> | 2023-07-24 14:00:36 -0400 |
| commit | 1645458d34d478b27d3a23048457dbc11410a201 (patch) | |
| tree | dfbfb89cc00880eaa29f39f92ef43988d9e80523 /.kde-ci.yml | |
| parent | 9ed236d88ded945c683cf76be92e6032172975d0 (diff) | |
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.
Diffstat (limited to '.kde-ci.yml')
| -rw-r--r-- | .kde-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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' |
