summaryrefslogtreecommitdiff
path: root/README.md
blob: 459b2f95d0c5c47d29a7cd6102e51c3ceec7ca85 (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
52
53
54
55
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfdesktop/-/blob/master/COPYING)

# xfdesktop


Xfdesktop is a desktop manager for the Xfce Desktop Environment. It handles the following tasks:

  * background image / color
  * root menu, window list
  * minimized app icons
  * file icons on the desktop (using Thunar libs)

It can bring up an applications menu and a list of all running applications when you click on the desktop with the right or middle mouse button respectively. Settings are available via the Settings Manager.

----

### Homepage

[Xfdesktop documentation](https://docs.xfce.org/xfce/xfdesktop/start)

### Changelog

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

### Source Code Repository

[Xfdesktop source code](https://gitlab.xfce.org/xfce/xfdesktop)

### Download a Release Tarball

[Xfdesktop archive](https://archive.xfce.org/src/xfce/xfdesktop)
    or
[Xfdesktop tags](https://gitlab.xfce.org/xfce/xfdesktop/-/tags)

### Installation

From source: 

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

From release tarball:

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

### Reporting Bugs

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