source: lxde/desktop/lxde-common.xml@ 67e58a5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 67e58a5 was 1c4f3b1f, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

More tags and other fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12744 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="consolekit"/>,
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 Notification Daemon, such as
95 <xref linkend="notification-daemon"/> or
96 <xref linkend="xfce4-notifyd"/> and
97 Polkit Authentication Agent, such as
98 <xref linkend="lxpolkit"/> or
99 <xref linkend="polkit-gnome"/>
100 </para>
101
102 <para condition="html" role="usernotes">
103 User Notes: <ulink url="&blfs-wiki;/lxde-common"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of LXDE Common</title>
109
110 <para>
111 Install <application>LXDE Common</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>sed -e "s:@prefix@/share/lxde/pcmanfm:@sysconfdir@/xdg/pcmanfm/LXDE:" \
116 -i startlxde.in &amp;&amp;
117./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 This package does not come with a test suite.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install &amp;&amp;
129install -Dm644 lxde-logout.desktop /usr/share/applications/lxde-logout.desktop</userinput></screen>
130
131 <para>
132 If you have installed recommended dependencies, run the following
133 commands as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
137gtk-update-icon-cache -qf /usr/share/icons/hicolor &amp;&amp;
138update-desktop-database -q</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="using">
143 <title>Starting LXDE</title>
144
145 <para>
146 To start <application>LXDE</application> using <xref linkend="xinit"/>,
147 run the following commands:
148 </para>
149
150<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
151ck-launch-session startlxde
152EOF
153
154startx</userinput></screen>
155
156 </sect2>
157
158
159 <sect2 role="commands">
160 <title>Command Explanations</title>
161
162 <para>
163 <command>sed -e ...</command>: This sed fixes the wrong path
164 of the default <application>PCManFM</application> configuration
165 file.
166 </para>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title>Contents</title>
172
173 <segmentedlist>
174 <segtitle>Installed Programs</segtitle>
175 <segtitle>Installed Libraries</segtitle>
176 <segtitle>Installed Directories</segtitle>
177
178 <seglistitem>
179 <seg>
180 lxde-logout, openbox-lxde and startlxde
181 </seg>
182 <seg>
183 None
184 </seg>
185 <seg>
186 /etc/xdg/lxsession/LXDE,
187 /etc/xdg/pcmanfm/LXDE,
188 /usr/share/lxde and
189 /usr/share/lxpanel/profile/LXDE
190 </seg>
191 </seglistitem>
192 </segmentedlist>
193
194 <variablelist>
195 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
196 <?dbfo list-presentation="list"?>
197 <?dbhtml list-presentation="table"?>
198
199 <varlistentry id="openbox-lxde">
200 <term><command>openbox-lxde</command></term>
201 <listitem>
202 <para>
203 is a wrapper script which runs <application>Openbox</application>
204 with <application>LXDE</application> specific config file.
205 </para>
206 <indexterm zone="lxde-common openbox-lxde">
207 <primary sortas="b-openbox-lxde">openbox-lxde</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="startlxde">
213 <term><command>startlxde</command></term>
214 <listitem>
215 <para>
216 is used to start the desktop session for
217 <application>LXDE</application>.
218 </para>
219 <indexterm zone="lxde-common startlxde">
220 <primary sortas="b-startlxde">startlxde</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.