Redo of D24857 afetr a53e8065fbce3de526781e236014404a7d4fa84f
Diff Detail
Diff Detail
- Repository
- R120 Plasma Workspace
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 18173 Build 18191: arc lint + arc unit
Comment Actions
It was not in the application menu before
With this change (and without NoDisplay) it will be displayed.
So I really think we should change kglobalaccel behavior ignoring application with NoDisplay like it should.
NoDisplay means "this application exists, but don't display it in the menus". This can be useful to e.g. associate this application with MIME types, so that it gets launched from a file manager (or other apps), without having a menu entry for it (there are tons of good reasons for this, including e.g. the netscape -remote, or kfmclient openURL kind of stuff). "
https://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
Comment Actions
IMO an improvement.
So I really think we should change kglobalaccel behavior ignoring application with NoDisplay like it should.
Yup, it should read Hidden instead.