Draft: notifications: Honor GAppInfo.should_show
Don't list entries for desktop files marked to not show.
This includes applications that have NoDisplay=true
set or
are excluded from display by means of OnlyShowIn
or NotShowIn
.
See g_app_info_should_show().
Fixes #3248