gnome-power-manager-3.12.2

Introduction to GNOME Power Manager

The GNOME Power Manager package contains a tool used to report on power management on the system.

This package is known to build and work properly using an LFS-7.6 systemd platform.

Package Information

GNOME Power Manager Dependencies

Required

GTK+-3.12.2 and UPower-0.99.1

Optional

DocBook-utils-0.6.14

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-power-manager

Installation of GNOME Power Manager

Install GNOME Power Manager by running the following commands:

sed -i "/\tman/d" Makefile.in &&
./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

sed -i "/\tman/d" Makefile.in: This sed prevents man pages from being built even if DocBook-utils-0.6.14 package is present. Building man pages is currently broken.

Contents

Installed Programs: gnome-power-statistics
Installed Libraries: None
Installed Directories: None

Short Descriptions

gnome-power-statistics

is used to visualize the power consumption of laptop hardware.

Last updated on 2014-08-25 18:22:00 -0700