source: lxde/desktop/lxsession.xml@ 85ec85ef

gnome
Last change on this file since 85ec85ef was fc0589b, checked in by Christopher Gregory <cjg@…>, 10 years ago

Replaced consolekit dependency on kde-workspace page with systemd Replaced consolekit dependency on starting kde page with systemd and added systemd
notes Replaced ibus external url to xref as ibus
page has been readded to kdeplasma-addons page kde-workspace lxde-common Added patch to
fix systemd-login and the Make file on the lxsession page Replaced consolekit
dependency on xfce4-session page with systemd and added optional patch deleted consolekit page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13408 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
75 <bridgehead renderas="sect4">Required Patches</bridgehead>
76 <itemizedlist spacing='compact'>
77 <listitem>
78 <para><ulink
79 url="http://mirror.internode.on.net/pub/gentoo-portage/lxde-base/lxsession/files/lxsession-0.4.9.2-fix-logind-dbus-calls.patch"/></para>
80 </listitem>
81 <listitem>
82 <para><ulink
83 url="http://mirror.internode.on.net/pub/gentoo-portage/lxde-base/lxsession/files/lxsession-0.4.9.2-makefile.patch"/></para>
84 </listitem>
85 </itemizedlist>
86
87 <bridgehead renderas="sect3">LXSession Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="dbus-glib"/>,
92 <xref linkend="gtk2"/>,
93 <xref linkend="libgee"/>,
94 <xref linkend="lsb-release"/> (runtime for lxde-logout do not crash),
95 <xref linkend="polkit"/> and
96 <xref linkend="vala"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="libxslt"/> with
102 <xref linkend="DocBook"/> and
103 <xref linkend="docbook-xsl"/> (to build man pages)
104 </para>
105
106 <para condition="html" role="usernotes">
107 User Notes: <ulink url="&blfs-wiki;/lxsession"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of LXSession</title>
113
114 <para>
115 Install <application>LXSession</application> by running the following
116 commands:
117 </para>
118
119
120 <para>Apply a patch to fix systemd-login:</para>
121
122<screen><userinput>patch -Np1 -i ../lxsession-&lxsession-version;-fix-logind-dbus-calls.patch</userinput></screen>
123
124 <para>Apply a patch to fix an error in the makefile:</para>
125
126<screen><userinput>patch -Np1 -i ../lxsession-&lxsession-version;-makefile.patch</userinput></screen>
127
128
129<screen><userinput>./configure --prefix=/usr --disable-man &amp;&amp;
130make</userinput></screen>
131
132 <para>
133 This package does not come with a test suite.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <para>
148 <parameter>--disable-man</parameter>: This switch disables building of
149 the manual pages. Remove it if you have installed optional dependencies
150 and wish to build the manual pages.
151 </para>
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directory</segtitle>
162
163 <seglistitem>
164 <seg>
165 lxclipboard, lxlock, lxpolkit, lxsession, lxsession-default,
166 lxsession-default-apps, lxsession-default-terminal,
167 lxsession-edit and lxsession-logout
168 </seg>
169 <seg>
170 None
171 </seg>
172 <seg>
173 /usr/share/lxsession
174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="lxsession-prog">
184 <term><command>lxsession</command></term>
185 <listitem>
186 <para>
187 is a lightweight X session manager.
188 </para>
189 <indexterm zone="lxsession lxsession-prog">
190 <primary sortas="b-lxsession">lxsession</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 </variablelist>
196
197 </sect2>
198
199</sect1>
Note: See TracBrowser for help on using the repository browser.