source: xfce/core/xfce4-power-manager.xml@ 17bcb81

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 17bcb81 was 17bcb81, checked in by Andrew Benton <andy@…>, 12 years ago

Xfce-4.10

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

  • Property mode set to 100644
File size: 7.1 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 &lfs71_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
135 <seglistitem>
136 <seg>
137 xfce4-power-information,
138 xfce4-power-manager,
139 xfce4-power-manager-settings and
140 xfpm-power-backlight-helper.
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="xfce4-power-information">
151 <term><command>xfce4-power-information</command></term>
152 <listitem>
153 <para>
154 is a <application>Gtk 2</application> application that displays
155 information about installed devices. It uses
156 <application>DBus</application> to comunicate with
157 <application>UPower</application> which is required at runtime for
158 <command>xfce4-power-information</command> to give any meaningful
159 output.
160 </para>
161 <indexterm zone="xfce4-power-manager xfce4-power-information">
162 <primary sortas="b-xfce4-power-information">xfce4-power-information</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="xfce4-power-manager-prog">
168 <term><command>xfce4-power-manager</command></term>
169 <listitem>
170 <para>
171 is the <application>Xfce</application> power manager.
172 </para>
173 <indexterm zone="xfce4-power-manager xfce4-power-manager-prog">
174 <primary sortas="b-xfce4-power-manager">xfce4-power-manager</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="xfce4-power-manager-settings">
180 <term><command>xfce4-power-manager-settings</command></term>
181 <listitem>
182 <para>
183 is a utility that comes with the <application>Xfce</application>
184 power manager to access/change its configuration.
185 </para>
186 <indexterm zone="xfce4-power-manager xfce4-power-manager-settings">
187 <primary sortas="b-xfce4-power-manager-settings">xfce4-power-manager-settings</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="xfpm-power-backlight-helper">
193 <term><command>xfpm-power-backlight-helper</command></term>
194 <listitem>
195 <para>
196 is a command line utility to get or set the brightness of your
197 screen.
198 </para>
199 <indexterm zone="xfce4-power-manager xfpm-power-backlight-helper">
200 <primary sortas="b-xfpm-power-backlight-helper">xfpm-power-backlight-helper</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204 </variablelist>
205 </sect2>
206</sect1>
Note: See TracBrowser for help on using the repository browser.