https://bugs.kde.org/show_bug.cgi?id=458975

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.loh...@gmx.de

--- Comment #1 from Nate Graham <n...@kde.org> ---
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.

Reply via email to