summaryrefslogtreecommitdiff
path: root/README.md
blob: 3767ec9beb68e7dadaa16906b8d955a6b15cbb91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfce4-appfinder/COPYING)

# xfce4-appfinder

xfce4-appfinder(Application Finder) is a program to find and launch installed 
applications on your system, and quickly execute commands. It does this by 
searching your file system for ''.desktop'' files, and displays a categorized 
list of all the GUI applications on your system.

----

### Homepage

[xfce4-appfinder documentation](https://docs.xfce.org/xfce/xfce4-appfinder/start)

### Changelog

See [NEWS](https://gitlab.xfce.org/xfce/xfce4-appfinder/-/blob/master/NEWS) for details on changes and fixes made in the current release.

### Source Code Repository

[xfce4-appfinder source code](https://gitlab.xfce.org/xfce/xfce4-appfinder)

### Download A Release Tarball

[xfce4-appfinder archive](https://archive.xfce.org/src/xfce/xfce4-appfinder)
    or
[xfce4-appfinder tags](https://gitlab.xfce.org/xfce/xfce4-appfinder/-/tags)

### Installation

From source: 

    % cd xfce4-appfinder
    % ./autogen.sh
    % make
    % make install

From release tarball:

    % tar xf xfce4-appfinder-<version>.tar.bz2
    % cd xfce4-appfinder-<version>
    % ./configure
    % make
    % make install

### Reporting Bugs

Visit the [reporting bugs](https://docs.xfce.org/xfce/xfce4-appfinder/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.