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

10.1 11.0 11.1 11.2 11.3 12.0 12.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 b4cbe504 was b4cbe504, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Tags

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

  • Property mode set to 100644
File size: 8.0 KB
RevLine 
[93d15f4]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
[8dfc5c3]7 <!ENTITY lxde-common-download-http "&sourceforge-dl;/lxde/lxde-common-&lxde-common-version;.tar.xz">
[93d15f4]8 <!ENTITY lxde-common-download-ftp " ">
[ff3a9a0]9 <!ENTITY lxde-common-md5sum "14a9d19c4576dc15d985453ccb8ca9f6">
10 <!ENTITY lxde-common-size "869 KB">
11 <!ENTITY lxde-common-buildsize "2.7 MB">
[93d15f4]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
[b4cbe504]37 &lfs101_checked;
[93d15f4]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"/>,
[3797abc]80 <xref role="runtime" linkend="openbox"/> (runtime), and
[93d15f4]81 <xref linkend="pcmanfm"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="desktop-file-utils"/>,
[6988b80]87 <xref linkend="hicolor-icon-theme"/>, and
[93d15f4]88 <xref linkend="shared-mime-info"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
92 <para role="optional">
[fee64868]93 <!-- polkit agent built in lxsession -->
[d09eb9b]94 A notification daemon such as
[3797abc]95 <xref role="runtime" linkend="notification-daemon"/> or
96 <xref role="runtime" linkend="xfce4-notifyd"/>, and
97 a display manager such as
98 <xref role="runtime" linkend="lxdm"/> or
[c225bfa]99 <xref role="runtime" linkend="lightdm"/>
[93d15f4]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
[f3979ba]115<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
[93d15f4]116make</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
[e673fcc]126<screen role="root"><userinput>make install</userinput></screen>
[93d15f4]127
128 <para>
129 If you have installed recommended dependencies, run the following
130 commands as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
134gtk-update-icon-cache -qf /usr/share/icons/hicolor &amp;&amp;
135update-desktop-database -q</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="using">
140 <title>Starting LXDE</title>
141
[eca7a58]142 <para>
143 You can start <application>LXDE</application> from runlevel 3, using
144 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
[fd42347a]145 such as <xref linkend="lxdm"/>.
[eca7a58]146 </para>
147
[93d15f4]148 <para>
149 To start <application>LXDE</application> using <xref linkend="xinit"/>,
150 run the following commands:
151 </para>
152
153<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
[51dfb3e]154<literal># No need to run dbus-launch, since it is run by startlxde
[88378001]155startlxde</literal>
[93d15f4]156EOF
157
158startx</userinput></screen>
159
[7e307a2]160 <para>
[eca7a58]161 The X session starts on the first unused virtual terminal, normally vt7.
[d09eb9b]162 You can switch to another vt<emphasis>n</emphasis> simultaneously
163 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
164 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
165 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
166 <command>startx</command> was executed will display many messages,
167 including X starting messages, applications automatically started with
168 the session, and eventually, some warning and error messages. You may
169 prefer to redirect those messages to a log file, which not only will keep
170 the initial vt uncluttered, but can also be used for debug purposes. This
171 can be done starting X with:
[7e307a2]172 </para>
173
[eca7a58]174 <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
175
[7e307a2]176 <para>
[1bac25ed]177 When shutting down or rebooting, the shutdown messages appear on the vt
[d09eb9b]178 where X was running. If you wish to see those messages, simultaneously
179 press keys Alt-F7 (assuming that X was running on vt7).
[7e307a2]180 </para>
181
[93d15f4]182 </sect2>
[e673fcc]183<!--
[93d15f4]184 <sect2 role="commands">
185 <title>Command Explanations</title>
186
187 <para>
[7a2aeb5]188 <command>ln -svfn profile/LXDE ...</command>: Fixes the wrong path of the
189 default <application>LXPanel</application> profile.
[93d15f4]190 </para>
191
[e673fcc]192 </sect2>-->
[93d15f4]193
194 <sect2 role="content">
195 <title>Contents</title>
196
197 <segmentedlist>
198 <segtitle>Installed Programs</segtitle>
199 <segtitle>Installed Libraries</segtitle>
200 <segtitle>Installed Directories</segtitle>
201
202 <seglistitem>
203 <seg>
204 lxde-logout, openbox-lxde and startlxde
205 </seg>
206 <seg>
207 None
208 </seg>
209 <seg>
[e673fcc]210 /etc/xdg/{lxpanel,lxsession,openbox,pcmanfm}/LXDE and
[e12c552]211 /usr/share/lxde
[93d15f4]212 </seg>
213 </seglistitem>
214 </segmentedlist>
215
216 <variablelist>
217 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
218 <?dbfo list-presentation="list"?>
219 <?dbhtml list-presentation="table"?>
220
[28370fe]221 <varlistentry id="lxde-logout">
222 <term><command>lxde-logout</command></term>
223 <listitem>
224 <para>
225 is used to quit the desktop session for
[4c24eb0a]226 <application>LXDE</application>
[28370fe]227 </para>
228 <indexterm zone="lxde-common lxde-logout">
229 <primary sortas="b-lxde-logout">lxde-logout</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
[93d15f4]234 <varlistentry id="openbox-lxde">
235 <term><command>openbox-lxde</command></term>
236 <listitem>
237 <para>
238 is a wrapper script which runs <application>Openbox</application>
[4c24eb0a]239 with <application>LXDE</application> specific config file
[93d15f4]240 </para>
241 <indexterm zone="lxde-common openbox-lxde">
242 <primary sortas="b-openbox-lxde">openbox-lxde</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="startlxde">
248 <term><command>startlxde</command></term>
249 <listitem>
250 <para>
251 is used to start the desktop session for
[4c24eb0a]252 <application>LXDE</application>
[93d15f4]253 </para>
254 <indexterm zone="lxde-common startlxde">
255 <primary sortas="b-startlxde">startlxde</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 </variablelist>
261
262 </sect2>
263
264</sect1>
Note: See TracBrowser for help on using the repository browser.