GNOME Bugzilla – Bug 547805
should not filter applications using g_app_info_should_show()
Last modified: 2013-09-13 01:00:37 UTC
The current evolution version doesn't evince as a pdf viewer because it uses g_app_info_should_show() which filter applications using NoDisplay=true, filtering items based on what is listed in the menus or not doesn't seem to be the correct thing to do, not sure if applications which should not be listed should be filtered though and if gio has an api to do that or not
Created attachment 116591 [details] [review] don't use g_app_info_should_show() to filter applications
My take on this is that evo should show the same apps that nautilus would show.
the issue has been discussed on #gnome-hackers and the patch seems to be correct, Hidden=true desktop are not listed by gio and other ones should not be filtered since evolution can be ran under other environment than GNOME
Approved. Please commit.
commited as revision 35993 to svn now