• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

common/H03-May-2022-6,0754,327

completions/H03-May-2022-644566

docs/H03-May-2022-3,0222,578

gsettings-backend/H03-May-2022-1,2731,005

m4/H22-Dec-2020-199172

po/H22-Dec-2020-20,24916,210

tests/H03-May-2022-11,9149,654

xfconf/H03-May-2022-6,5404,456

xfconf-query/H03-May-2022-1,3781,166

xfconfd/H03-May-2022-4,9553,702

AUTHORSH A D19-Apr-202071 32

COPYINGH A D19-Apr-202017.6 KiB341281

ChangeLogH A D22-Dec-2020313.3 KiB11,2186,812

Makefile.amH A D09-Dec-2020723 4233

Makefile.inH A D03-May-202228.9 KiB934831

NEWSH A D22-Dec-202011.2 KiB336287

README.mdH A D09-Nov-20201.3 KiB5231

TODOH A D19-Apr-20201.3 KiB3127

aclocal.m4H A D22-Dec-2020438.2 KiB12,28011,062

compileH A D22-Dec-20207.2 KiB349259

config.guessH A D22-Dec-202047.3 KiB1,6681,457

config.h.inH A D22-Dec-20205.2 KiB204142

config.subH A D22-Dec-202030.9 KiB1,7941,637

configureH A D22-Dec-2020595 KiB20,34716,861

configure.acH A D22-Dec-20208.8 KiB265230

depcompH A D22-Dec-202023 KiB792502

gtk-doc.makeH A D22-Dec-202010.6 KiB323276

install-shH A D22-Dec-202015.3 KiB530346

ltmain.shH A D22-Dec-2020323.5 KiB11,3708,157

missingH A D22-Dec-20206.7 KiB216143

test-driverH A D22-Dec-20204.5 KiB14987

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfconf/-/blob/master/COPYING)
2
3# xfconf
4
5
6Xfconf is a hierarchical (tree-like) configuration system where the immediate
7child nodes of the root are called “channels”. All settings beneath the
8channel nodes are called “properties.”
9See the xfconf homepage for usage and examples.
10
11----
12
13### Homepage
14
15[Xfconf documentation](https://docs.xfce.org/xfce/xfconf/start)
16
17### Changelog
18
19See [NEWS](https://gitlab.xfce.org/xfce/xfconf/-/blob/master/NEWS) for details on changes and fixes made in the current release.
20
21### Source Code Repository
22
23[Xfconf source code](https://gitlab.xfce.org/xfce/xfconf)
24
25### Download a Release Tarball
26
27[Xfconf archive](https://archive.xfce.org/src/xfce/xfconf)
28    or
29[Xfconf tags](https://gitlab.xfce.org/xfce/xfconf/-/tags)
30
31### Installation
32
33From source:
34
35    % cd xfconf
36    % ./autogen.sh
37    % make
38    % make install
39
40From release tarball:
41
42    % tar xf xfconf-<version>.tar.bz2
43    % cd xfconf-<version>
44    % ./configure
45    % make
46    % make install
47
48### Reporting Bugs
49
50Visit 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.
51
52