%general-entities; ]> $LastChangedBy$ $Date$ GConf-&GConf-version; GConf Introduction to GConf The GConf package contains a configuration database system used by many GNOME applications. &lfs101_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &GConf-md5sum; Download size: &GConf-size; Estimated disk space required: &GConf-buildsize; Estimated build time: &GConf-time; GConf Dependencies Required and Recommended , and Optional User Notes: Installation of GConf Install GConf by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-orbit \ --disable-static && make This package does not come with a test suite. Now, as the root user: make install && ln -s gconf.xml.defaults /etc/gconf/gconf.xml.system Command Explanations --disable-orbit: This switch is required if ORBit2 is not installed. ORBit2 is a deprecated package. Contents Installed Programs Installed Libraries Installed Directories gconf-merge-tree, gconftool-2, gsettings-data-convert and gsettings-schema-convert libgconf-2.so and libgsettingsgconfbackend.so (GIO Module installed in /usr/lib/gio/modules) /etc/gconf, /usr/include/gconf, /usr/lib/GConf, /usr/share/gtk-doc/html/gconf and /usr/share/sgml/gconf Short Descriptions gconf-merge-tree merges an XML filesystem hierarchy gconf-merge-tree gconftool-2 is a command line tool used for manipulating the GConf database gconftool-2 gsettings-data-convert reads values out of the users GConf database and stores them in GSettings gsettings-data-convert gsettings-schemas-convert converts between GConf and GSettings schema file formats gsettings-schemas-convert libgconf-2.so provides the functions necessary to maintain the configuration database libgconf-2.so