DConf-0.20.0

Introduction to DConf

The DConf package contains a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.

This package is known to build and work properly using an LFS-7.6 systemd platform.

Package Information

DConf Dependencies

Required

D-Bus and GTK+-3.12.2

Recommended

Optional

GTK-Doc-1.20

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dconf

Installation of DConf

Install DConf by running the following commands:

./configure --prefix=/usr --sysconfdir=/etc &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: dconf, dconf-editor, and dconf-service
Installed Libraries: libdconf-dbus-1.so, libdconf.so, and libdconfsettings.so (GIO Module)
Installed Directories: /usr/include/dconf, /usr/include/dconf-dbus-1, and /usr/share/gtk-doc/html/dconf

Short Descriptions

dconf

is a simple tool for manipulating the DConf database.

dconf-editor

is a graphical program for editing settings that are stored in the DConf database.

dconf-service

is the D-Bus service that writes to the DConf database.

libdconf.so

contains the DConf client API functions.

libdconf-dbus-1.so

contains the DConf client API functions for D-Bus.

Last updated on 2014-08-23 18:32:36 -0700