1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-07 10:51:45 +00:00

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.
This commit is contained in:
Jakob Petsovits 2023-07-24 13:43:18 -04:00
parent 9ed236d88d
commit 1645458d34

View File

@ -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'