Skip to content
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

traymonitor libpng warning: iCCP: known incorrect sRGB profile #1780

Closed
arogge opened this issue Apr 18, 2024 · 0 comments · Fixed by #1788
Closed

traymonitor libpng warning: iCCP: known incorrect sRGB profile #1780

arogge opened this issue Apr 18, 2024 · 0 comments · Fixed by #1788
Assignees
Labels
bug This addresses a bug
Milestone

Comments

@arogge
Copy link
Member

arogge commented Apr 18, 2024

This repeats in syslog about 1 to 3 times per second when a backup is running:
Apr 02 19:01:31 p14s.fw.b4.mad bareos-tray-monitor[2788]: libpng warning: iCCP: known incorrect sRGB profile

@arogge arogge added the bug This addresses a bug label Apr 18, 2024
@pstorz pstorz linked a pull request Apr 18, 2024 that will close this issue
15 tasks
bruno-at-bareos added a commit to bruno-at-bareos/bareos that referenced this issue Apr 18, 2024
Use pngcrush to remove any icc profil idat from png

```
find . -type f -iname '*.png' -exec pngcrush -ow -rem allb -reduce {} \;
```

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
@bruno-at-bareos bruno-at-bareos self-assigned this Apr 18, 2024
@bruno-at-bareos bruno-at-bareos added this to the 24.0.0 milestone Apr 18, 2024
bruno-at-bareos added a commit to bruno-at-bareos/bareos that referenced this issue Apr 23, 2024
Use pngcrush to remove any icc profil idat from png

```
find . -type f -iname '*.png' -exec pngcrush -ow -rem allb -reduce {} \;
```
excluded files are the following (resulting in bigger file):
- webui/public/css/32px.png
- webui/public/css/40px.png
- webui/vendor/container-interop/container-interop/docs/images\
  /interoperating_containers.png
- webui/vendor/container-interop/container-interop/docs/images\
  /priority.png
- webui/vendor/container-interop/container-interop/docs/images\
  /side_by_side_containers.png

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
BareosBot pushed a commit to bruno-at-bareos/bareos that referenced this issue Apr 23, 2024
Use pngcrush to remove any icc profil idat from png

```
find . -type f -iname '*.png' -exec pngcrush -ow -rem allb -reduce {} \;
```
excluded files are the following (resulting in bigger file):
- webui/public/css/32px.png
- webui/public/css/40px.png
- webui/vendor/container-interop/container-interop/docs/images\
  /interoperating_containers.png
- webui/vendor/container-interop/container-interop/docs/images\
  /priority.png
- webui/vendor/container-interop/container-interop/docs/images\
  /side_by_side_containers.png

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
BareosBot added a commit that referenced this issue Apr 23, 2024
Fix issue #1780 libpng icc profil
@sebsura sebsura removed a link to a pull request Apr 25, 2024
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This addresses a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants