Go to file
2007-08-19 22:16:47 +01:00
client better descriptions 2007-08-19 22:16:47 +01:00
helpers add refresh and connect up more yum actions 2007-08-19 21:31:36 +01:00
po add service file to gitignore 2007-08-14 12:35:02 +01:00
src add search depth field 2007-08-19 22:04:26 +01:00
.gitignore allow dbus 2007-07-31 19:07:22 +01:00
AUTHORS initial 2007-07-31 17:53:31 +01:00
autogen.sh make compile 2007-07-31 18:54:48 +01:00
configure.ac use helper and export dummy install percentage 2007-08-16 15:17:47 +01:00
COPYING initial 2007-07-31 17:53:31 +01:00
HACKING initial 2007-07-31 17:53:31 +01:00
MAINTAINERS initial 2007-07-31 17:53:31 +01:00
Makefile.am use helper and export dummy install percentage 2007-08-16 15:17:47 +01:00
NEWS initial 2007-07-31 17:53:31 +01:00
PackageKit.conf.in fix DBUS 2007-07-31 19:13:29 +01:00
README initial 2007-07-31 17:53:31 +01:00

			      GNOME Power Manager
			   A Power Manager for GNOME

GNOME Power Manager is a GNOME session daemon that acts as a policy agent on top of 
the Project Utopia stack, which includes the kernel, hotplug, udev, and HAL. GNOME 
Power Manager listens for HAL events and responds with user-configurable reactions.
Currently it supports UPS's, laptop batteries and AC adapters. Its goal is to be 
architecture neutral and free of polling and other hacks.

Most of the code is actually in HAL for abstracting various power aware devices 
(UPS's) and frameworks (ACPI, PMU, APM etc.) - so the desktop parts are fairly 
lightweight and straightforward to write.

GNOME Power Manager comes in three parts:

	- gnome-power-manager:	    the manager daemon itself
	- gnome-power-preferences:  the control panel program, for configuration
	- gnome-power-statistics:   the statistics graphing program

To build, GNOME Power Manager requires

	- libgnomeui-2.0
	- libglade-2.0
	- libhal-0 (from HAL 0.5.7 , 0.5.8 recommended)
	- libdbus-1 (from D-BUS 0.70 or later)
	- libdbus-glib-1 (from D-BUS 0.70 or later)
	- libnotify (from 0.3.0 or later, 0.4.3 recommended)

To work properly, gnome-power-manager requires hald to be running.

For more information, please see http://www.gnome.org/projects/gnome-power-manager/