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

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 d320827b was 88146cd4, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Archive LXDM.

Bruce suggested this due to issues with PAM and elogind.

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