source: lxde/desktop/lxsession.xml@ 8ee0429

systemd-13485
Last change on this file since 8ee0429 was 8ee0429, checked in by Douglas R. Reno <renodr@…>, 8 years ago

(systemd) LFS79 Tags
(systemd) Tons of GCC6 Tags

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

  • Property mode set to 100644
File size: 4.8 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.xz">
8 <!ENTITY lxsession-download-ftp " ">
9 <!ENTITY lxsession-md5sum "2957acccbf9ce37ef8205ec5424f8047">
10 <!ENTITY lxsession-size "348 KB">
11 <!ENTITY lxsession-buildsize "14 MB">
12 <!ENTITY lxsession-time "0.2 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 &lfs79_checked;&gcc6_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">LXSession Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="dbus-glib"/>,
78 <xref linkend="gtk2"/>,
79 <xref linkend="libunique"/>,
80 <xref linkend="lsb-release"/> (runtime) and
81 <xref linkend="polkit"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="libxslt"/> with
87 <xref linkend="DocBook"/>,
88 <xref linkend="docbook-xsl"/> (to build man pages),
89 <xref linkend="upower"/> and
90 <xref linkend="vala"/>
91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/lxsession"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of LXSession</title>
100
101 <para>
102 Install <application>LXSession</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr --disable-man &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <parameter>--disable-man</parameter>: This switch disables building of
126 the manual pages. Remove it if you have installed optional dependencies
127 and wish to build the manual pages.
128 </para>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directory</segtitle>
139
140 <seglistitem>
141 <seg>
142 lxclipboard, lxlock, lxpolkit, lxsession, lxsession-db,
143 lxsession-default, lxsession-default-apps,
144 lxsession-default-terminal, lxsession-edit, lxsession-logout,
145 lxsession-xdg-autostart, lxsession-xsettings, and lxsettings-daemon
146 </seg>
147 <seg>
148 None
149 </seg>
150 <seg>
151 /usr/share/lxsession
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="lxsession-prog">
162 <term><command>lxsession</command></term>
163 <listitem>
164 <para>
165 is a lightweight X session manager.
166 </para>
167 <indexterm zone="lxsession lxsession-prog">
168 <primary sortas="b-lxsession">lxsession</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.