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 728357 - Obsolete search paths in module interface docs
Obsolete search paths in module interface docs
Status: RESOLVED FIXED
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other All
: Normal minor
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2014-04-16 16:49 UTC by Kjell Ahlstedt
Modified: 2014-04-23 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch: docs: Update directory and file names for module installation (1.73 KB, patch)
2014-04-16 16:56 UTC, Kjell Ahlstedt
committed Details | Review

Description Kjell Ahlstedt 2014-04-16 16:49:16 UTC
This description of module installation in gdk-pixbuf-io.c contains
obsolete directory and file names:

  Installing a module is a two-step process:
  - copy the module file(s) to the loader directory (normally
    `$libdir/gtk-2.0/$version/loaders`, unless overridden by the
    environment variable `GDK_PIXBUF_MODULEDIR`) 
  - call gdk-pixbuf-query-loaders to update the module file (normally
    `$sysconfdir/gtk-2.0/gdk-pixbuf.loaders`, unless overridden by the
    environment variable `GDK_PIXBUF_MODULE_FILE`)

Shall be
  `$libdir/gdk-pixbuf-2.0/$version/loaders`
  `$libdir/gdk-pixbuf-2.0/$version/loaders.cache`

I will soon attach a patch.
Comment 1 Kjell Ahlstedt 2014-04-16 16:56:16 UTC
Created attachment 274473 [details] [review]
patch: docs: Update directory and file names for module installation
Comment 2 Matthias Clasen 2014-04-23 01:22:08 UTC
Review of attachment 274473 [details] [review]:

Looks good, thanks !