Re: png busted?

2012-08-31 Thread Nick Zervas
joshua stein  openbsd.org> writes:

> 
> > on a -current amd64 machine, i've noticed at least two packages
> > can't load png files with png-1.5.4.
> > 
> > pidgin 2.7.11p1 shows broken image icons for many icons in the user
> > list and conversation windows.  running it with its -d debug mode
> > shows the errors:
> 
> disregard, updating from gdk-pixbuf-2.23.4 to gdk-pixbuf-2.23.5
> seems to have fixed it.
> 
> 

Hi and thanks for posting this. Even though I am a FreeBSD user, your posted 
problem (and subsequent solution) were similar-enough such that after upgrading 
'gdk-pixbuf-2.23.5_1' to 'gdk-pixbuf-2.23.5_3' (graphics/gdk-pixbuf in 
FreeBSD), 
my broken Pidgin 2.10.6 png files came back into view.  They exist in 
/usr/local/share/pixmaps/pidgin... just didn't load up right. :)

Nice!
Thanx,
Nick Zervas





Re: png busted?

2011-07-21 Thread Antti Harri
I replied to this thread because I don't have the original png update thread 
around
anymore. I'm seeing this in terminal when playing pokerth:

libpng warning: Interlace handling should be turned on when using png_read_image

Seemed harmless though; I didn't see any graphics missing.

-- 
Antti Harri



Re: png busted?

2011-07-18 Thread Landry Breuil
On Mon, Jul 18, 2011 at 04:20:21PM -0500, joshua stein wrote:

> strangely, the same file can be viewed just fine in firefox, linked
> against the same libpng.  similarly i downloaded a png file that
> viewed fine in firefox and geeqie can't open it.

On that particular point, firefox uses its own copy of libpng because it
has patches for APNG.

Landry



Re: png busted?

2011-07-18 Thread joshua stein
> on a -current amd64 machine, i've noticed at least two packages
> can't load png files with png-1.5.4.
> 
> pidgin 2.7.11p1 shows broken image icons for many icons in the user
> list and conversation windows.  running it with its -d debug mode
> shows the errors:

disregard, updating from gdk-pixbuf-2.23.4 to gdk-pixbuf-2.23.5
seems to have fixed it.



png busted?

2011-07-18 Thread joshua stein
on a -current amd64 machine, i've noticed at least two packages
can't load png files with png-1.5.4.

pidgin 2.7.11p1 shows broken image icons for many icons in the user
list and conversation windows.  running it with its -d debug mode
shows the errors:

(16:08:19) GLib-GObject: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(16:08:19) Gtk: Useless empty GtkIconSource
(16:08:19) GLib-GObject: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(16:08:19) prefs: /pidgin/conversations/placement changed, scheduling save.
(16:08:19) GdkPixbuf: Bug! gdk-pixbuf loader 'png' didn't set an error on 
failure.
(16:08:19) Gtk: Error loading icon: Failed to load image 
'/usr/local/share/pixmaps/pidgin/status/16/rtl/extended-away.png': reason not 
known, probably a corrupt image file
(16:08:19) GdkPixbuf: Bug! gdk-pixbuf loader 'png' didn't set an error on 
failure.
(16:08:19) Gtk: Error loading icon: Failed to load image 
'/usr/local/share/pixmaps/pidgin/status/22/rtl/extended-away.png': reason not 
known, probably a corrupt image file
(16:08:19) GdkPixbuf: Bug! gdk-pixbuf loader 'png' didn't set an error on 
failure.
(16:08:19) Gtk: Error loading icon: Failed to load image 
'/usr/local/share/pixmaps/pidgin/status/32/rtl/extended-away.png': reason not 
known, probably a corrupt image file
(16:08:19) GdkPixbuf: Bug! gdk-pixbuf loader 'png' didn't set an error on 
failure.
(16:08:19) Gtk: Error loading icon: Failed to load image 
'/usr/local/share/pixmaps/pidgin/status/48/rtl/extended-away.png': reason not 
known, probably a corrupt image file

trying to open one of those png files in geeqie-1.0v0 shows a
similar broken image icon and spits out:

(geeqie:13400): GdkPixbuf-WARNING **: Bug! loader 'png' didn't set an error on 
failure

strangely, the same file can be viewed just fine in firefox, linked
against the same libpng.  similarly i downloaded a png file that
viewed fine in firefox and geeqie can't open it.