Unsupported widget help

It looks like this, I just tried what they did, I removed a bunch of packages I don’t use along with their dependencies and the cnt is still there.
I have looked in /usr/share/plasma/plasmoids/ and /home/xium/.local/share/plasma/plasmoids/
Everything seems kosher.

It is driving me nuts, please help.

Feb 14 08:59:49 archlinuxium plasmashell[89122]: UNSUPPORTED WIDGET FOUND:
Feb 14 08:59:49 archlinuxium plasmashell[89122]: name:
Feb 14 08:59:49 archlinuxium plasmashell[89122]: pluginName: metadata
Feb 14 08:59:49 archlinuxium plasmashell[89122]: description:
Feb 14 08:59:49 archlinuxium plasmashell[89122]: icon: application-x-plasma
Feb 14 08:59:49 archlinuxium plasmashell[89122]: category:
Feb 14 08:59:49 archlinuxium plasmashell[89122]: local: false
Feb 14 08:59:49 archlinuxium plasmashell[89122]: message: This Widget was written for an unknown older version of Plasma and is not compatible with Plasma 6. Please contact the widget’s a
uthor for an updated version.

wtf…..

Figured it out.

A github widget called tiledscreen.

The tiledscreen widgets have internal component metadata.json files in subdirectories

  1. Plasma’s widget browser was scanning ALL directories and finding these internal metadata files
  2. Since they don’t have proper KPackageStructure: "Plasma/Applet", they showed as “Unsupported Widget”
  3. The fix was renaming them to tile-metadata.json and updating the Python loader scripts