source: lxde/desktop/lxde-common.xml@ 16dcd3d6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 16dcd3d6 was 16dcd3d6, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tags for lxde and dependencies

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

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