Page 1 of 1

Failed to load pixbuf file

Posted: 11. Dec 2013, 16:24
by tianum
I have installed salix core.
then all packages x
# slapt-get --install-set x
the window manager jwm
# slapt-src -i jwm
and gslapt
# slapt-get -i gslapt

When execute gslapt, the icons for state of each package are not loaded
and this message in the console:

Code: Select all

(gslapt:22991): Glib-GObject-CRITICAL *: g_object_unref: assertion G_IS_OBJECT (object) failed
Failed to load pixbuf file: /usr/share/gslapt/pixmaps/pkg_action_installed.png: Impossible de reconnaitre le format d'image du fichier </usr/share/gslapt/pixmaps/pkg_action_installed.png>
The package gdk-pibuf is installed. Perhaps, another package is missing, but which one ?
Thank

Re: Failed to load pixbuf file

Posted: 11. Dec 2013, 16:48
by ibka
Perhaps libpng

Re: Failed to load pixbuf file

Posted: 11. Dec 2013, 18:32
by gapan
Run

Code: Select all

update-all
as root.

Re: Failed to load pixbuf file

Posted: 11. Dec 2013, 20:34
by tianum
I make an alternative by doing basic installation with xfce, and it is a better solution because the disk space is 2 GB instead of 3,2 GB (install on an old laptop with a small hard drive)
The problem has disappeared, and it only remains to replace xfce and install my favorites software
Thank you for your help.