Bug 364931 - Regression: Status icon for "not available" (presence) seems to be lacking
Summary: Regression: Status icon for "not available" (presence) seems to be lacking
Status: RESOLVED FIXED
Alias: None
Product: Breeze
Classification: Plasma
Component: Icons (other bugs)
Version First Reported In: 5.6.95
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: visual-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-30 14:25 UTC by Christian (Fuchs)
Modified: 2016-07-02 13:22 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
missing icon (29.81 KB, image/png)
2016-06-30 14:26 UTC, Christian (Fuchs)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian (Fuchs) 2016-06-30 14:25:45 UTC
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
Comment 1 Christian (Fuchs) 2016-06-30 14:26:04 UTC
Created attachment 99770 [details]
missing icon
Comment 2 Jens Reuterberg 2016-07-02 09:15:36 UTC
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?
Comment 3 Christian (Fuchs) 2016-07-02 10:57:39 UTC
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)
Comment 4 andreas 2016-07-02 12:52:47 UTC
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
Comment 5 andreas 2016-07-02 12:53:49 UTC
thank's for reporting the bug Fuchs. I had never found it without you.
Comment 6 Christian (Fuchs) 2016-07-02 13:22:54 UTC
Thanks for the quick fix ♥