source: lxde/desktop/lxde-common.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: 6.4 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 lxde-common-download-http "&sourceforge-repo;/lxde/lxde-common-&lxde-common-version;.tar.gz">
8 <!ENTITY lxde-common-download-ftp " ">
9 <!ENTITY lxde-common-md5sum "e51a6b2a815a89fda1f497b509465a97">
10 <!ENTITY lxde-common-size "880 KB">
11 <!ENTITY lxde-common-buildsize "2.4 MB">
12 <!ENTITY lxde-common-time "less than 0.1 SBU">
13]>
14
15<sect1 id="lxde-common" xreflabel="lxde-common-&lxde-common-version;">
16 <?dbhtml filename="lxde-common.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>lxde-common-&lxde-common-version;</title>
24
25 <indexterm zone="lxde-common">
26 <primary sortas="a-lxde-common">lxde-common</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to LXDE Common</title>
31
32 <para>
33 The <application>LXDE Common</application> package provides
34 a set of default configuration for LXDE.
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="&lxde-common-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&lxde-common-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &lxde-common-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &lxde-common-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &lxde-common-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &lxde-common-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">LXDE Common Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="systemd"/>,
78 <xref linkend="lxde-icon-theme"/>,
79 <xref linkend="lxpanel"/>,
80 <xref linkend="lxsession"/>,
81 <xref linkend="openbox"/> (runtime), and
82 <xref linkend="pcmanfm"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="desktop-file-utils"/>,
88 <xref linkend="hicolor-icon-theme"/>, and
89 <xref linkend="shared-mime-info"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
93 <para role="optional">
94 <xref linkend="dbus"/>,
95 a notification daemon such as
96 <xref linkend="notification-daemon"/> or
97 <xref linkend="xfce4-notifyd"/>, and
98 a polkit authentication agent such as
99 <xref linkend="lxpolkit"/> or
100 <xref linkend="polkit-gnome"/>
101 </para>
102
103 <para condition="html" role="usernotes">
104 User Notes: <ulink url="&blfs-wiki;/lxde-common"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of LXDE Common</title>
110
111 <para>
112 Install <application>LXDE Common</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>sed -e "s:@prefix@/share/lxde/pcmanfm:@sysconfdir@/xdg/pcmanfm/LXDE:" \
117 -i startlxde.in &amp;&amp;
118./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install &amp;&amp;
130install -Dm644 lxde-logout.desktop /usr/share/applications/lxde-logout.desktop</userinput></screen>
131
132 <para>
133 If you have installed recommended dependencies, run the following
134 commands as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
138gtk-update-icon-cache -qf /usr/share/icons/hicolor &amp;&amp;
139update-desktop-database -q</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="using">
144 <title>Starting LXDE</title>
145
146 <para>
147 To start <application>LXDE</application> using <xref linkend="xinit"/>,
148 run the following commands:
149 </para>
150
151<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
152ck-launch-session startlxde
153EOF
154
155startx</userinput></screen>
156
157 </sect2>
158
159
160 <sect2 role="commands">
161 <title>Command Explanations</title>
162
163 <para>
164 <command>sed -e ...</command>: This sed fixes the wrong path
165 of the default <application>PCManFM</application> configuration
166 file.
167 </para>
168
169 </sect2>
170
171 <sect2 role="content">
172 <title>Contents</title>
173
174 <segmentedlist>
175 <segtitle>Installed Programs</segtitle>
176 <segtitle>Installed Libraries</segtitle>
177 <segtitle>Installed Directories</segtitle>
178
179 <seglistitem>
180 <seg>
181 lxde-logout, openbox-lxde and startlxde
182 </seg>
183 <seg>
184 None
185 </seg>
186 <seg>
187 /etc/xdg/lxsession/LXDE,
188 /etc/xdg/pcmanfm/LXDE,
189 /usr/share/lxde and
190 /usr/share/lxpanel/profile/LXDE
191 </seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="openbox-lxde">
201 <term><command>openbox-lxde</command></term>
202 <listitem>
203 <para>
204 is a wrapper script which runs <application>Openbox</application>
205 with <application>LXDE</application> specific config file.
206 </para>
207 <indexterm zone="lxde-common openbox-lxde">
208 <primary sortas="b-openbox-lxde">openbox-lxde</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="startlxde">
214 <term><command>startlxde</command></term>
215 <listitem>
216 <para>
217 is used to start the desktop session for
218 <application>LXDE</application>.
219 </para>
220 <indexterm zone="lxde-common startlxde">
221 <primary sortas="b-startlxde">startlxde</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.