source: lxde/desktop/lxsession.xml@ f0f8218

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since f0f8218 was f0f8218, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added the three required patches for logind to work correctly on lxsession page, some formatting changes made on build-order page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13739 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.6 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 lxsession-download-http "&sourceforge-repo;/lxde/lxsession-&lxsession-version;.tar.gz">
8 <!ENTITY lxsession-download-ftp " ">
9 <!ENTITY lxsession-md5sum "bc3eb71936dbdf813e9ac2f00ab948f0">
10 <!ENTITY lxsession-size "732 KB">
11 <!ENTITY lxsession-buildsize "23 MB">
12 <!ENTITY lxsession-time "0.3 SBU">
13]>
14
15<sect1 id="lxsession" xreflabel="LXSession-&lxsession-version;">
16 <?dbhtml filename="lxsession.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>LXSession-&lxsession-version;</title>
24
25 <indexterm zone="lxsession">
26 <primary sortas="a-LXSession">LXSession</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to LXSession</title>
31
32 <para>
33 The <application>LXSession</application> package contains the default
34 session manager for <application>LXDE</application>.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&lxsession-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&lxsession-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &lxsession-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &lxsession-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &lxsession-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &lxsession-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Required patch:
78 <ulink url="&patch-root;/lxsession/lxsession-&lxsession-version;-fix_logind_dbus-1.patch"/>
79 </para>
80 </listitem>
81 <listitem>
82 <para>
83 Required patch:
84 <ulink url="&patch-root;/lxsession/lxsession-&lxsession-version;-fix_logind_dbus-2.patch"/>
85 </para>
86 </listitem>
87 <listitem>
88 <para>
89 Required patch:
90 <ulink url="&patch-root;/lxsession/lxsession-&lxsession-version;-fix_logind_dbus-3.patch"/>
91 </para>
92 </listitem>
93 </itemizedlist>
94
95 <bridgehead renderas="sect3">LXSession Dependencies</bridgehead>
96
97 <bridgehead renderas="sect4">Required</bridgehead>
98 <para role="required">
99 <xref linkend="dbus-glib"/>,
100 <xref linkend="gtk2"/>,
101 <xref linkend="libgee"/>,
102 <xref linkend="lsb-release"/> (runtime for lxde-logout do not crash),
103 <xref linkend="polkit"/> and
104 <xref linkend="vala"/>
105 </para>
106
107 <bridgehead renderas="sect4">Optional</bridgehead>
108 <para role="optional">
109 <xref linkend="libxslt"/> with
110 <xref linkend="DocBook"/> and
111 <xref linkend="docbook-xsl"/> (to build man pages)
112 </para>
113
114 <para condition="html" role="usernotes">
115 User Notes: <ulink url="&blfs-wiki;/lxsession"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of LXSession</title>
121
122 <para>
123 Install <application>LXSession</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>patch -Np1 -i ../lxsession-&lxsession-version;-fix_logind_dbus-1.patch &amp;&amp;
128patch -Np1 -i ../lxsession-&lxsession-version;-fix_logind_dbus-2.patch &amp;&amp;
129patch -Np1 -i ../lxsession-&lxsession-version;-fix_logind_dbus-3.patch &amp;&amp;
130./configure --prefix=/usr --disable-man &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 This package does not come with a test suite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <para>
149 <parameter>--disable-man</parameter>: This switch disables building of
150 the manual pages. Remove it if you have installed optional dependencies
151 and wish to build the manual pages.
152 </para>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directory</segtitle>
163
164 <seglistitem>
165 <seg>
166 lxclipboard, lxlock, lxpolkit, lxsession, lxsession-default,
167 lxsession-default-apps, lxsession-default-terminal,
168 lxsession-edit and lxsession-logout
169 </seg>
170 <seg>
171 None
172 </seg>
173 <seg>
174 /usr/share/lxsession
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="lxsession-prog">
185 <term><command>lxsession</command></term>
186 <listitem>
187 <para>
188 is a lightweight X session manager.
189 </para>
190 <indexterm zone="lxsession lxsession-prog">
191 <primary sortas="b-lxsession">lxsession</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 </variablelist>
197
198 </sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.