Xfdesktop is a desktop manager for the Xfce Desktop Environment. It handles the following tasks:
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.
xfdesktop
in the command-linexfdesktop currently supports three different levels of debugging support, which can be setup using the configure flag `–enable-debug` (check the output of `configure –help`):
Argument | Description |
---|---|
`yes` | This is the default for Git snapshot builds. It adds all kinds of checks to the code, and is therefore likely to run slower. Use this for development of xfdesktop and locating bugs in xfdesktop. |
`minimum` | This is the default for release builds. This is the recommended behaviour. |
`no` | Disables all sanity checks. Don't use this unless you know exactly what you do. |