GConf-FS script allows you to view a gconf tree as a file system. This script use the FUSE perl binding and Gnome2::GConf.
Requirements:
· perl >= 5.8.0
· Gnome2::GConf >= 1.043
· Fuse >= 0.07 (Fuse perl binding)
INSTALLATION:
To install this script type the following:
perl Makefile.PL
make
make install
USAGE:
Load the fuse kernel module :
# modprobe fuse
Run as a user having read and write access to /dev/fuse :
$ gconf-fs.pl /path/to/mount/point
or
$ gconf-fs.pl gconf_source_description ... /path/to/mount/point
Run gconf-f.pl without any parameters for more details.
What's New in This Release:
· File content is now XML data.
· RelaxNG validation is used to check file content.
· Schema, list, and pair are now writable.
Product's homepage