From 84401e094669bf9322659f4423a8d8972c9de52b Mon Sep 17 00:00:00 2001 From: Dan Leinir Turthra Jensen Date: Wed, 5 Aug 2020 13:36:17 +0100 Subject: [PATCH] Request that KNS cleans up its cache if there are dead entries This requires (though not hard) the code found in https://invent.kde.org/frameworks/knewstuff/-/merge_requests/23 and the idea behind this is to clean up KNewStuff's knowledge of entries which have been deleted without telling KNewStuff about it first. This is a further step towards fixing the bug below. CCBUG:417985 --- kcms/icons/icons.knsrc | 1 + 1 file changed, 1 insertion(+) diff --git a/kcms/icons/icons.knsrc b/kcms/icons/icons.knsrc index 4068a5ee9..ab419e03c 100644 --- a/kcms/icons/icons.knsrc +++ b/kcms/icons/icons.knsrc @@ -21,5 +21,6 @@ ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml Categories=KDE Icon Theme TargetDir=icons Uncompress=true +RemoveDeadEntries=true AdoptionCommand=@CMAKE_INSTALL_FULL_LIBEXECDIR@/plasma-changeicons %d