Merge branch 'drop-eos-link' into 'master'

libmalcontent-ui: Drop handling of eos-link desktop files

See merge request pwithnall/malcontent!116
This commit is contained in:
Philip Withnall 2021-03-11 13:52:41 +00:00
commit 04fbddbfa7
1 changed files with 0 additions and 2 deletions

View File

@ -521,8 +521,6 @@ reload_apps (MctRestrictApplicationsSelector *self)
if (!G_IS_DESKTOP_APP_INFO (app) ||
!g_app_info_should_show (app) ||
app_name[0] == '\0' ||
/* Endless' link apps have the "eos-link" prefix, and should be ignored too */
g_str_has_prefix (g_app_info_get_id (app), "eos-link") ||
/* FIXME: Only list flatpak apps and apps with X-Parental-Controls
* key set for now; we really need a system-wide MAC to be able to
* reliably support blocklisting system programs. */