On 28 Nov 2001, Franck Martin wrote:
> The config file of gnome-vfs is misconfigured
>
> it reads entries like:
>
> file: file
>
> While it should be
>
> file: libfile.so
Actually this is OK here. Here is the relevant changelog:
===========================
2001-09-04 jacob berkman <[EMAIL PROTECTED]>
* modules/*.conf: remove lib prefix and .so suffix from the
libraries as g_module_build_path() will add these for us
===========================
Just that people failed to document this in man pages or the
config file itself.
Abel