source: lxde/desktop/lxde-common.xml@ 60d53ec3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 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 nosym 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 60d53ec3 was 7e307a2, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Tags for lxde.
Expand directos for starting lxde.
--This line, and th , will be ignored--

M BOOK/lxde/apps/lxtask.xml
M BOOK/lxde/apps/lxappearance-obconf.xml
M BOOK/lxde/apps/lxrandr.xml
M BOOK/lxde/apps/gpicview.xml
M BOOK/lxde/apps/lxterminal.xml
M BOOK/lxde/apps/lxinput.xml
M BOOK/lxde/desktop/lxmenu-data.xml
M BOOK/lxde/desktop/pcmanfm.xml
M BOOK/lxde/desktop/lxde-common.xml
M BOOK/lxde/desktop/lxappearance.xml
M BOOK/lxde/desktop/lxpanel.xml
M BOOK/lxde/desktop/menu-cache.xml
M BOOK/lxde/desktop/lxsession.xml
M BOOK/lxde/desktop/libfm.xml
M BOOK/lxde/desktop/libfm-extra.xml
M BOOK/x/lib/keybinder2.xml

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

  • Property mode set to 100644
File size: 7.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-repo;/lxde/lxde-common-&lxde-common-version;.tar.xz">
8 <!ENTITY lxde-common-download-ftp " ">
9 <!ENTITY lxde-common-md5sum "5a417f5a0e5b510a0c018b66b0dc4081">
10 <!ENTITY lxde-common-size "868 KB">
11 <!ENTITY lxde-common-buildsize "2.8 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 &lfs78_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="consolekit"/>,
78 <xref linkend="lxde-icon-theme"/>,
79 <xref linkend="lxpanel"/>,
80 <xref linkend="lxsession"/>,
81 <xref linkend="openbox"/> (runtime), and
82 <xref linkend="pcmanfm"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="desktop-file-utils"/>,
88 <xref linkend="hicolor-icon-theme"/>, and
89 <xref linkend="shared-mime-info"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
93 <para role="optional">
94 <xref linkend="dbus"/>, and
95 a notification daemon such as
96 <xref linkend="notification-daemon"/> or
97 <xref linkend="xfce4-notifyd"/>
98 </para>
99
100 <para condition="html" role="usernotes">
101 User Notes: <ulink url="&blfs-wiki;/lxde-common"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of LXDE Common</title>
107
108 <para>
109 Install <application>LXDE Common</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 <para>
127 If you have installed recommended dependencies, run the following
128 commands as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
132gtk-update-icon-cache -qf /usr/share/icons/hicolor &amp;&amp;
133update-desktop-database -q</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="using">
138 <title>Starting LXDE</title>
139
140 <para>
141 To start <application>LXDE</application> using <xref linkend="xinit"/>,
142 run the following commands:
143 </para>
144
145<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
146startlxde
147EOF
148
149startx</userinput></screen>
150
151 <note>
152 <para>
153 When <xref linkend="consolekit"/> was built, if you did not use the
154 recommended <xref linkend="linux-pam"/> dependency or did not rebuild
155 <xref linkend="shadow"/> with Linux-PAM, ~/.xinitrc should have the
156 entry:
157 </para>
158
159 <screen><userinput>ck-launch-session startlxde</userinput></screen>
160
161 <para>to obtain the appropriate permissions for system functions.</para>
162
163 <para>
164 To test if ck-launch-session is needed, run
165 <command>ck-list-sessions</command> fropm the command line. If a session
166 associated with the current tty is present that is both 'active' and
167 'local' then <command>ck-launch-session</command> is not needed.
168 </para>
169 </note>
170
171 </sect2>
172<!--
173 <sect2 role="commands">
174 <title>Command Explanations</title>
175
176 <para>
177 <command>ln -svfn profile/LXDE ...</command>: Fixes the wrong path of the
178 default <application>LXPanel</application> profile.
179 </para>
180
181 </sect2>-->
182
183 <sect2 role="content">
184 <title>Contents</title>
185
186 <segmentedlist>
187 <segtitle>Installed Programs</segtitle>
188 <segtitle>Installed Libraries</segtitle>
189 <segtitle>Installed Directories</segtitle>
190
191 <seglistitem>
192 <seg>
193 lxde-logout, openbox-lxde and startlxde
194 </seg>
195 <seg>
196 None
197 </seg>
198 <seg>
199 /etc/xdg/{lxpanel,lxsession,openbox,pcmanfm}/LXDE and
200 /usr/share/lxde
201 </seg>
202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="lxde-logout">
211 <term><command>lxde-logout</command></term>
212 <listitem>
213 <para>
214 is used to quit the desktop session for
215 <application>LXDE</application>.
216 </para>
217 <indexterm zone="lxde-common lxde-logout">
218 <primary sortas="b-lxde-logout">lxde-logout</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="openbox-lxde">
224 <term><command>openbox-lxde</command></term>
225 <listitem>
226 <para>
227 is a wrapper script which runs <application>Openbox</application>
228 with <application>LXDE</application> specific config file.
229 </para>
230 <indexterm zone="lxde-common openbox-lxde">
231 <primary sortas="b-openbox-lxde">openbox-lxde</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="startlxde">
237 <term><command>startlxde</command></term>
238 <listitem>
239 <para>
240 is used to start the desktop session for
241 <application>LXDE</application>.
242 </para>
243 <indexterm zone="lxde-common startlxde">
244 <primary sortas="b-startlxde">startlxde</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 </variablelist>
250
251 </sect2>
252
253</sect1>
Note: See TracBrowser for help on using the repository browser.