Skip to content

[kcm/keys] Improve system service detection

Nicolas Fella requested to merge work/nico/shortcut-service-detection into master

Currently we detect everything with a desktop file as Application, which contains unexpected results.

To fix this:

  • Consider desktop files with NoDisplay to be system services (this includes KCMs)
  • Check X-KDE-GlobalShortcutType to determine whether it's a service

BUG: 479776

Merge request reports