From 877801226417e55d4592a0b0c38ff08559b9a3b3 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 20 May 2016 08:08:43 +0000 Subject: [PATCH] Add Hibernate/Suspend capability through COnsoleKit2 in LXQt git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17382 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 4 ++-- introduction/welcome/changelog.xml | 11 +++++++++++ lxqt/desktop/liblxqt.xml | 18 ++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/general.ent b/general.ent index c698708ce7..4d244ddb82 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index a549946fe4..e23d39877e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,17 @@ --> + + May 20th, 2016 + + + [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 #7628. + + + + May 19th, 2016 diff --git a/lxqt/desktop/liblxqt.xml b/lxqt/desktop/liblxqt.xml index 9bf41f98fd..9d3e133fd2 100644 --- a/lxqt/desktop/liblxqt.xml +++ b/lxqt/desktop/liblxqt.xml @@ -70,6 +70,17 @@ + Additional Downloads + + + + Optional patch, which adds Hibernate and + Suspend capabilities through ConsoleKit2 API: + + + + + liblxqt Dependencies Required @@ -87,6 +98,13 @@ Installation of liblxqt + + Optionally apply the following patch to be able to put your system + into Suspend or Hibernate state. + + +patch -p1 -i ../liblxqt-&liblxqt-version;-hibernate_consolekit-1.patch + Install liblxqt by running the following commands: