Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:xfdashboard:start [2020/09/11 04:30] – added required packages section kevinbowenapps:xfdashboard:start [2024/12/11 10:15] (current) kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 +{{ :apps:xfdashboard.png?nolink|}}
 ====== Xfdashboard ====== ====== Xfdashboard ======
  
   * **[[:apps:xfdashboard:faq:|Frequently Asked Questions]]**   * **[[:apps:xfdashboard:faq:|Frequently Asked Questions]]**
   * **[[:apps:xfdashboard:manual|Xfdashboard manual]]**   * **[[:apps:xfdashboard:manual|Xfdashboard manual]]**
 +  * **[[http://xfdashboard.froevel.de/theming.html|Xfdashboard theming]]**
 +  * **[[http://xfdashboard.froevel.de/settings.html|Xfdashboard settings]]**
   * **[[#Required Packages|Required Packages]]**   * **[[#Required Packages|Required Packages]]**
-  * **[[#Releases|Releases]]**+  * **[[#Latest Releases|Latest Releases]]**
   * **[[#Source Code Repository|Source Code Repository]]**   * **[[#Source Code Repository|Source Code Repository]]**
   * **[[#Reporting Bugs|Reporting Bugs]]**   * **[[#Reporting Bugs|Reporting Bugs]]**
Line 17: Line 20:
 **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. **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.
  
-{{ starting-up.png?nolink&500 |xfdashboard}}+<figure "xfdashboard Main Window"> 
 +{{:apps:xfdashboard:starting-up.png?600|xfdashboard Main Window}} 
 +</figure>
  
----- 
- 
-===== Documentation ===== 
- 
-  * **[[:apps:xfdashboard:manual|xfdashboard manual]]** - A quick'n'dirty guide to xfdashboard. 
-  * **[[http://xfdashboard.froevel.de/theming.html|xfdashboard theming]]** 
-  * **[[http://xfdashboard.froevel.de/settings.html|xfdashboard settings]]** - Documentation on setting stored in Xfconf by xfdashboard a 
- 
-[[|Back to Top]] 
 ---- ----
  
 ===== Required packages ===== ===== Required packages =====
  
-  * libwnck >= 2.30+  * libwnck >= 3.0
   * clutter >= 1.12   * clutter >= 1.12
-  * glib >= 2.32 +  * glib >= 2.38 
-  * gio >= 2.32 +  * gio >= 2.38 
-  * gio-unix-2.0 >= 2.32+  * gio-unix-2.0 >= 2.38
   * xfconf >= 4.10.0   * xfconf >= 4.10.0
   * garcon >= 0.2.0   * garcon >= 0.2.0
Line 50: Line 46:
  
 The following libraries are optional and configurable: The following libraries are optional and configurable:
-  +
   * libXcomposite >= 0.2 (for live windows)   * libXcomposite >= 0.2 (for live windows)
   * libXdamage (for live windows)   * libXdamage (for live windows)
Line 58: Line 54:
  
 <code> <code>
-    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+    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
 </code> </code>
  
Line 64: Line 63:
 ---- ----
  
-===== Releases =====+===== Latest Releases =====
  
-==== Stable ====+{{rss>https://archive.xfce.org/feeds/project/xfdashboard 1 date 2h}}
  
-The latest stable version is version 0.6.1 released at 2016-12-22.+[[https://gitlab.xfce.org/apps/xfdashboard/-/blob/master/NEWS|Read the CHANGELOG]]
  
-You can download the source tarball using the following links:+  * **[[https://archive.xfce.org/src/apps/xfdashboard/|Download current release]]** (older versions of this component are also available here)
  
-  * bzip2 tarball: [[http://archive.xfce.org/src/apps/xfdashboard/0.6/xfdashboard-0.6.1.tar.bz2|xfdashboard-0.6.1.tar.bz2]] \\ <sub>SHA256: ad5dcfe168e4d37e8e85910912f51cfb0ea229ff9863f6582f87b9431a90c2af</sub> +[[|Back to Top]]
- +
-For older releases including development versions look at the [[http://archive.xfce.org/src/apps/xfdashboard/|release archive]] at the following [[http://archive.xfce.org/src/apps/xfdashboard/|link]]. +
- +
-==== Development ==== +
- +
-The latest development version is version 0.7.7 released at 2019-12-03. +
- +
-You can download the source tarball using the following links: +
- +
-  * bzip2 tarball: [[http://archive.xfce.org/src/apps/xfdashboard/0.7/xfdashboard-0.7.7.tar.bz2|xfdashboard-0.7.7.tar.bz2]] \\ <sub>SHA256: ef45b7b879cf042a3cb1c727f108db2da991aa07aba4513692a74224d67422a4</sub>+
  
 ---- ----
  
 ===== Source code repository ===== ===== 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 [[http://xfdashboard.froevel.de/theming-unstable.html|theming]] and [[http://xfdashboard.froevel.de/settings-unstable.html|settings]] of the latest development version. 
  
-For older development releases or stable releases look at the [[http://archive.xfce.org/src/apps/xfdashboard/|release archive]]. \\ + [[http://git.xfce.org/apps/xfdashboard/]]
- [[http://git.xfce.org/apps/xfdashboard/]] \\+
  
 ---- ----
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-  * **[[:apps:xfdashboard:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs+  * **[[:apps:xfdashboard:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
  
  
Line 103: Line 88:
 [[|Back to Top]] [[|Back to Top]]
 ---- ----
-[[:start|Back to main Xfce documentation page]]+[[:start|Return to Xfce Main Documentation Page]]