Skip to content

Fix loading directory thumbnails

Nicolas Fella requested to merge work/nico/directory-thumbnails into kf6

Directory thumbnails are handled specially by the thumbnail worker

To make them still appear in the config UI as a regular thumbnailer we install a kservice file for it, but there's no actual plugin behind it

This doesn't work in KF6 because there's no kservices

Instead make a dummy plugin so that KPluginMetaData can find and load the metadata

The actual implementation is still special

Merge request reports