The icon for the "not available" presence seems to be lacking since the most recent Frameworks / Plasma update. Reproducible: Always Steps to Reproduce: 1. Update to the latest frameworks / plasma packages 2. Open something that has presence icons, e.g. the KDE Telepathy contact list or plasmoid 3. Check for the "not available" status Actual Results: Icon is missing Expected Results: Icon is there
Created attachment 99770 [details] missing icon
Worst possible answer: "it works here" ... can you check if the icon is present at all and the issue is somewhere on that end? Just install cuttlefish (its in the plasma-sdk bundle) and search for "user-away-extended" or go to /usr/share/icons/status and check through all the variable sizes?
This is very odd, fuchs@minixfox status % pwd /usr/share/icons/breeze/status fuchs@minixfox status % find . | grep user-away-extended ./16/user-away-extended.svg ./22/user-away-extended.svg and it looks correct when I open it with an image viewer. It, however, is lacking both in plasma and in the application (the contact list)
Git commit a5115305dd1d89983e213adebed5b7fff1b2ca81 by andreas kainz. Committed on 02/07/2016 at 12:51. Pushed by andreask into branch 'master'. fix bug 364931 user-idle icon was not visible M +7 -15 icons/status/16/user-idle.svg http://commits.kde.org/breeze-icons/a5115305dd1d89983e213adebed5b7fff1b2ca81
thank's for reporting the bug Fuchs. I had never found it without you.
Thanks for the quick fix ♥