From af3a8b33db7313b7e7c23ae32ced3429c17426e9 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 11 Mar 2021 13:50:53 +0000 Subject: [PATCH] libmalcontent-ui: Drop handling of eos-link desktop files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are being dropped in Endless OS, and would have been filtered out by the fact they’re not flatpaks anyway. Signed-off-by: Philip Withnall --- libmalcontent-ui/restrict-applications-selector.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libmalcontent-ui/restrict-applications-selector.c b/libmalcontent-ui/restrict-applications-selector.c index 088abf8..7ce033e 100644 --- a/libmalcontent-ui/restrict-applications-selector.c +++ b/libmalcontent-ui/restrict-applications-selector.c @@ -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. */