As presented on the video (see attached link) widgets explorer items are missing their unique icons. We see blank document icons instead. Reproducible: Always Steps to Reproduce: 1. Open widgets explorer 2. See a lot of missing icons (white document icon instead) 3. Actual Results: We see a lot of missing icons wor presented widgets. Expected Results: Each widget in the explorer shoudl have own, unique icon.
screenshot?
(In reply to Marco Martin from comment #1) > screenshot? There is a link to video in this bug report but ok here is the screenshot:
Created attachment 99862 [details] Missing icons in widgets explorer
Can confirm I am seeing the same in Neon user edition. Plasma 5.7.0.
It's lower level than icon item and icon cache icon item sources set to QVariant(QString, "list-remove") instead of the normal: icon item sources set to QVariant(QIcon, QIcon("org.kde.plasma.kickoff",availableSizes[normal,Off]=(QSize(16, 16), QSize(22, 22), QSize(32, 32), QSize(48, 48), QSize(64, 64), QSize(128, 128), QSize(256, 256)),cacheKey=0x1e500000000)) Can reproduce it here, so I'll fix it.
Edit: got confused by my own debug - that icon is for the remove button in the corner The ones where we have no icon are cases where we don't have the proper icon in breeze - however it should be falling back to the icon name in the metadata file. That's not happening though.
QIcon::hasThemeIcon is broken. Will need a fix in Qt /o\
Also various applications (liek Clementine) are missing icon when docked in systray - we see only blank page icon. Is this related to this bug or shall i open new one?
Created attachment 99874 [details] Missing icon in systray example on Clementine This is how the missing icon looks in systry
This was fixed by David Rosca with some commit in KIconThemes.