cbrnix / Newaita

Linux icon theme
387 stars 16 forks source link

libpng warning: iCCP: known incorrect sRGB profile #4

Closed 0pLuS0 closed 6 years ago

0pLuS0 commented 6 years ago

Hi,

I'm not sure if this is a issue in the icon set, or QtFM.

I don't know if you are familiar with QtFM, the original Author seems to have dropped, and someone else picked it up, and I've been playing around with the latest master;

git clone https://github.com/rodlie/qtfm.git

One thing I've noticed so far with two iconsets, is when I got to the Settings, I get this message;

libpng warning: iCCP: known incorrect sRGB profile

So I wanted to pass this by you in case there was an incorrect sRGB profile in the icons some where, for you to correct it.

P.S. I'm actually pretty sure there is an incorrect sRGB somewhere, because I had this happen in the past with an icon set that I've since corrected it on my end, and I tested that icon set in QtFM and I'm not getting this message

cbrnix commented 6 years ago

No, my theme does not have png files. libpng 1.6 checks the profile in png and if it is incorrect it informs. Maybe gtk theme?

0pLuS0 commented 6 years ago

Does this look like your icons on the left pane?

icon

cbrnix commented 6 years ago

All my icons is svg files

0pLuS0 commented 6 years ago

I guess the app QtFM is somehow triggering this...

hmm