mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
1a55dac469
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8570 af4574ff-66df-0310-9fd7-8a98e5e911e0
218 lines
8.3 KiB
XML
218 lines
8.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-power-manager-download-http "&gnome-download-http;/gnome-power-manager/&gnome-version;/gnome-power-manager-&gnome-power-manager-version;.tar.bz2">
|
|
<!ENTITY gnome-power-manager-download-ftp "&gnome-download-ftp;/gnome-power-manager/&gnome-version;/gnome-power-manager-&gnome-power-manager-version;.tar.bz2">
|
|
<!ENTITY gnome-power-manager-md5sum "b85178b8db77db5d22e185430549a295">
|
|
<!ENTITY gnome-power-manager-size "3.7 MB">
|
|
<!ENTITY gnome-power-manager-buildsize "46 MB">
|
|
<!ENTITY gnome-power-manager-time "0.5 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-power-manager" xreflabel="gnome-power-manager-&gnome-power-manager-version;">
|
|
<?dbhtml filename="gnome-power-manager.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gnome-power-manager-&gnome-power-manager-version;</title>
|
|
|
|
<indexterm zone="gnome-power-manager">
|
|
<primary sortas="a-gnome-power-manager">gnome-power-manager</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to gnome-power-manager</title>
|
|
|
|
<para>The <application>gnome-power-manager</application> is a session daemon
|
|
for the <application>GNOME</application> desktop environment that makes it
|
|
easy to manage your laptop or desktop system.</para>
|
|
|
|
&lfs65_built;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gnome-power-manager-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gnome-power-manager-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gnome-power-manager-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gnome-power-manager-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gnome-power-manager-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gnome-power-manager-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">gnome-power-manager Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="gnome-panel"/>,
|
|
<xref linkend="libgnome-keyring"/>,
|
|
<xref linkend="libnotify"/>,
|
|
<xref linkend="libunique"/>, and
|
|
<xref linkend="upower"/></para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended"><xref linkend="hal"/> (Listed as required in README, but can be disabled.)</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="xmlto"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gnome-power-manager"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of gnome-power-manager</title>
|
|
|
|
<para>Install <application>gnome-power-manager</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
|
--sysconfdir=&gnome-etc-dir; \
|
|
--libexecdir=$(pkg-config \
|
|
--variable=prefix ORBit-2.0)/lib/gnome-power-manager &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><option>--disable-scrollkeeper</option>: Use this parameter if you
|
|
wish to disable the updates to the scrollkeeper database.</para>
|
|
<para><option>--disable-schemas-install</option>: Use this parameter if you
|
|
wish to disable the schemas installation.</para>
|
|
<para><option>--disable-hal</option>: Use this parameter if you wish to
|
|
disable HAL support.</para>
|
|
<para><option>--enable-tests</option>: Use this parameter if you wish to
|
|
build the self tests.</para>
|
|
<para><option>--disable-applets</option>: Use this parameter if you wish to
|
|
disable the extra power applets.</para>
|
|
<para><option>--enable-docbook-docs</option>: Use this parameter if you wish
|
|
to build the documentation.</para>
|
|
<para><option>--without-dpms-ext</option>: Use this parameter if you wish to
|
|
disable support for the DPMS extension.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>gnome-power-bugreport.sh, gnome-power-manager,
|
|
gnome-power-preferences, gnome-power-statistics,
|
|
gnome-brightness-applet, and gnome-inhibit-applet</seg>
|
|
<seg>None</seg>
|
|
<seg><envar>$GNOME_PREFIX</envar>/{lib/gnome-power-manager,
|
|
share/{gnome-power-manager/icons/hicolor/{16x16/{actions,status},
|
|
22x22/{actions,status},24x24/{actions,status},32x32/{actions,status},
|
|
48x48/{actions,status},scalable/{actions,status}},
|
|
gnome/help/gnome-power-manager/*,omf/gnome-power-manager}}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gnome-power-bugreport.sh">
|
|
<term><command>gnome-power-bugreport.sh</command></term>
|
|
<listitem>
|
|
<para>generates a bug report.</para>
|
|
<indexterm zone="gnome-power-manager gnome-power-bugreport.sh">
|
|
<primary
|
|
sortas="b-gnome-power-bugreport.sh">gnome-power-bugreport.sh</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-power-manager-prog">
|
|
<term><command>gnome-power-manager</command></term>
|
|
<listitem>
|
|
<para>is the manager daemon itself.</para>
|
|
<indexterm zone="gnome-power-manager gnome-power-manager-prog">
|
|
<primary sortas="b-gnome-power-manager">gnome-power-manager</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-power-preferences">
|
|
<term><command>gnome-power-preferences</command></term>
|
|
<listitem>
|
|
<para>is the control panel program, for configuration.</para>
|
|
<indexterm zone="gnome-power-manager gnome-power-preferences">
|
|
<primary
|
|
sortas="b-gnome-power-preferences">gnome-power-preferences</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-power-statistics">
|
|
<term><command>gnome-power-statistics</command></term>
|
|
<listitem>
|
|
<para>is the statistics graphing program.</para>
|
|
<indexterm zone="gnome-power-manager gnome-power-statistics">
|
|
<primary
|
|
sortas="b-gnome-power-statistics">gnome-power-statistics</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-brightness-applet">
|
|
<term><command>gnome-brightness-applet</command></term>
|
|
<listitem>
|
|
<para>allows the user to change the brightness temporarily without
|
|
changing the default policy.</para>
|
|
<indexterm zone="gnome-power-manager gnome-brightness-applet">
|
|
<primary
|
|
sortas="b-gnome-brightness-applet">gnome-brightness-applet</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-inhibit-applet">
|
|
<term><command>gnome-inhibit-applet</command></term>
|
|
<listitem>
|
|
<para>allows the user to prevent the computer auto-sleeping when
|
|
inactive.</para>
|
|
<indexterm zone="gnome-power-manager gnome-inhibit-applet">
|
|
<primary
|
|
sortas="b-gnome-inhibit-applet">gnome-inhibit-applet</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|