[neon/backports-focal/malcontent/Neon/release] libmalcontent-ui: libmalcontent-ui: Drop handling of eos-link desktop files

Philip Withnall null at kde.org
Mon Sep 27 16:07:41 BST 2021


Git commit af3a8b33db7313b7e7c23ae32ced3429c17426e9 by Philip Withnall.
Committed on 11/03/2021 at 13:50.
Pushed by jriddell into branch 'Neon/release'.

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

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 <pwithnall at endlessos.org>

M  +0    -2    libmalcontent-ui/restrict-applications-selector.c

https://invent.kde.org/neon/backports-focal/malcontent/commit/af3a8b33db7313b7e7c23ae32ced3429c17426e9

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. */



More information about the Neon-commits mailing list