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
apps:xfdashboard:4.16:start [2020/08/12 02:26] – created kevinbowenapps:xfdashboard:4.16:start [2021/02/09 17:00] (current) – [Source code repository] kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 +{{ :xfce:xfce.xfdashboard.png?no link|}}
 ====== Xfdashboard ====== ====== Xfdashboard ======
  
   * **[[:apps:xfdashboard:faq:|Frequently Asked Questions]]**   * **[[:apps:xfdashboard:faq:|Frequently Asked Questions]]**
   * **[[:apps:xfdashboard:manual|Xfdashboard manual]]**   * **[[:apps:xfdashboard:manual|Xfdashboard manual]]**
-  * **[[#Releases|Releases]]**+  * **[[http://xfdashboard.froevel.de/theming.html|Xfdashboard theming]]** 
 +  * **[[http://xfdashboard.froevel.de/settings.html|Xfdashboard settings]]** 
 +  * **[[#Required Packages|Required Packages]]** 
 +  * **[[#Latest Release|Latest Release]]**
   * **[[#Source Code Repository|Source Code Repository]]**   * **[[#Source Code Repository|Source Code Repository]]**
   * **[[#Reporting Bugs|Reporting Bugs]]**   * **[[#Reporting Bugs|Reporting Bugs]]**
  
-===== What is xfdashboard? =====+---- 
 + 
 +===== Introduction =====
  
 **Short:** Maybe a Gnome shell and macOS Expose like dashboard for Xfce **Short:** Maybe a Gnome shell and macOS Expose like dashboard for Xfce
Line 15: Line 21:
  
 {{ starting-up.png?nolink&500 |xfdashboard}} {{ starting-up.png?nolink&500 |xfdashboard}}
 +
  
 ---- ----
  
-===== Documentation =====+===== Required packages =====
  
-You can find a [[:apps:xfdashboard:manual|quick'n'dirty guide]] to xfdashboard at this [[:apps:xfdashboard:manual|link]]\\ +  * libwnck >= 3.0 
-Documentation for [[http://xfdashboard.froevel.de/theming.html|theming]] is [[http://xfdashboard.froevel.de/theming.html|here]]\\ +  * clutter >= 1.12 
-All [[http://xfdashboard.froevel.de/settings.html|settings]] stored in Xfconf by xfdashboard are documented [[http://xfdashboard.froevel.de/settings.html|here]].+  * glib >= 2.38 
 +  * gio >= 2.38 
 +  * gio-unix-2.0 >= 2.38 
 +  * xfconf >= 4.10.0 
 +  * garcon >= 0.2.
 +  * gtk+ >= 3.
 +  * libxfce4util >= 4.10.
 +  * libxfce4ui >= 4.10.0
  
-----+... and the dependencies of these libraries of course ;)
  
 +The following libraries are semi-optional:
  
-===== Releases =====+  * dbus-glib >0.98 (required if xfconf < 4.13)
  
-==== Stable ====+The following libraries are optional and configurable:
  
-The latest stable version is version 0.6.1 released at 2016-12-22.+  * libXcomposite >= 0.2 (for live windows) 
 +  * libXdamage (for live windows) 
 +  * libXinerama (for multi-monitor support)
  
-You can download the source tarball using the following links:+On debian based distros, all requirements are installed with:
  
-  * 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>+<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>
  
-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]].+[[|Back to Top]] 
 +----
  
-==== Development ====+===== Latest Release ===== 
 +{{rss>https://archive.xfce.org/feeds/project/xfdashboard 1 date description 2h}}
  
-The latest development version is version 0.7.7 released at 2019-12-03.+  * **[[https://archive.xfce.org/src/apps/xfdashboard/|Previous Releases]]**
  
-You can download the source tarball using the following links: +[[|Back to Top]].
- +
-  * 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>+
  
 ---- ----
Line 52: Line 74:
 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]] 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.+Here you can 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]]. \\+For older development releasesor stablereleases look at the [[http://archive.xfce.org/src/apps/xfdashboard/|release archive]]. \\
  [[http://git.xfce.org/apps/xfdashboard/]] \\  [[http://git.xfce.org/apps/xfdashboard/]] \\
  
Line 60: Line 82:
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-If you are experiencing a bug in ''xfdashboard'', your way of helping things getting fixed is to report a bug about it in [[https://gitlab.xfce.org/explore/groups?sort=name_desc|Xfce GitLab]]. Please note that to do this you will need to have / create an account. +  * **[[:apps:xfdashboard:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs
- +
- +
-<note important>Before reporting a new bug, please try your best to check if it has already been reported (see the latest reports below). [[https://gitlab.xfce.org/apps/xfdashboard/-/issues?scope=all&state=all|Click here for a full list of bug reports]].</note> +
- +
- +
-===== Report a new bug ===== +
- +
-If your bug has not been reported before, please [[https://gitlab.xfce.org/apps/xfdashboard/-/issues/new|submit a new bug report]]. +
- +
-When writing your bug report, try to be as descriptive as possible, but avoid verbosity; Mozilla has a nice guide on [[https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines|how to write a bug report]]. +
- +
-For more information, see [[https://docs.xfce.org/contribute/bugs/start|Bug Reporting and Fixing]]+
- +
-**[[https://gitlab.xfce.org/apps/xfdashboard/-/issues/new|File a new bug or enhancement request]]** +
- +
----- +
- +
- +
-==== Open Bugs ==== +
-Here's a list (updated daily) of open bug reports with the date that bug was reported in parenthesis. +
- +
-{{rss>https://gitlab.xfce.org/apps/xfdashboard/-/issues.atom?state=opened 20 1d date}}+