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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 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 krejzi/svn 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 7821003 was f3979ba, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to exempi-2.2.2.
Update to libunistring-0.9.4.
Update to lxde-common-0.5.6.
Update to iso-codes-3.56.
Update to appstream-glib-0.3.0.
LXDM-0.5.0 fixes: typo in configure, localization and starting.

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

  • Property mode set to 100644
File size: 6.3 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 "259b4a2db50117e632e34912251cfcb9">
10 <!ENTITY lxde-common-size "844 KB">
11 <!ENTITY lxde-common-buildsize "2.4 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 &lfs75_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"/>,
95 a notification daemon such as
96 <xref linkend="notification-daemon"/> or
97 <xref linkend="xfce4-notifyd"/>, and
98 a polkit authentication agent such as
99 <xref linkend="lxpolkit"/> or
100 <xref linkend="polkit-gnome"/>
101 </para>
102
103 <para condition="html" role="usernotes">
104 User Notes: <ulink url="&blfs-wiki;/lxde-common"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of LXDE Common</title>
110
111 <para>
112 Install <application>LXDE Common</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install &amp;&amp;
128install -Dm644 lxde-logout.desktop /usr/share/applications/lxde-logout.desktop</userinput></screen>
129
130 <para>
131 If you have installed recommended dependencies, run the following
132 commands as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
136gtk-update-icon-cache -qf /usr/share/icons/hicolor &amp;&amp;
137update-desktop-database -q</userinput></screen>
138
139 </sect2>
140
141 <sect2 role="using">
142 <title>Starting LXDE</title>
143
144 <para>
145 To start <application>LXDE</application> using <xref linkend="xinit"/>,
146 run the following commands:
147 </para>
148
149<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
150ck-launch-session startlxde
151EOF
152
153startx</userinput></screen>
154
155 </sect2>
156<!--
157 <sect2 role="commands">
158 <title>Command Explanations</title>
159
160 <para>
161 <command>sed -e ...</command>: This sed fixes the wrong path
162 of the default <application>PCManFM</application> configuration
163 file.
164 </para>
165
166 </sect2>-->
167
168 <sect2 role="content">
169 <title>Contents</title>
170
171 <segmentedlist>
172 <segtitle>Installed Programs</segtitle>
173 <segtitle>Installed Libraries</segtitle>
174 <segtitle>Installed Directories</segtitle>
175
176 <seglistitem>
177 <seg>
178 lxde-logout, openbox-lxde and startlxde
179 </seg>
180 <seg>
181 None
182 </seg>
183 <seg>
184 /etc/xdg/lxsession/LXDE,
185 /etc/xdg/pcmanfm/LXDE,
186 /usr/share/lxde and
187 /usr/share/lxpanel/profile/LXDE
188 </seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="openbox-lxde">
198 <term><command>openbox-lxde</command></term>
199 <listitem>
200 <para>
201 is a wrapper script which runs <application>Openbox</application>
202 with <application>LXDE</application> specific config file.
203 </para>
204 <indexterm zone="lxde-common openbox-lxde">
205 <primary sortas="b-openbox-lxde">openbox-lxde</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="startlxde">
211 <term><command>startlxde</command></term>
212 <listitem>
213 <para>
214 is used to start the desktop session for
215 <application>LXDE</application>.
216 </para>
217 <indexterm zone="lxde-common startlxde">
218 <primary sortas="b-startlxde">startlxde</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 </variablelist>
224
225 </sect2>
226
227</sect1>
Note: See TracBrowser for help on using the repository browser.