This software is a power manager for the Xfce desktop, and relies on
UPower to gather the power sources on the computer. In addition,
xfce4-power-manager provides a set of freedesktop-compliant DBus
interfaces to inform other applications about current power level so
that they can adjust their power consumption.
ok ajacoutot@
GNOME Power Manager is a GNOME session daemon that acts as a policy
agent on top of UPower. It listens for system events and responds with
user-configurable actions.
GNOME Power Manager comes in three main parts:
- gnome-power-manager: the manager daemon itself
- gnome-power-preferences: the control panel program, for configuration
- gnome-power-statistics: the statistics graphing program
with tweaks and ok ajacoutot@
UPower is an abstraction for enumerating power devices, listening to
device events and querying history and statistics. Any application or
service on the system can access the org.freedesktop.UPower service
via the DBUS system message bus.
OpenBSD specific backend written by yours truly with help from upstream
developer. So far, battery levels and ac status works, using either apm
or acpibat/acpiac if available.
As a sidenote, if udev, udisks and friends were designed with the same
clear separation between os-specific and generic parts, porting to
'alternative OSes' would be much simpler. UPower is a nice example of
'how to design a portable service'.
with a patch for glib version check, tweaks and ok ajacoutot@
dpb while checksumming huge tarballs.
Use ftp -C in a systematic way, more complicated logic as to when to
remove temp files, when to keep them: if core exited okay, wrong size
is very bad. If checksum failed on a partial fetch, retry same site with
an empty file...
It wasn't distributed anymore in the python distfile starting from 2.7 anymore.
Please install the emacs-python pacakge to continue using the functionality.
ok rpointel@
Bug fixed:
* GtkEntry icon tooltip is never appearing
* GtkLabel does not honor width-chars anymore
* Mnemonics don't show under some letters
* Add missing gtk_widget_override_* annotations
* GtkButton uses wrong values in grab
PDF-Shuffler is a small python-gtk application, which helps the user to
merge or split pdf documents and rotate, crop and rearrange their pages
using an interactive and intuitive graphical interface. It is a frontend
for python-pyPdf.
ok ajacoutot@
Arora is a lightweight cross-platform web browser.
Arora uses the QtWebKit port of the fully standards-compliant WebKit
layout engine. It features fast rendering, powerful JavaScript engine
and supports Netscape plugins.
ok ajacoutot@ kili@
- Remove extraneous compiler flags that override CFLAGS
from ports (by disabling --enable-release)
- Fix X11 WANTLIB
- Fix GL build when GGI libs are installed
from antti harri