discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b8af219a7759e5eea8cad7fccb496334df00bd1c
commit b8af219a7759e5eea8cad7fccb496334df00bd1c Author: Mike Blumenkrantz <zm...@samsung.com> Date: Wed Dec 4 12:02:05 2013 -0500 bugfix: don't add NoDisplay .desktop files to evry apps view T598 --- src/modules/everything/evry_plug_apps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/everything/evry_plug_apps.c b/src/modules/everything/evry_plug_apps.c index a589b70..06b0f10 100644 --- a/src/modules/everything/evry_plug_apps.c +++ b/src/modules/everything/evry_plug_apps.c @@ -383,6 +383,7 @@ _item_desktop_add(Plugin *p, Efreet_Desktop *desktop, int match) { Evry_Item_App *app = NULL; + if (desktop->no_display) return; if ((app = eina_hash_find(p->added, desktop->exec))) { if (eina_list_data_find_list(p->base.items, app)) --