Skip to content

Define default set of "frequently used" settings in desktop file

Kai Uwe Broulik requested to merge work/default-frequent-in-desktop-file into master

This has the advantages of:

  • not hardcoding them in code so they can be customized by e.g. distros
  • showing in places like Task Manager and Kickoff

Unfortunately the name and icon of the relevant setting has to be duplicated here.


I'm planning to

  • filter systemsettings.desktop actions from KRunner since we already have a dedicated thing for kcms (hey @alex )
  • add some kactivities stats magic to task manager and kickoff to load the same recent set: this patch is a first step by having the default set of kcms in a place accessible by those other components - with the added nicety of being configurable now)

What about kdesystemsettings.desktop, the one shown for non-Plasma desktops? Should we bother? Can there be a situation where systemsettings.desktop isn't installed?

@mart

Edited by Kai Uwe Broulik

Merge request reports