Changeset c744d53e
- Timestamp:
- 04/20/2016 08:10:31 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- becfbd8
- Parents:
- b291709
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rb291709 rc744d53e 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[pierre] - Add a patch to Lxsession-0.5.2 to allow using 51 the ConsoleKit2 API for Suspend and Hibernate.</para> 52 </listitem> 53 <listitem> 50 54 <para>[bdubbs] - Update to phonon-4.9.0. Fixes 51 55 <ulink url="&blfs-ticket-root;7741">#7741</ulink>.</para> -
lxde/desktop/lxsession.xml
rb291709 rc744d53e 71 71 </itemizedlist> 72 72 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 <itemizedlist spacing="compact"> 75 <listitem> 76 <para> 77 Optional patch, which adds <quote>Hibernate</quote> and <quote> 78 Suspend</quote> capabilities through ConsoleKit2 API: 79 <ulink url="&patch-root;/lxsession-&lxsession-version;-hibernate_consolekit-2.patch"/> 80 </para> 81 </listitem> 82 </itemizedlist> 83 73 84 <bridgehead renderas="sect3">LXSession Dependencies</bridgehead> 74 85 … … 76 87 <para role="required"> 77 88 <xref linkend="dbus-glib"/>, 78 <xref linkend="gtk2"/>, 79 <xref linkend="libunique"/> (used by lxpolkit and lxclipboard), 89 <xref linkend="libunique"/>, 80 90 <xref linkend="lsb-release"/> (runtime for lxde-logout so it does not crash), 81 91 <xref linkend="polkit"/>, and … … 85 95 <bridgehead renderas="sect4">Optional</bridgehead> 86 96 <para role="optional"> 97 <xref linkend="consolekit"/> (used at runtime by 98 <command>lxsession-logout</command>), 99 <xref linkend="gtk3"/>, and 87 100 <xref linkend="libxslt"/> with 88 <xref linkend="DocBook"/>, 89 <xref linkend="docbook-xsl"/> (to build man pages), and 90 <xref linkend="upower"/> with 91 <xref linkend="pm-utils"/> (used by <command>lxsession-logout</command>) 101 <xref linkend="DocBook"/> and 102 <xref linkend="docbook-xsl"/> (to build man pages) 92 103 </para> 93 104 … … 99 110 <sect2 role="installation"> 100 111 <title>Installation of LXSession</title> 112 113 <para> 114 Optionally apply the following patch to be able to put your system 115 into <quote>Suspend</quote> or <quote>Hibernate</quote> state. 116 </para> 117 118 <screen><userinput>patch -Np1 -i ../lxsession-&lxsession-version;-hibernate_consolekit-2.patch</userinput></screen> 101 119 102 120 <para> … … 127 145 the manual pages. Remove it if you have installed optional dependencies 128 146 and wish to build the manual pages. 147 </para> 148 149 <para> 150 <option>--enable-gtk3</option>: Builds against <application>GTK+-3 151 </application> instead of <application>GTK+-2</application>, which 152 is required anyway by <application>libunique</application>. 129 153 </para> 130 154 … … 274 298 <listitem> 275 299 <para> 276 is a program t hat to logout from LXSession.300 is a program to logout from LXSession. 277 301 </para> 278 302 <indexterm zone="lxsession lxsession-logout">
Note:
See TracChangeset
for help on using the changeset viewer.