xfce-mirror / xfconf

Mirror repository, PRs are not watched, please use Xfce's GitLab

Home Page:https://gitlab.xfce.org/xfce/xfconf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

xfconf

Xfconf is a hierarchical (tree-like) configuration system where the immediate child nodes of the root are called “channels”. All settings beneath the channel nodes are called “properties.” See the xfconf homepage for usage and examples.


Homepage

Xfconf documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

Xfconf source code

Download a Release Tarball

Xfconf archive or Xfconf tags

Installation

From source:

% cd xfconf
% ./autogen.sh
% make
% make install

From release tarball:

% tar xf xfconf-<version>.tar.bz2
% cd xfconf-<version>
% ./configure
% make
% make install

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.

About

Mirror repository, PRs are not watched, please use Xfce's GitLab

https://gitlab.xfce.org/xfce/xfconf

License:GNU General Public License v2.0


Languages

Language:C 92.2%Language:M4 3.5%Language:Makefile 2.8%Language:Shell 0.8%Language:Perl 0.7%