https://bugs.kde.org/show_bug.cgi?id=458975
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nate Graham <[email protected]> --- This is because the KCM's desktop file has both: > Exec=systemsettings kcm_qtquicksettings and > NoDisplay=true ...which are mutually incompatible. The exec line should say > Exec=kcmshell5 kcm_qtquicksettings However it looks like this desktop file is autogenerated using JSON metadata, and adding `"Exec": "kcmshell5 kcm_qtquicksettings"` to it doesn't seem to work. CCing Alexander. -- You are receiving this mail because: You are watching all bug changes.
