source: xfce/core/xfce4-power-manager.xml@ 0b33a30

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0b33a30 was 0b33a30, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Add a fix to udev-extras keymap Makefile issue exposed by LFS-7.3
LFS-7.3 tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11098 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xfce4-power-manager-download-http
8 "http://archive.xfce.org/src/xfce/xfce4-power-manager/1.2/xfce4-power-manager-&xfce4-power-manager-version;.tar.bz2">
9 <!ENTITY xfce4-power-manager-download-ftp " ">
10 <!ENTITY xfce4-power-manager-md5sum "935599b7114b0a4b0e2c9a5d6c72524c">
11 <!ENTITY xfce4-power-manager-size "1 MB">
12 <!ENTITY xfce4-power-manager-buildsize "19 MB">
13 <!ENTITY xfce4-power-manager-time "0.2 SBU">
14]>
15
16<sect1 id="xfce4-power-manager" xreflabel="xfce4-power-manager-&xfce4-power-manager-version;">
17 <?dbhtml filename="xfce4-power-manager.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>xfce4-power-manager-&xfce4-power-manager-version;</title>
25
26 <indexterm zone="xfce4-power-manager">
27 <primary sortas="a-xfce4-power-manager">xfce4-power-manager</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xfce4 Power Manager</title>
32
33 <para>
34 The <application>Xfce4 Power Manager</application> is a power manager for
35 the <application>Xfce</application> desktop, <application>Xfce power
36 manager</application> manages the power sources on the computer and the
37 devices that can be controlled to reduce their power consumption (such as
38 LCD brightness level, monitor sleep, CPU frequency scaling). In addition,
39 <application>Xfce4 Power Manager</application> provides a set of
40 freedesktop-compliant <application>DBus</application> interfaces to
41 inform other applications about current power level so that they can
42 adjust their power consumption.
43 </para>
44
45 &lfs73_checked;
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&xfce4-power-manager-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&xfce4-power-manager-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &xfce4-power-manager-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &xfce4-power-manager-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &xfce4-power-manager-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &xfce4-power-manager-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">Xfce4 Power Manager Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="libnotify"/> and
86 <xref linkend="xfce4-panel"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/xfce4-power-manager"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Xfce4 Power Manager</title>
96
97 <para>
98 Install <application>Xfce4 Power Manager</application> by running the
99 following commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make docdir=/usr/share/doc/xfce4-power-manager-&xfce4-power-manager-version; \
114 imagesdir=/usr/share/doc/xfce4-power-manager-&xfce4-power-manager-version;/images install</userinput></screen>
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para>
121 <parameter>docdir=/usr/share/doc/xfce4-power-manager-&xfce4-power-manager-version;</parameter>
122 and
123 <parameter>imagesdir=/usr/share/doc/xfce4-power-manager-&xfce4-power-manager-version;/images</parameter>:
124 These parameters put a html file and some images in a versioned directory
125 in <filename class="directory">/usr/share/doc</filename>.
126 </para>
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 xfce4-power-information,
140 xfce4-power-manager,
141 xfce4-power-manager-settings and
142 xfpm-power-backlight-helper
143 </seg>
144 <seg>
145 None
146 </seg>
147 <seg>
148 None
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="xfce4-power-information">
159 <term><command>xfce4-power-information</command></term>
160 <listitem>
161 <para>
162 is a <application>Gtk 2</application> application that displays
163 information about installed devices. It uses
164 <application>DBus</application> to comunicate with
165 <application>UPower</application> which is required at runtime for
166 <command>xfce4-power-information</command> to give any meaningful
167 output.
168 </para>
169 <indexterm zone="xfce4-power-manager xfce4-power-information">
170 <primary sortas="b-xfce4-power-information">xfce4-power-information</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="xfce4-power-manager-prog">
176 <term><command>xfce4-power-manager</command></term>
177 <listitem>
178 <para>
179 is the <application>Xfce</application> power manager.
180 </para>
181 <indexterm zone="xfce4-power-manager xfce4-power-manager-prog">
182 <primary sortas="b-xfce4-power-manager">xfce4-power-manager</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="xfce4-power-manager-settings">
188 <term><command>xfce4-power-manager-settings</command></term>
189 <listitem>
190 <para>
191 is a utility that comes with the <application>Xfce</application>
192 power manager to access/change its configuration.
193 </para>
194 <indexterm zone="xfce4-power-manager xfce4-power-manager-settings">
195 <primary sortas="b-xfce4-power-manager-settings">xfce4-power-manager-settings</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="xfpm-power-backlight-helper">
201 <term><command>xfpm-power-backlight-helper</command></term>
202 <listitem>
203 <para>
204 is a command line utility to get or set the brightness of your
205 screen.
206 </para>
207 <indexterm zone="xfce4-power-manager xfpm-power-backlight-helper">
208 <primary sortas="b-xfpm-power-backlight-helper">xfpm-power-backlight-helper</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212 </variablelist>
213 </sect2>
214</sect1>
Note: See TracBrowser for help on using the repository browser.