source: lxde/desktop/lxde-common.xml@ 7991b1f

elogind
Last change on this file since 7991b1f was 7991b1f, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21666.
Add lxpolkit and remove LXDE dependencies on consolekit.

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

  • Property mode set to 100644
File size: 8.6 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
[b1d19e8d]37 &lfs84_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
[d09eb9b]91 <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
92 <para role="recommended">
[7991b1f]93 <xref role="runtime" linkend="lxpolkit"/> or
94 <xref linkend="polkit-gnome"/>
[d09eb9b]95 </para>
96
[93d15f4]97 <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
98 <para role="optional">
[d09eb9b]99 A notification daemon such as
[3797abc]100 <xref role="runtime" linkend="notification-daemon"/> or
101 <xref role="runtime" linkend="xfce4-notifyd"/>, and
102 a display manager such as
103 <xref role="runtime" linkend="lxdm"/> or
[c225bfa]104 <xref role="runtime" linkend="lightdm"/>
[93d15f4]105 </para>
106
107 <para condition="html" role="usernotes">
108 User Notes: <ulink url="&blfs-wiki;/lxde-common"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of LXDE Common</title>
114
115 <para>
116 Install <application>LXDE Common</application> by running the following
117 commands:
118 </para>
119
[f3979ba]120<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
[93d15f4]121make</userinput></screen>
122
123 <para>
124 This package does not come with a test suite.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
[e673fcc]131<screen role="root"><userinput>make install</userinput></screen>
[93d15f4]132
133 <para>
134 If you have installed recommended dependencies, run the following
135 commands as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
139gtk-update-icon-cache -qf /usr/share/icons/hicolor &amp;&amp;
140update-desktop-database -q</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="using">
145 <title>Starting LXDE</title>
146
[eca7a58]147 <para>
148 You can start <application>LXDE</application> from runlevel 3, using
149 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
[fd42347a]150 such as <xref linkend="lxdm"/>.
[eca7a58]151 </para>
152
[93d15f4]153 <para>
154 To start <application>LXDE</application> using <xref linkend="xinit"/>,
155 run the following commands:
156 </para>
157
158<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
[88378001]159<literal revision="sysv"># No need to run dbus-launch, since it is run by startlxde
160ck-launch-session startlxde</literal><literal revision="systemd"># No need to run dbus-launch, since it is run by startlxde
161startlxde</literal>
[93d15f4]162EOF
163
164startx</userinput></screen>
165
[7e307a2]166 <para>
[eca7a58]167 The X session starts on the first unused virtual terminal, normally vt7.
[d09eb9b]168 You can switch to another vt<emphasis>n</emphasis> simultaneously
169 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
170 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
171 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
172 <command>startx</command> was executed will display many messages,
173 including X starting messages, applications automatically started with
174 the session, and eventually, some warning and error messages. You may
175 prefer to redirect those messages to a log file, which not only will keep
176 the initial vt uncluttered, but can also be used for debug purposes. This
177 can be done starting X with:
[7e307a2]178 </para>
179
[eca7a58]180 <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
181
[4a1a7711]182 <note revision="sysv">
[d09eb9b]183 <para>
[ff3a9a0]184 You may wish to drop consolekit, just using
[1bac25ed]185 startlxde in ~/.xinitrc. However some capabilities such as mounting or
[ff3a9a0]186 umounting file systems from a file manager will not be available, or
187 the reboot option will be absent or inoperative, among other problems.
[d09eb9b]188 </para>
189 </note>
[7e307a2]190
191 <para>
[1bac25ed]192 When shutting down or rebooting, the shutdown messages appear on the vt
[d09eb9b]193 where X was running. If you wish to see those messages, simultaneously
194 press keys Alt-F7 (assuming that X was running on vt7).
[7e307a2]195 </para>
196
[93d15f4]197 </sect2>
[e673fcc]198<!--
[93d15f4]199 <sect2 role="commands">
200 <title>Command Explanations</title>
201
202 <para>
[7a2aeb5]203 <command>ln -svfn profile/LXDE ...</command>: Fixes the wrong path of the
204 default <application>LXPanel</application> profile.
[93d15f4]205 </para>
206
[e673fcc]207 </sect2>-->
[93d15f4]208
209 <sect2 role="content">
210 <title>Contents</title>
211
212 <segmentedlist>
213 <segtitle>Installed Programs</segtitle>
214 <segtitle>Installed Libraries</segtitle>
215 <segtitle>Installed Directories</segtitle>
216
217 <seglistitem>
218 <seg>
219 lxde-logout, openbox-lxde and startlxde
220 </seg>
221 <seg>
222 None
223 </seg>
224 <seg>
[e673fcc]225 /etc/xdg/{lxpanel,lxsession,openbox,pcmanfm}/LXDE and
[e12c552]226 /usr/share/lxde
[93d15f4]227 </seg>
228 </seglistitem>
229 </segmentedlist>
230
231 <variablelist>
232 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
233 <?dbfo list-presentation="list"?>
234 <?dbhtml list-presentation="table"?>
235
[28370fe]236 <varlistentry id="lxde-logout">
237 <term><command>lxde-logout</command></term>
238 <listitem>
239 <para>
240 is used to quit the desktop session for
241 <application>LXDE</application>.
242 </para>
243 <indexterm zone="lxde-common lxde-logout">
244 <primary sortas="b-lxde-logout">lxde-logout</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
[93d15f4]249 <varlistentry id="openbox-lxde">
250 <term><command>openbox-lxde</command></term>
251 <listitem>
252 <para>
253 is a wrapper script which runs <application>Openbox</application>
254 with <application>LXDE</application> specific config file.
255 </para>
256 <indexterm zone="lxde-common openbox-lxde">
257 <primary sortas="b-openbox-lxde">openbox-lxde</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="startlxde">
263 <term><command>startlxde</command></term>
264 <listitem>
265 <para>
266 is used to start the desktop session for
267 <application>LXDE</application>.
268 </para>
269 <indexterm zone="lxde-common startlxde">
270 <primary sortas="b-startlxde">startlxde</primary>
271 </indexterm>
272 </listitem>
273 </varlistentry>
274
275 </variablelist>
276
277 </sect2>
278
279</sect1>
Note: See TracBrowser for help on using the repository browser.