summaryrefslogtreecommitdiff
path: root/README.md
blob: f6f6abcd13859d1b91916802357ea281c28ee49a (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
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfce4-settings/COPYING)

xfce4-settings
====================

The xfce4-settings component provides a daemon, manager, and editor to
centralize the configuration management of the Xfce system.

----

### Homepage

[xfce4-settings documentation](https://docs.xfce.org/xfce/xfce4-settings/start)

### Changelog

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

### Source Code Repository

[xfce4-settings source code](https://gitlab.xfce.org/xfce/xfce4-settings)

### Download A Release Tarball

[xfce4-settings archive](https://archive.xfce.org/src/xfce/xfce4-settings)
    or
[xfce4-settings tags](https://gitlab.xfce.org/xfce/xfce4-settings/-/tags)
### Installation

From source: 

    % cd xfce4-settings
    % ./autogen.sh
    % make
    % make install

From release tarball:

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

### Reporting Bugs

Visit the [reporting bugs](https://docs.xfce.org/xfce/xfce4-settings/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.