mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Add Hibernate/Suspend capability through COnsoleKit2 in LXQt
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17382 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e9a5b1d7d1
commit
8778012264
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "19"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "20"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2016">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "May 19th &year;">
|
||||
<!ENTITY releasedate "May 20 &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -44,6 +44,17 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>May 20th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Add a patch to liblxqt, so that it is possible
|
||||
to put the system in Suspend/Hibernate state through the ConsoleKit2
|
||||
API. Part of <ulink url="&blfs-ticket-root;7628">#7628</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 19th, 2016</para>
|
||||
<itemizedlist>
|
||||
|
@ -70,6 +70,17 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Optional patch, which adds <quote>Hibernate</quote> and
|
||||
<quote>Suspend</quote> capabilities through ConsoleKit2 API:
|
||||
<ulink url="&patch-root;/liblxqt-&liblxqt-version;-hibernate_consolekit-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">liblxqt Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -87,6 +98,13 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of liblxqt</title>
|
||||
|
||||
<para>
|
||||
Optionally apply the following patch to be able to put your system
|
||||
into <quote>Suspend</quote> or <quote>Hibernate</quote> state.
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -p1 -i ../liblxqt-&liblxqt-version;-hibernate_consolekit-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>liblxqt</application> by running the
|
||||
following commands:
|
||||
|
Loading…
Reference in New Issue
Block a user