• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-21,34718,827

libxfdashboard/H03-May-2022-104,48466,154

plugins/H03-May-2022-10,5127,828

po/H04-Mar-2021-61,86249,724

settings/H03-May-2022-4,7483,340

xfdashboard/H03-May-2022-1,130901

AUTHORSH A D17-Dec-201234 21

COPYINGH A D07-Jun-201417.6 KiB341281

ChangeLogH A D04-Mar-2021444.5 KiB11,2847,334

INSTALLH A D07-May-202015.4 KiB369287

Makefile.amH A D04-Mar-20211.2 KiB5742

Makefile.inH A D03-May-202230.4 KiB990880

NEWSH A D17-Dec-20120

README.mdH A D23-Sep-20201.6 KiB5534

aclocal.m4H A D04-Mar-2021425.9 KiB11,94410,772

compileH A D04-Mar-20217.2 KiB349259

config.guessH A D04-Mar-202147.7 KiB1,6851,472

config.h.inH A D04-Mar-20214.4 KiB174122

config.subH A D04-Mar-202131.2 KiB1,8181,661

configureH A D04-Mar-2021654.3 KiB22,21618,508

configure.acH A D04-Mar-202114.1 KiB385337

depcompH A D04-Mar-202123 KiB792502

install-shH A D04-Mar-202115.3 KiB530346

intltool-extract.inH A D04-Mar-20210

intltool-merge.inH A D04-Mar-20210

intltool-update.inH A D04-Mar-20210

ltmain.shH A D04-Mar-2021318.1 KiB11,2118,101

missingH A D04-Mar-20216.7 KiB216143

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/xfdashboard/-/blob/master/COPYING)
2
3# xfdashboard
4
5Xfdashboard is maybe a Gnome shell and macOS Expose like dashboard for Xfce.
6
7**Xfdashboard** provides a GNOME shell dashboard and macOS Mission Control
8(e.g. Exposé and Spaces) like interface for use with the Xfce desktop. It can
9be configured to run with any keyboard shortcut and when executed provides an
10overview of applications currently open enabling the user to switch between
11different applications. The search feature works like Xfce's app finder which
12makes it convenient to search for and start applications.
13
14----
15
16### Homepage
17
18[Xfdashboard documentation](https://docs.xfce.org/apps/xfdashboard/start)
19
20### Changelog
21
22See [NEWS](https://gitlab.xfce.org/apps/xfdashboard/-/blob/master/NEWS) for details on changes and fixes made in the current release.
23
24### Source Code Repository
25
26[xfdashboard source code](https://gitlab.xfce.org/apps/xfdashboard)
27
28### Download a Release Tarball
29
30[Xfdashboard archive](https://archive.xfce.org/src/apps/xfdashboard)
31    or
32[Xfdashboard tags](https://gitlab.xfce.org/apps/xfdashboard/-/tags)
33
34### Installation
35
36From source code repository:
37
38    % cd xfdashboard
39    % ./autogen.sh
40    % make
41    % make install
42
43From release tarball:
44
45    % tar xf xfdashboard-<version>.tar.bz2
46    % cd xfdashboard-<version>
47    % ./configure
48    % make
49    % make install
50
51### Reporting Bugs
52
53Visit the [reporting bugs](https://docs.xfce.org/apps/xfdashboard/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
54
55