Summary: | Kickoff should not show applications which do not have a GUI | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Mike <mike> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | l.lunak |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mike
2008-01-09 15:41:51 UTC
The konsolekalendar.desktop file has the line NoDisplay=true according the the spec at http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html, NoDisplay means "this application exists, but don't display it in the menus". Additionally, this is the same konsolekalendar.desktop file I've had for years and it never showed up the menus before, to my knowledge. So.. I claim this is a kickoff bug. kfmclient also has NoDisplay in its desktop file but it does not show in the menu so maybe the problem is somewhere else? SVN commit 759653 by aseigo: don't show NoShow items in the search BUG:155335 M +8 -8 searchmodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=759653 |