source: lxde/desktop/lxde-common-systemd.xml@ 541a7515

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

Manually added profile fix for lxde-common provided by Fernando.

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

  • Property mode set to 100644
File size: 6.5 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 "259b4a2db50117e632e34912251cfcb9">
10 <!ENTITY lxde-common-size "824 KB">
11 <!ENTITY lxde-common-buildsize "1.3 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 &lfs76_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="lxde-icon-theme"/>,
78 <xref linkend="lxpanel"/>,
79 <xref linkend="lxsession"/>,
80 <xref linkend="openbox"/>,
81 <xref linkend="pcmanfm"/>, and
82 <xref linkend="systemd"/> (for Logind)
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;
130ln -svfn profile/LXDE /etc/xdg/lxpanel/LXDE &amp;&amp;
131install -Dm644 lxde-logout.desktop /usr/share/applications/lxde-logout.desktop</userinput></screen>
132
133 <para>
134 If you have installed recommended dependencies, run the following
135 commands as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
139gtk-update-icon-cache -qf /usr/share/icons/hicolor &amp;&amp;
140update-desktop-database -q</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="using">
145 <title>Starting LXDE</title>
146
147 <para>
148 To start <application>LXDE</application> using <xref linkend="xinit"/>,
149 run the following commands:
150 </para>
151
152<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
153startlxde
154EOF
155
156startx</userinput></screen>
157
158 </sect2>
159
160
161 <sect2 role="commands">
162 <title>Command Explanations</title>
163
164 <para>
165 <command>sed -e ...</command>: This sed fixes the wrong path
166 of the default <application>PCManFM</application> configuration
167 file.
168 </para>
169
170 </sect2>
171
172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
176 <segtitle>Installed Programs</segtitle>
177 <segtitle>Installed Libraries</segtitle>
178 <segtitle>Installed Directories</segtitle>
179
180 <seglistitem>
181 <seg>
182 lxde-logout, openbox-lxde and startlxde
183 </seg>
184 <seg>
185 None
186 </seg>
187 <seg>
188 /etc/xdg/lxsession/LXDE,
189 /etc/xdg/pcmanfm/LXDE,
190 /usr/share/lxde and
191 /usr/share/lxpanel/profile/LXDE
192 </seg>
193 </seglistitem>
194 </segmentedlist>
195
196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
200
201 <varlistentry id="openbox-lxde">
202 <term><command>openbox-lxde</command></term>
203 <listitem>
204 <para>
205 is a wrapper script which runs <application>Openbox</application>
206 with <application>LXDE</application> specific config file.
207 </para>
208 <indexterm zone="lxde-common openbox-lxde">
209 <primary sortas="b-openbox-lxde">openbox-lxde</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="startlxde">
215 <term><command>startlxde</command></term>
216 <listitem>
217 <para>
218 is used to start the desktop session for
219 <application>LXDE</application>.
220 </para>
221 <indexterm zone="lxde-common startlxde">
222 <primary sortas="b-startlxde">startlxde</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.