summaryrefslogtreecommitdiff
path: root/README.md
blob: ba375f2814de74bdb6f85cb9949bd618eda17425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfconf/-/blob/master/COPYING)

# 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](https://docs.xfce.org/xfce/xfconf/start)

### Changelog

See [NEWS](https://gitlab.xfce.org/xfce/xfconf/-/blob/master/NEWS) for details on changes and fixes made in the current release.

### Source Code Repository

[Xfconf source code](https://gitlab.xfce.org/xfce/xfconf)

### Download a Release Tarball

[Xfconf archive](https://archive.xfce.org/src/xfce/xfconf)
    or
[Xfconf tags](https://gitlab.xfce.org/xfce/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](https://docs.xfce.org/xfce/xfconf/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.