Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
apps:xfdashboard:start [2019/11/29 16:27] – kevinbowen | apps:xfdashboard:start [2024/12/11 10:15] (current) – kevinbowen | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
+ | {{ : | ||
====== Xfdashboard ====== | ====== Xfdashboard ====== | ||
* **[[: | * **[[: | ||
* **[[: | * **[[: | ||
- | * **[[# | + | |
+ | * **[[http:// | ||
+ | * **[[# | ||
+ | | ||
* **[[#Source Code Repository|Source Code Repository]]** | * **[[#Source Code Repository|Source Code Repository]]** | ||
* **[[# | * **[[# | ||
- | ===== What is xfdashboard? | + | ---- |
- | **Short:** Maybe a Gnome shell like dashboard for Xfce | + | ===== Introduction ===== |
- | **Longer:** **xfdashboard** provides | + | **Short:** Maybe a Gnome shell and macOS Expose like dashboard for Xfce |
- | {{ starting-up.png? | + | **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. |
+ | |||
+ | <figure " | ||
+ | {{: | ||
+ | </ | ||
---- | ---- | ||
- | ===== Documentation | + | ===== Required packages |
- | You can find a [[: | + | * libwnck >= 3.0 |
- | Documentation for [[http:// | + | * clutter >= 1.12 |
- | All [[http:// | + | * 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 | ||
- | [[https:// | + | ... and the dependencies of these libraries of course ;) |
- | ---- | + | |
+ | The following libraries are semi-optional: | ||
- | ===== Releases ===== | + | * dbus-glib >= 0.98 (required if xfconf < 4.13) |
- | ==== Latest Release ==== | + | |
- | ==== 0.7.6 (20191029) ==== | + | |
- | [[https:// | + | |
+ | 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]] | ||
---- | ---- | ||
- | ===== Source code repository | + | ===== Latest Releases |
- | The latest development version is hosted on Xfce Git. You can browse it using the web interface at the following URL: | + | |
- | Here you find the documentation for [[http://xfdashboard.froevel.de/theming-unstable.html|theming]] and [[http:// | + | {{rss> |
- | For older development releases or stable releases look at the [[http://archive.xfce.org/src/ | + | [[https://gitlab.xfce.org/ |
- | [[http://git.xfce.org/ | + | |
+ | * **[[https://archive.xfce.org/src/ | ||
+ | |||
+ | [[|Back to Top]] | ||
---- | ---- | ||
- | ===== Reporting Bugs ===== | + | ===== Source code repository |
- | If you encounter a bug in '' | + | |
- | <note important> | + | [[http://git.xfce.org/apps/xfdashboard/]] |
- | **[[http:// | + | ---- |
+ | |||
+ | ===== Reporting Bugs ===== | ||
+ | * **[[:apps:xfdashboard:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports | ||
- | ==== Open Bugs ==== | ||
- | {{rss> | ||
[[|Back to Top]] | [[|Back to Top]] | ||
---- | ---- | ||
- | [[:start|Back to main Xfce documentation page]] | + | [[:start|Return |