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

..03-May-2022-

backgrounds/H03-May-2022-624544

common/H22-Dec-2020-4,9793,588

doc/H22-Dec-2020-618546

pixmaps/H03-May-2022-888784

po/H22-Dec-2020-83,13464,998

settings/H22-Dec-2020-6,0865,309

src/H22-Dec-2020-34,89225,261

AUTHORSH A D19-Apr-2020153 54

COPYINGH A D19-Apr-202017.6 KiB341281

ChangeLogH A D22-Dec-20201.2 MiB43,95826,596

Makefile.amH A D10-Dec-2020814 4534

Makefile.inH A D22-Dec-202031.6 KiB1,017910

NEWSH A D22-Dec-202053.6 KiB1,3441,169

README.mdH A D10-Dec-20201.5 KiB5633

TODOH A D19-Apr-2020148 43

aclocal.m4H A D22-Dec-2020422.7 KiB11,85210,698

compileH A D22-Dec-20207.2 KiB349259

config.guessH A D22-Dec-202043.2 KiB1,4811,288

config.h.inH A D22-Dec-20204.6 KiB180126

config.subH A D22-Dec-202035.3 KiB1,8021,661

configureH A D22-Dec-2020625 KiB21,26517,657

configure.acH A D22-Dec-20208.5 KiB220192

depcompH A D22-Dec-202023 KiB792502

install-shH A D22-Dec-202015 KiB519337

intltool-extract.inH A D22-Dec-20200

intltool-merge.inH A D22-Dec-20200

intltool-update.inH A D22-Dec-20200

ltmain.shH A D22-Dec-2020319.6 KiB11,2528,044

missingH A D22-Dec-20206.7 KiB216143

xfdesktop.1H A D10-Dec-20202.9 KiB117104

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfdesktop/-/blob/master/COPYING)
2
3# xfdesktop
4
5
6Xfdesktop is a desktop manager for the Xfce Desktop Environment. It handles the following tasks:
7
8  * background image / color
9  * root menu, window list
10  * minimized app icons
11  * file icons on the desktop (using Thunar libs)
12
13It 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.
14
15----
16
17### Homepage
18
19[Xfdesktop documentation](https://docs.xfce.org/xfce/xfdesktop/start)
20
21### Changelog
22
23See [NEWS](https://gitlab.xfce.org/xfce/xfdesktop/-/blob/master/NEWS) for details on changes and fixes made in the current release.
24
25### Source Code Repository
26
27[Xfdesktop source code](https://gitlab.xfce.org/xfce/xfdesktop)
28
29### Download a Release Tarball
30
31[Xfdesktop archive](https://archive.xfce.org/src/xfce/xfdesktop)
32    or
33[Xfdesktop tags](https://gitlab.xfce.org/xfce/xfdesktop/-/tags)
34
35### Installation
36
37From source:
38
39    % cd xfdesktop
40    % ./autogen.sh
41    % make
42    % make install
43
44From release tarball:
45
46    % tar xf xfdesktop-<version>.tar.bz2
47    % cd xfdesktop-<version>
48    % ./configure
49    % make
50    % make install
51
52### Reporting Bugs
53
54Visit 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.
55
56