Xfce Wiki

Sub domains
 

This is an old revision of the document!


Xfdashboard

Introduction

Short: Maybe a Gnome shell and macOS Expose like dashboard for Xfce

Longer: xfdashboard provides a GNOME shell dashboard and macOS Mission Control (Exposé and Spaces) like interface for use with the Xfce desktop. It can be configured to run with any keyboard shortcut and when executed provides an overview of applications currently open enabling the user to switch between different applications. The search feature works like Xfce's app finder which makes it convenient to search for and start applications.

xfdashboard


Required packages

  • libwnck >= 3.0
  • clutter >= 1.12
  • glib >= 2.38
  • gio >= 2.38
  • gio-unix-2.0 >= 2.38
  • xfconf >= 4.10.0
  • garcon >= 0.2.0
  • gtk+ >= 3.2
  • libxfce4util >= 4.10.0
  • libxfce4ui >= 4.10.0

… and the dependencies of these libraries of course ;)

The following libraries are semi-optional:

  • dbus-glib >= 0.98 (required if xfconf < 4.13)

The following libraries are optional and configurable:

  • libXcomposite >= 0.2 (for live windows)
  • libXdamage (for live windows)
  • libXinerama (for multi-monitor support)

On debian based distros, all requirements are installed with:

    apt-get install xfce4-dev-tools build-essential glib2.0 libglib2.0-dev 
    xorg-dev libwnck-3-dev libclutter-1.0-dev libgarcon-1-0-dev 
    libxfconf-0-dev libxfce4util-dev libxfce4ui-2-dev libxcomposite-dev 
    libxdamage-dev libxinerama-dev

Back to Top


Releases

Stable

The latest stable version is version 0.8.1 released at 2021-03-04.

You can download the source tarball using the following links:

For older releases including development versions look at the release archive at the following link.

Development

The latest development version is version 0.9.3 released at 2021-04-26.

You can download the source tarball using the following links:


Source code repository

The latest development version is hosted on Xfce Git. You can browse it using the web interface at the following URL:https://gitlab.xfce.org/apps/xfdashboard

Here you find the documentation for theming and settings of the latest development version.

For older development releases or stable releases look at the release archive.
http://git.xfce.org/apps/xfdashboard/


Reporting Bugs

Back to Top


Back to main Xfce documentation page