[Goodies-commits] r7079 - in xfce4-power-manager/trunk: . settings src

Ali Abdallah aliov at xfce.org
Wed Apr 1 09:33:41 CEST 2009


Author: aliov
Date: 2009-04-01 07:33:40 +0000 (Wed, 01 Apr 2009)
New Revision: 7079

Added:
   xfce4-power-manager/trunk/settings/xfce4-power-manager-settings.1
   xfce4-power-manager/trunk/src/xfce4-power-manager.1
Modified:
   xfce4-power-manager/trunk/ChangeLog
   xfce4-power-manager/trunk/Makefile.am
   xfce4-power-manager/trunk/TODO
   xfce4-power-manager/trunk/settings/Makefile.am
   xfce4-power-manager/trunk/src/Makefile.am
Log:
Added man pages for the power manager and its settings

Modified: xfce4-power-manager/trunk/ChangeLog
===================================================================
--- xfce4-power-manager/trunk/ChangeLog	2009-03-31 23:30:43 UTC (rev 7078)
+++ xfce4-power-manager/trunk/ChangeLog	2009-04-01 07:33:40 UTC (rev 7079)
@@ -1,4 +1,10 @@
 
+2009-04-01  9:33 Ali aliov at xfce.org 
+	 * : Added man pages for the power manager and its settings
+
+2009-04-01  9:33 Ali aliov at xfce.org 
+	 * : 
+
 2009-03-31  8:48 Ali aliov at xfce.org 
 	 * : Bug:Brightness control wasn't getting disabled even if the user disabled it+fix dpms settings changed signal
 

Modified: xfce4-power-manager/trunk/Makefile.am
===================================================================
--- xfce4-power-manager/trunk/Makefile.am	2009-03-31 23:30:43 UTC (rev 7078)
+++ xfce4-power-manager/trunk/Makefile.am	2009-04-01 07:33:40 UTC (rev 7079)
@@ -13,9 +13,11 @@
 	po           	\
 	doc
 
-EXTRA_DIST = \
-	intltool-extract.in \
-	intltool-merge.in \
+
+EXTRA_DIST = 			\
+	TODO			\
+	intltool-extract.in 	\
+	intltool-merge.in 	\
 	intltool-update.in
 
 DISTCLEANFILES = \

Modified: xfce4-power-manager/trunk/TODO
===================================================================
--- xfce4-power-manager/trunk/TODO	2009-03-31 23:30:43 UTC (rev 7078)
+++ xfce4-power-manager/trunk/TODO	2009-04-01 07:33:40 UTC (rev 7079)
@@ -13,7 +13,7 @@
 * : Block any other notification when OnCriticalPower notification is opened, in the way that
     we don't close it before the user close it or the Adapter is plugged in again.
 
-* : Support Suspend Hybrid!
+* : Support Suspend Hybrid! ( DeviceKit power will not support this ).
     
 * : Probably an exit option in the context menu?
 
@@ -21,6 +21,4 @@
 
 * : Translations need to be updated.
 
-* : Man pages for xfce4-power-manager and its settings.
-
 * : Updating the documentations.

Modified: xfce4-power-manager/trunk/settings/Makefile.am
===================================================================
--- xfce4-power-manager/trunk/settings/Makefile.am	2009-03-31 23:30:43 UTC (rev 7078)
+++ xfce4-power-manager/trunk/settings/Makefile.am	2009-04-01 07:33:40 UTC (rev 7079)
@@ -37,6 +37,10 @@
 	$(top_builddir)/libxfpm/libxfpmcommon.la
 
 
+manpagedir = $(mandir)/man1
+
+manpage_DATA = xfce4-power-manager-settings.1
+
 if MAINTAINER_MODE
 
 BUILT_SOURCES = 				\
@@ -64,7 +68,8 @@
 	xfce-power-manager-dbus-client.h	\
 	xfpm-settings-glade.h			\
 	xfpm-settings.glade			\
-	$(desktop_in_files)
+	$(desktop_in_files)			\
+	$(manpage_DATA)
 
 DISTCLEANFILES =				\
 	$(BUILT_SOURCES)			\

Added: xfce4-power-manager/trunk/settings/xfce4-power-manager-settings.1
===================================================================
--- xfce4-power-manager/trunk/settings/xfce4-power-manager-settings.1	                        (rev 0)
+++ xfce4-power-manager/trunk/settings/xfce4-power-manager-settings.1	2009-04-01 07:33:40 UTC (rev 7079)
@@ -0,0 +1,36 @@
+.TH XFCE4-POWER-MANAGER 1 "Version 0.8.0" "31 March 2009"
+
+.SH NAME
+xfce4-power-manager-settings \- Settings dialog for the Xfce 4 Power manager
+
+.SH SYNOPSIS
+.B xfce4-power-manager-settings
+.I [options]
+.br
+
+.SH DESCRIPTION
+\fBxfce4-power-manager-settings\fP is a utility that comes with the Xfce4 power manager to access/change its configuration, 
+it is a separate program that uses xfconf to load/save settings with  respect  to  the  user  choice,
+\fBxfce4-power-manager-settings\fP requires the Xfce4 power manager to be up and running because it connects to it
+via DBus and gets information about which settings should be shown and  which  should  not,  for  example  the
+\fBxfce4-power-manager-settings\fP will not show the LCD brightness settings if no device was detected by the 
+running instance of the Xfce4 power manager.  \fBxfce4-power-manager-settings\fP doesn’t  not  have  any  command  line option.
+
+.SH BUGS
+Please report any bugs to
+.IR http://bugzilla.xfce.org/ .
+Development discussion should be conducted on the
+.IR goodies-dev at xfce.org
+mailing list.  Usage-related questions should be directed to the
+.IR xfce at xfce.org
+mailing list.
+
+.SH HOMEPAGE
+.I http://goodies.xfce.org/
+
+.SH AUTHOR
+Ali Abdallah <aliov at xfce.org>.
+
+This manual page was originally written by Ali Abdallah
+.br
+<aliov at xfce.org>.

Modified: xfce4-power-manager/trunk/src/Makefile.am
===================================================================
--- xfce4-power-manager/trunk/src/Makefile.am	2009-03-31 23:30:43 UTC (rev 7078)
+++ xfce4-power-manager/trunk/src/Makefile.am	2009-04-01 07:33:40 UTC (rev 7079)
@@ -90,6 +90,10 @@
 	$(LIBNOTIFY_LIBS)			\
 	$(DPMS_LIBS)		
 
+manpagedir = $(mandir)/man1
+
+manpage_DATA = xfce4-power-manager.1
+
 xfpm_glib_headers = 				\
 	$(srcdir)/xfpm-enum-glib.h			
 
@@ -163,9 +167,10 @@
 autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
 
 EXTRA_DIST = 					\
-	xfpm-marshal.list		\
-	xfpm-enum-glib.h		\
-	$(autostart_in_files)
+	xfpm-marshal.list			\
+	xfpm-enum-glib.h			\
+	$(autostart_in_files)			\
+	$(manpage_DATA)
 
 DISTCLEANFILES =				\
 	$(BUILT_SOURCES)			\

Added: xfce4-power-manager/trunk/src/xfce4-power-manager.1
===================================================================
--- xfce4-power-manager/trunk/src/xfce4-power-manager.1	                        (rev 0)
+++ xfce4-power-manager/trunk/src/xfce4-power-manager.1	2009-04-01 07:33:40 UTC (rev 7079)
@@ -0,0 +1,51 @@
+.TH XFCE4-POWER-MANAGER 1 "Version 0.8.0" "31 March 2009"
+
+.SH NAME
+xfce4-power-manager \- The Xfce 4 Power manager
+
+.SH SYNOPSIS
+.B xfce4-power-manager
+.I [options]
+.br
+
+.SH DESCRIPTION
+\fBxfce4-power-manager\fP manages the power sources on the computer and the devices that can be controlled
+to reduce their power consumption such as LCD brightness level, monitor sleep, CPU frequency scaling. In addition
+\fBxfce4-power-manager\fP provides a set of freedesktop compliant DBus interfaces to inform other applications 
+about current power level so they can adjust their power consumption, also it provides the inhibit interface which allow to 
+inhibit automatic sleep of the power manager, as an example of an application that should use this interface is an
+update manager.
+You can run \fBxfce4-power-manager\fP from the command line without specifying any extra argument.
+
+.SH OPTIONS
+.TP
+.B \--no-daemon
+Starts the power manager in non-daemon mode, useful for debugging.
+.TP
+.B \--restart
+Causes the running power manager to restart.
+.TP
+.B \--customize
+Shows the configuration dialog.
+.TP
+.B \--quit
+Causes any running \fBxfce4-power-manager\fP to exit.
+
+.SH BUGS
+Please report any bugs to
+.IR http://bugzilla.xfce.org/ .
+Development discussion should be conducted on the
+.IR goodies-dev at xfce.org
+mailing list.  Usage-related questions should be directed to the
+.IR xfce at xfce.org
+mailing list.
+
+.SH HOMEPAGE
+.I http://goodies.xfce.org/
+
+.SH AUTHOR
+Ali Abdallah <aliov at xfce.org>.
+
+This manual page was originally written by Ali Abdallah
+.br
+<aliov at xfce.org>.




More information about the Goodies-commits mailing list