summaryrefslogtreecommitdiff
path: root/README.md
blob: 23c41e176c530a0aa141d5fdf938d00e7a5b0e78 (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
51
52
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfce4-power-manager/-/blob/master/COPYING)

# xfce4-power-manager

Xfce4-power-manager manages the power sources of the computer and connected 
devices (wireless mice, keyboards, media players etc.). It also allows users 
to control the display backlight brightness and set power-saving modes for 
displays and monitors.
In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus
interfaces to inform other applications about the current power level so that 
they can adjust their power consumption.

----

### Homepage

[Xfce4-power-manager documentation](https://docs.xfce.org/xfce/xfce4-power-manager/start)

### Changelog

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

### Source Code Repository

[Xfce4-power-manager source code](https://gitlab.xfce.org/xfce/xfce4-power-manager)

### Download a Release Tarball

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

### Installation

From source: 

    % cd xfce4-power-manager
    % ./autogen.sh
    % make
    % make install

From release tarball:

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

### Reporting Bugs

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