Skip to content

scripting: Prefer metadata.json over metadata.desktop in GenericScriptedConfig

KPluginMetaData in KF 6 doesn't load desktop files anymore. It means that plasma packages need to come with json metadata files.

This change adjusts the generic scripted config loader so it can load configuration even for packages with no metadata.desktop files.


It fixes GenericScriptedConfig not setting the translation domain.

Merge request reports