https://bugs.kde.org/show_bug.cgi?id=429574
--- Comment #1 from skierpage <skierp...@gmail.com> --- I hoped this might be an easy fix by inspection... https://invent.kde.org/plasma/plasma-desktop/-/blob/master/applets/kimpanel/backend/ibus/emojier/ui/CategoryAction.qml#L32 has function getIcon(category) { switch (category.trim()) { ... case 'People & Body': return 'user' case 'Smileys & Emotion': Q_FALLTHROUGH case 'Smileys & People': return 'smiley' case 'Symbols': return 'love' ... So the icon for the "Smileys & Emotion" category in the sidebar should be 'smiley', I think I'm using the breeze theme, and I have a /usr/share/icons/breeze/actions/22/smiley.svg ; I changed System Settings > Appearance > Icons to Oxygen and still no icon. Hmmm. -- You are receiving this mail because: You are watching all bug changes.