Xfconf-4.10.0

Introduction to Xfconf

Xfconf is the configuration storage system for Xfce.

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

Package Information

Xfconf Dependencies

Required

dbus-glib-0.102 and libxfce4util-4.10.1

Optional

GTK-Doc-1.20 and Perl Module Glib (you may want to use build and installation instructions or alternate auto installation instructions)

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

Installation of Xfconf

Install Xfconf by running the following commands:

./configure --prefix=/usr --disable-static &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

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

Contents

Installed Program: xfconf-query
Installed Library: libxfconf.so
Installed Directories: /usr/include/xfconf-0, /usr/lib/xfce4 and /usr/share/gtk-doc/html/xfconf

Short Descriptions

xfconf-query

is a commandline utility to view or change any setting stored in Xfconf.

libxfconf.so

contains basic functions for Xfce configuration.

Last updated on 2014-08-25 11:16:47 -0700