> On Wednesday 11 November 2020 07:06:31 The Wanderer wrote:
> > At a glance, this doesn't look like it means the program thinks the
> > file isn't present, but that it thinks the file is in an invalid
>> format.
>
>> Have you confirmed that this file is in fact a valid PNG, and can be
>> opened and displayed correctly?
data=data@entry=0x555555c9120c "\211PNG\r\n\032\n"
I think is clearly png. Moreover ristrettro stopped to display all
images I have tested so far.
>> If it is, then I would suspect that something about GTK's ability to
>> recognize and load that file format has become broken. The error
>> messages from your compilation attempt seem to support that idea.
> I can verify that same failure, but stretch at least then falls back
> to gimp to display the image. Started at least a week ago. Seems to me
> I saw a libpixbuf update go by.
I got so far as cache_get_mime_type_for_data in glib2.0-2.58.3 in
xdgmimecache.c not finding a proper entry and then XDG_MIME_TYPE_UNKNOWN
(=application/octet_stream) is reported. And there is obviously no
loader for this fallback ;)
> > $ grep .-debug /etc/apt/sources.list
> > #deb http://debug.mirrors.debian.org/debian-debug/ stable-debug
> > main non-free contrib
Thanks, I never knew about those repositories, this made debugging easier :)