https://bugs.kde.org/show_bug.cgi?id=421566
--- Comment #5 from Wolfgang Bauer <wba...@tmo.at> --- It crashes in KCModuleInfo::service() because d->pluginInfo is not valid. Avoiding the crash would be easy by adding a check for d->pluginInfo.isValid() there, but launching external applications would still not work as they are not really plugins (and the mentioned commit basically removes support for that). Btw, launching external apps from systemsettings is somewhat "documented" in https://invent.kde.org/plasma/systemsettings/-/blob/master/examples/external-application.txt (by using "X-KDE-ServiceTypes=SystemSettingsExternalApp", systemsettings does install a corresponding kservicetypes file too), so a KF5 update probably shouldn't break that IMHO. -- You are receiving this mail because: You are watching all bug changes.