%general-entities; ]> $LastChangedBy$ $Date$ DConf-&dconf-version; / DConf-Editor-&dconf-editor-version; DConf 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. The DConf-Editor, as the name suggests, is a graphical editor for the DConf database. Installation is optional, because gsettings from provides similar functionality on the commandline. &lfs101_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &dconf-md5sum; Download size: &dconf-size; Estimated disk space required: &dconf-buildsize; Estimated build time: &dconf-time; Additional Downloads Download (HTTP): Download (FTP): Download MD5 sum: &dconf-editor-md5sum; Download size: &dconf-editor-size; Estimated disk space required: &dconf-editor-buildsize; Estimated build time: &dconf-editor-time; DConf Dependencies Required , , (for the editor), and (for the editor) Recommended and Optional and bash-completion User Notes: Installation of DConf Install DConf by running the following commands: mkdir build && cd build && meson --prefix=/usr -Dbash_completion=false .. && ninja To test the results, issue: ninja test As the root user: ninja install Now, optionally install the editor: cd .. && tar -xf ../dconf-editor-&dconf-editor-version;.tar.xz && cd dconf-editor-&dconf-editor-version; && mkdir build && cd build && meson --prefix=/usr .. && ninja As the root user: ninja install Command Explanations : Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation. Contents Installed Programs Installed Libraries Installed Directories dconf and dconf-editor libdconf.so, and libdconfsettings.so (GIO Module installed in /usr/lib/gio/modules) /usr/{include,share/gtk-doc/html}/dconf Short Descriptions dconf is a simple tool for manipulating the DConf database dconf dconf-editor is a graphical program for editing the DConf database dconf-editor libdconf.so contains the DConf client API functions libdconf.so