File: README.md

package info (click to toggle)
xfce4-indicator-plugin 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,376 kB
  • sloc: sh: 4,348; ansic: 2,670; makefile: 124
file content (47 lines) | stat: -rw-r--r-- 1,438 bytes parent folder | download | duplicates (3)
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
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfce4-indicator-plugin/-/blob/master/COPYING)

# xfce4-indicator-plugin

xfce4-indicator-plugin is a panel plugin that uses the indicator-applet to show new messages.

----

### Homepage

[Xfce4-indicator-plugin documentation](https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin)

### Changelog

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

### Source Code Repository

[Xfce4-indicator-plugin source code](https://gitlab.xfce.org/panel-plugins/xfce4-indicator-plugin)

### Download a Release Tarball

[Xfce4-indicator-plugin archive](https://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin)
    or
[Xfce4-indicator-plugin tags](https://gitlab.xfce.org/panel-plugins/xfce4-indicator-plugin/-/tags)

### Installation

From source code repository: 

    % cd xfce4-indicator-plugin
    % ./autogen.sh
    % make
    % make install

From release tarball:

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

### Reporting Bugs

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