After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 634623 - gdk-pixbuf 2.22 can't find loaders.cache
gdk-pixbuf 2.22 can't find loaders.cache
Status: RESOLVED DUPLICATE of bug 631295
Product: gdk-pixbuf
Classification: Platform
Component: general
2.22.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2010-11-11 19:39 UTC by Bakhtiar Hasmanan
Modified: 2010-12-27 10:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bakhtiar Hasmanan 2010-11-11 19:39:21 UTC
current GTK+-2.22 bundle, can't find loaders.cache which is reside in lib\gdk-pixbuf-2.0\2.10.0\loaders\. 

Inside gdk-pixbuf-io.c
....
static gchar *
gdk_pixbuf_get_module_file (void)
{
  gchar *result = g_strdup (g_getenv ("GDK_PIXBUF_MODULE_FILE"));

  if (!result)
          result = g_build_filename (GDK_PIXBUF_LIBDIR, "gdk-pixbuf-2.0", GDK_PIXBUF_BINARY_VERSION, "loaders.cache", NULL);

  return result;
}
....

thus if GDK_PIXBUF_MODULE_FILE not set (default) will only look for GDK_PIXBUF_LIBDIR which is not valid for win32 platform
Comment 1 Bakhtiar Hasmanan 2010-11-13 23:52:00 UTC
also lib\gdk-pixbuf-2.0\2.10.0\loaders\ seems invalid. In linux it's lib\gdk-pixbuf-2.0\2.10.0\
Comment 2 Tor Lillqvist 2010-12-27 10:39:51 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 631295 ***