Skip to content

kcms: Fix plugin id loading in desktop effects kcm

Vlad Zahorodnii requested to merge work/zzag/builtin-effects-kcm into master

kwin installs metadata files for builtin effects so the kcm can find them. With the recent KPluginMetaData changes, the Id field has been removed, so the kcm will use "metadata" (the basename of metadata.json) as the plugin id.

In order to fix plugin id resolution, let's install metadata with the file name same as the plugin id.

Merge request reports