openSUSE Tumbleweed At this point, nearly all of the software provided in the kdeplasma-addons repo is correctly marked as an addon, as can be verified by running `appstreamcli`: appstreamcli dump org.kde.plasma.weather <?xml version="1.0" encoding="utf-8"?> <component type="addon"> <id>org.kde.plasma.weather</id> <name>Weather Report</name> <summary>Forecast and current conditions</summary> <project_license>GPL-2.0+</project_license> <developer_name>Luís Gabriel Lima <lampih@gmail.com></developer_name> <extends>org.kde.plasmashell</extends> <url type="homepage">http://plasma.kde.org/</url> <url type="donation">https://www.kde.org/donate.php?app=org.kde.plasma.weather</url> <icon type="stock">weather-clear</icon> </component> Notice "<component type="addon">". However hunyango and haenau are not: appstreamcli dump org.kde.hunyango <?xml version="1.0" encoding="utf-8"?> <component> <id>org.kde.hunyango</id> <name>Hunyango</name> <summary>Hunyango wallpaper</summary> <project_license>LGPL-2.1</project_license> <developer_name>Marco Martin <mart@kde.org></developer_name> <pkgname>plasma5-addons</pkgname> <url type="homepage">http://kde.org/</url> <url type="donation">https://www.kde.org/donate.php?app=org.kde.hunyango</url> <icon type="stock">preferences-desktop-wallpaper</icon> </component> Could it be because the appstream ids don't start with org.kde.plasma?
Speculative patch: https://phabricator.kde.org/D25100