GdkPixbuf error with GK+ 2.2.0
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Todd Kulesza writes: > I just downloaded the latest 2.2.0 build from Tor's site. It feels > faster than the older builds, but now I'm getting GdkPixbuf errors of > the form "Can not open pixbuf loaded module file > '/target/etc\gtk-2.0\gdk-pixbuf.loaders': No such file or directory", A workaround until fixed downloads available is to define the environment variable GDK_PIXBUF_MODULE_FILE to contain the path to where the gdk-pixbuf.loaders file is, and you will also have to edit that file to contain correct paths. I'm fixing this now. The gdk-pixbuf.loaders file will be looked up from a location deduced at run-time, and the paths it contains will be fixed up at run-time to start with the actual run-time installation path instead of the build-time installation path. --tml