Contents
/usr/lib/gio/modules)
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 GLib-2.88.2 provides similar functionality on the commandline.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/dconf/0.49/dconf-0.49.0.tar.xz
MD5 校验和:1a3ff8a464a4d9ebbaf112005bfed95a
大小:124 KB
预计所需磁盘空间:9.7 MB(含测试)
预计构建时间:0.1 SBU(含测试)
下载地址(HTTP):https://download.gnome.org/sources/dconf-editor/49/dconf-editor-49.0.tar.xz
MD5 校验和:a1fa0f26ceffdcdb84d16c1b079a65a7
大小:640 KB
预计所需磁盘空间:23 MB
预计构建时间:0.2 SBU
dbus-1.16.2, GLib-2.88.2, GTK-3.24.52 (for the editor), libhandy-1.8.3 (for the editor), and libxml2-2.15.3 (for the editor)
libxslt-1.1.45 and Vala-0.56.19
Install DConf by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
-D bash_completion=false \
.. &&
ninja
To test the results, issue: dbus-run-session ninja test
As the root user:
ninja install
Now, optionally install the editor:
cd .. && tar -xf ../dconf-editor-49.0.tar.xz && cd dconf-editor-49.0 && mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
As the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D gtk_doc=true: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
/usr/lib/gio/modules)