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

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since fbf7a3d1 was cad00b2, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tag LXDE

  • Property mode set to 100644
File size: 7.8 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
19 <title>lxde-common-&lxde-common-version;</title>
20
21 <indexterm zone="lxde-common">
22 <primary sortas="a-lxde-common">lxde-common</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to LXDE Common</title>
27
28 <para>
29 The <application>LXDE Common</application> package provides
30 a set of default configuration for LXDE.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&lxde-common-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lxde-common-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lxde-common-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lxde-common-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lxde-common-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lxde-common-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">LXDE Common Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="lxde-icon-theme"/>,
74 <xref linkend="lxpanel"/>,
75 <xref linkend="lxsession"/>,
76 <xref role="runtime" linkend="openbox"/> (runtime), and
77 <xref linkend="pcmanfm"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="desktop-file-utils"/>,
83 <xref linkend="hicolor-icon-theme"/>, and
84 <xref linkend="shared-mime-info"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
88 <para role="optional">
89 <!-- polkit agent built in lxsession -->
90 A notification daemon such as
91 <xref role="runtime" linkend="notification-daemon"/> or
92 <xref role="runtime" linkend="xfce4-notifyd"/>, and
93 a display manager such as
94 <xref role="runtime" linkend="lxdm"/> or
95 <xref role="runtime" linkend="lightdm"/>
96 </para>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of LXDE Common</title>
102
103 <para>
104 Install <application>LXDE Common</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 <para>
122 If you have installed recommended dependencies, run the following
123 commands as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
127gtk-update-icon-cache -qf /usr/share/icons/hicolor &amp;&amp;
128update-desktop-database -q</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="using">
133 <title>Starting LXDE</title>
134
135 <para>
136 You can start <application>LXDE</application> from runlevel 3, using
137 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
138 such as <xref linkend="lxdm"/>.
139 </para>
140
141 <para>
142 To start <application>LXDE</application> using <xref linkend="xinit"/>,
143 run the following commands:
144 </para>
145
146<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
147<literal># No need to run dbus-launch, since it is run by startlxde
148startlxde</literal>
149EOF
150
151startx</userinput></screen>
152
153 <para>
154 The X session starts on the first unused virtual terminal, normally vt7.
155 You can switch to another vt<emphasis>n</emphasis> simultaneously
156 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
157 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
158 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
159 <command>startx</command> was executed will display many messages,
160 including X starting messages, applications automatically started with
161 the session, and eventually, some warning and error messages. You may
162 prefer to redirect those messages to a log file, which not only will keep
163 the initial vt uncluttered, but can also be used for debug purposes. This
164 can be done starting X with:
165 </para>
166
167 <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
168
169 <para>
170 When shutting down or rebooting, the shutdown messages appear on the vt
171 where X was running. If you wish to see those messages, simultaneously
172 press keys Alt-F7 (assuming that X was running on vt7).
173 </para>
174
175 </sect2>
176<!--
177 <sect2 role="commands">
178 <title>Command Explanations</title>
179
180 <para>
181 <command>ln -svfn profile/LXDE ...</command>: Fixes the wrong path of the
182 default <application>LXPanel</application> profile.
183 </para>
184
185 </sect2>-->
186
187 <sect2 role="content">
188 <title>Contents</title>
189
190 <segmentedlist>
191 <segtitle>Installed Programs</segtitle>
192 <segtitle>Installed Libraries</segtitle>
193 <segtitle>Installed Directories</segtitle>
194
195 <seglistitem>
196 <seg>
197 lxde-logout, openbox-lxde and startlxde
198 </seg>
199 <seg>
200 None
201 </seg>
202 <seg>
203 /etc/xdg/{lxpanel,lxsession,openbox,pcmanfm}/LXDE and
204 /usr/share/lxde
205 </seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="lxde-logout">
215 <term><command>lxde-logout</command></term>
216 <listitem>
217 <para>
218 is used to quit the desktop session for
219 <application>LXDE</application>
220 </para>
221 <indexterm zone="lxde-common lxde-logout">
222 <primary sortas="b-lxde-logout">lxde-logout</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="openbox-lxde">
228 <term><command>openbox-lxde</command></term>
229 <listitem>
230 <para>
231 is a wrapper script which runs <application>Openbox</application>
232 with <application>LXDE</application> specific config file
233 </para>
234 <indexterm zone="lxde-common openbox-lxde">
235 <primary sortas="b-openbox-lxde">openbox-lxde</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="startlxde">
241 <term><command>startlxde</command></term>
242 <listitem>
243 <para>
244 is used to start the desktop session for
245 <application>LXDE</application>
246 </para>
247 <indexterm zone="lxde-common startlxde">
248 <primary sortas="b-startlxde">startlxde</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 </variablelist>
254
255 </sect2>
256
257</sect1>
Note: See TracBrowser for help on using the repository browser.