-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix libpng warning: iCCP: known incorrect sRGB profile #167
Conversation
Maybe it also fix this on Windows QT. Not tested yet: |
I will test this to see if it helps with #164 |
Ty! I don't think it will fix PR164. But maybe it helps with some errors in your log. |
Thanks for looking into this. So this compiles and runs, but from what I can see the only thing actually changing is the addition of an empty digibyte.ico file. The ICO file format is an image file format for computer icons in Microsoft Windows. So until we add the complete digibyte.ico file back this won't change anything on windows and does nothing for other distros. |
It would be nice to give the icons and QT UI a little polish for v8. Nothing drastic, just something to give it that new car smell. No need to change the logo, just swap it for a polished version. I like those 3D effect DigiByte logos Shane did. |
MAybe it would be nice to change up the color scheme as well. DigiByte blue is great, but one of the nice things about the Bitcoin logo (and the DigiByte logo) is that they work in any color. I'm not a designer but I'm sure we could find someone to help. |
If someone has the time to upgrade the icons by all means we can do it. I am not a designer either. I will say on macOS it uses your operating system theme colors, so you could get some wonky looks. For example this is how my client looks on my mac: |
It is a GitHub problem! This fix was not intended for Windows. Global fix. But I'm now testing it in Windows and it seems to fix that to. This #164 (comment) issue. You see lot of errors in debug.log. On my windows install i don't see them. With this PR. Not yet tested without this PR. |
Specifically which errors in the debug.log file on Windows are you referring to? I am curious, because all those errors in what I had posted would not show up for many hours of running. And then several hours after they appeared, it would crash. |
Ok, I'm curious to see if your node still crashes. and if so, share the debug.log please. Is the node running with this pr? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does QT handle switching between dark and light mode? Can it support adding a difent logo for dark mode and light mode on Mac? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cACK. Thank you to everyone for their efforts in testing.
cACK. Thanks for the effort on cleaning up all these assets! |
debug.log: GUI: libpng warning: iCCP: known incorrect sRGB profile
Update sRGB profile of 49 images in src/qt/res/icons/
After PR: