Skip to content

Don't create lauch shortcut entry for non-applications

Nicolas Fella requested to merge work/noservicelaunch into master

We want to be able to define shortcuts for system services by dropping deskto files in /usr/share/kglobalaccel

This is already mostly possible, except they would get a 'Launch' entry in addition to the action entries

Launching doesn't make sense here, so only add that for desktop files with Type=Application, not for Type=Service

Merge request reports