source: lxde/desktop/lxde-common.xml@ 8490099

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8490099 was ff3a9a0, checked in by Pierre Labastie <pieere@…>, 7 years ago

lxpanel-0.9.1, lxde-common-0.99.2, mupdf-1.10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18016 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.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.xz">
8 <!ENTITY lxde-common-download-ftp " ">
9 <!ENTITY lxde-common-md5sum "14a9d19c4576dc15d985453ccb8ca9f6">
10 <!ENTITY lxde-common-size "869 KB">
11 <!ENTITY lxde-common-buildsize "2.7 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 &lfs7a_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"/> (runtime), and
81 <xref linkend="pcmanfm"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="desktop-file-utils"/>,
87 <xref linkend="hicolor-icon-theme"/>, and
88 <xref linkend="shared-mime-info"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
92 <para role="recommended">
93 <phrase revision="sysv"><xref linkend="consolekit"/> and</phrase>
94 <xref linkend="dbus"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
98 <para role="optional">
99 A notification daemon such as
100 <xref linkend="notification-daemon"/> or
101 <xref linkend="xfce4-notifyd"/>, and a display manager such as
102 <xref linkend="lxdm"/> or
103 <xref linkend="sddm"/>
104 </para>
105
106 <para condition="html" role="usernotes">
107 User Notes: <ulink url="&blfs-wiki;/lxde-common"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of LXDE Common</title>
113
114 <para>
115 Install <application>LXDE Common</application> by running the following
116 commands:
117 </para>
118
119<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
120make</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</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 You can start <application>LXDE</application> from runlevel 3, using
148 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
149 such as <xref linkend="lxdm"/>.
150 </para>
151
152 <para>
153 To start <application>LXDE</application> using <xref linkend="xinit"/>,
154 run the following commands:
155 </para>
156
157<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
158<literal># No need to run dbus-launch, since it is run by startlxde
159ck-launch-session startlxde</literal>
160EOF
161
162startx</userinput></screen>
163
164 <para>
165 The X session starts on the first unused virtual terminal, normally vt7.
166 You can switch to another vt<emphasis>n</emphasis> simultaneously
167 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
168 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
169 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
170 <command>startx</command> was executed will display many messages,
171 including X starting messages, applications automatically started with
172 the session, and eventually, some warning and error messages. You may
173 prefer to redirect those messages to a log file, which not only will keep
174 the initial vt uncluttered, but can also be used for debug purposes. This
175 can be done starting X with:
176 </para>
177
178 <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
179
180 <note>
181 <para>
182 You may wish to drop consolekit, just using
183 startlxde in ~/.xinitrc. However some capabilities such as mounting or
184 umounting file systems from a file manager will not be available, or
185 the reboot option will be absent or inoperative, among other problems.
186 </para>
187 </note>
188
189 <para>
190 When shutting down or rebooting, the shutdown messages appear on the vt
191 where X was running. If you wish to see those messages, simultaneously
192 press keys Alt-F7 (assuming that X was running on vt7).
193 </para>
194
195 </sect2>
196<!--
197 <sect2 role="commands">
198 <title>Command Explanations</title>
199
200 <para>
201 <command>ln -svfn profile/LXDE ...</command>: Fixes the wrong path of the
202 default <application>LXPanel</application> profile.
203 </para>
204
205 </sect2>-->
206
207 <sect2 role="content">
208 <title>Contents</title>
209
210 <segmentedlist>
211 <segtitle>Installed Programs</segtitle>
212 <segtitle>Installed Libraries</segtitle>
213 <segtitle>Installed Directories</segtitle>
214
215 <seglistitem>
216 <seg>
217 lxde-logout, openbox-lxde and startlxde
218 </seg>
219 <seg>
220 None
221 </seg>
222 <seg>
223 /etc/xdg/{lxpanel,lxsession,openbox,pcmanfm}/LXDE and
224 /usr/share/lxde
225 </seg>
226 </seglistitem>
227 </segmentedlist>
228
229 <variablelist>
230 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
231 <?dbfo list-presentation="list"?>
232 <?dbhtml list-presentation="table"?>
233
234 <varlistentry id="lxde-logout">
235 <term><command>lxde-logout</command></term>
236 <listitem>
237 <para>
238 is used to quit the desktop session for
239 <application>LXDE</application>.
240 </para>
241 <indexterm zone="lxde-common lxde-logout">
242 <primary sortas="b-lxde-logout">lxde-logout</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="openbox-lxde">
248 <term><command>openbox-lxde</command></term>
249 <listitem>
250 <para>
251 is a wrapper script which runs <application>Openbox</application>
252 with <application>LXDE</application> specific config file.
253 </para>
254 <indexterm zone="lxde-common openbox-lxde">
255 <primary sortas="b-openbox-lxde">openbox-lxde</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="startlxde">
261 <term><command>startlxde</command></term>
262 <listitem>
263 <para>
264 is used to start the desktop session for
265 <application>LXDE</application>.
266 </para>
267 <indexterm zone="lxde-common startlxde">
268 <primary sortas="b-startlxde">startlxde</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 </variablelist>
274
275 </sect2>
276
277</sect1>
Note: See TracBrowser for help on using the repository browser.