Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
apps:xfdashboard:start [2019/11/29 15:24] – created kevinbowenapps:xfdashboard:start [2022/08/12 20:17] – Update for major stable version 1.0.0 stephanhaller
Line 1: Line 1:
-===== What is xfdashboard=====+~~NOTOC~~ 
 +====== Xfdashboard ====== 
 + 
 +  * **[[:apps:xfdashboard:faq:|Frequently Asked Questions]]** 
 +  * **[[: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]]** 
 +  * **[[#Releases|Releases]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]** 
 + 
 +---- 
 + 
 +===== 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.
  
 {{ starting-up.png?nolink&500 |xfdashboard}} {{ starting-up.png?nolink&500 |xfdashboard}}
  
-**Short:** Maybe a Gnome shell like dashboard for Xfce+----
  
-**Longer:** **xfdashboard** provides a GNOME shell dashboard like interface for use with Xfce desktop. It can be configured to run to 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.+===== Required packages =====
  
-===== Documentation =====+  * 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
  
-You can find a [[:apps:xfdashboard:manual|quick'n'dirty guide]] to xfdashboard at this [[:apps:xfdashboard:manual|link]]\\ +... and the dependencies of these libraries of course ;) 
-Documentation for [[http://xfdashboard.froevel.de/theming.html|theming]] is [[http://xfdashboard.froevel.de/theming.html|here]]. \\ + 
-All [[http://xfdashboard.froevel.de/settings.html|settings]] stored in Xfconf by xfdashboard are documented [[http://xfdashboard.froevel.de/settings.html|here]].+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: 
 + 
 +<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 
 +</code> 
 + 
 +[[|Back to Top]] 
 +----
  
 ===== Releases ===== ===== Releases =====
Line 17: Line 64:
 ==== Stable ==== ==== Stable ====
  
-The latest stable version is version 0.6.1 released at 2016-12-22.+The latest stable version is version 1.0.released at 2022-08-12.
  
 You can download the source tarball using the following links: You can download the source tarball using the following links:
  
-  * 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>+  * bzip2 tarball: [[http://archive.xfce.org/src/apps/xfdashboard/1.0/xfdashboard-1.0.0.tar.bz2|xfdashboard-1.0.0.tar.bz2]] \\ <sub>SHA256: a5284343e5ce09722f98d3b578588b36923e1ae5649754aa906980fdcdef48a5</sub>
  
 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]]. 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]].
Line 27: Line 74:
 ==== Development ==== ==== Development ====
  
-The latest development version is version 0.7.released at 2018-08-09.+The latest development version is version 0.9.91 released at 2022-07-15.
  
 You can download the source tarball using the following links: You can download the source tarball using the following links:
  
-  * bzip2 tarball: [[http://archive.xfce.org/src/apps/xfdashboard/0.7/xfdashboard-0.7.5.tar.bz2|xfdashboard-0.7.5.tar.bz2]] \\ <sub>SHA256: 4c673be445c08f7247a03f924281480b71a9a9155f833f946d78e8133fe4a4de</sub>+  * bzip2 tarball: [[http://archive.xfce.org/src/apps/xfdashboard/0.9/xfdashboard-0.9.91.tar.bz2|xfdashboard-0.9.91.tar.bz2]] \\ <sub>SHA256: e1361237b640cd9321421f1837131c75125d5b64989f4fa80c90e9bdeb4f779b</sub> 
 + 
 +---- 
 + 
 +===== 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]]
  
-For older development releases or stable releases look at the [[http://archive.xfce.org/src/apps/xfdashboard/|release archive]]. \\ 
-The latest development version is hosted on Xfce Git. You can browse it using the web interface at the following URL: [[http://git.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. 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.
  
-===== FAQ =====+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/]] \\ 
 + 
 +---- 
 + 
 +===== Reporting Bugs ===== 
 +  * **[[:apps:xfdashboard:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs 
  
-The FAQ for xfdashboard can be found [[:apps:xfdashboard:faq|here]]. 
  
 +[[|Back to Top]]
 +----
 +[[:start|Back to main Xfce documentation page]]