mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
f3979bacd9
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
228 lines
6.3 KiB
XML
228 lines
6.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY lxde-common-download-http "&sourceforge-repo;/lxde/lxde-common-&lxde-common-version;.tar.xz">
|
|
<!ENTITY lxde-common-download-ftp " ">
|
|
<!ENTITY lxde-common-md5sum "259b4a2db50117e632e34912251cfcb9">
|
|
<!ENTITY lxde-common-size "844 KB">
|
|
<!ENTITY lxde-common-buildsize "2.4 MB">
|
|
<!ENTITY lxde-common-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="lxde-common" xreflabel="lxde-common-&lxde-common-version;">
|
|
<?dbhtml filename="lxde-common.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>lxde-common-&lxde-common-version;</title>
|
|
|
|
<indexterm zone="lxde-common">
|
|
<primary sortas="a-lxde-common">lxde-common</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to LXDE Common</title>
|
|
|
|
<para>
|
|
The <application>LXDE Common</application> package provides
|
|
a set of default configuration for LXDE.
|
|
</para>
|
|
|
|
&lfs75_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&lxde-common-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&lxde-common-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &lxde-common-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &lxde-common-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &lxde-common-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &lxde-common-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">LXDE Common Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="consolekit"/>,
|
|
<xref linkend="lxde-icon-theme"/>,
|
|
<xref linkend="lxpanel"/>,
|
|
<xref linkend="lxsession"/>,
|
|
<xref linkend="openbox"/> (runtime), and
|
|
<xref linkend="pcmanfm"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="desktop-file-utils"/>,
|
|
<xref linkend="hicolor-icon-theme"/>, and
|
|
<xref linkend="shared-mime-info"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="dbus"/>,
|
|
a notification daemon such as
|
|
<xref linkend="notification-daemon"/> or
|
|
<xref linkend="xfce4-notifyd"/>, and
|
|
a polkit authentication agent such as
|
|
<xref linkend="lxpolkit"/> or
|
|
<xref linkend="polkit-gnome"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/lxde-common"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of LXDE Common</title>
|
|
|
|
<para>
|
|
Install <application>LXDE Common</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
install -Dm644 lxde-logout.desktop /usr/share/applications/lxde-logout.desktop</userinput></screen>
|
|
|
|
<para>
|
|
If you have installed recommended dependencies, run the following
|
|
commands as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>update-mime-database /usr/share/mime &&
|
|
gtk-update-icon-cache -qf /usr/share/icons/hicolor &&
|
|
update-desktop-database -q</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="using">
|
|
<title>Starting LXDE</title>
|
|
|
|
<para>
|
|
To start <application>LXDE</application> using <xref linkend="xinit"/>,
|
|
run the following commands:
|
|
</para>
|
|
|
|
<screen><userinput>cat > ~/.xinitrc << "EOF"
|
|
ck-launch-session startlxde
|
|
EOF
|
|
|
|
startx</userinput></screen>
|
|
|
|
</sect2>
|
|
<!--
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<command>sed -e ...</command>: This sed fixes the wrong path
|
|
of the default <application>PCManFM</application> configuration
|
|
file.
|
|
</para>
|
|
|
|
</sect2>-->
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
lxde-logout, openbox-lxde and startlxde
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/etc/xdg/lxsession/LXDE,
|
|
/etc/xdg/pcmanfm/LXDE,
|
|
/usr/share/lxde and
|
|
/usr/share/lxpanel/profile/LXDE
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="openbox-lxde">
|
|
<term><command>openbox-lxde</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a wrapper script which runs <application>Openbox</application>
|
|
with <application>LXDE</application> specific config file.
|
|
</para>
|
|
<indexterm zone="lxde-common openbox-lxde">
|
|
<primary sortas="b-openbox-lxde">openbox-lxde</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="startlxde">
|
|
<term><command>startlxde</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to start the desktop session for
|
|
<application>LXDE</application>.
|
|
</para>
|
|
<indexterm zone="lxde-common startlxde">
|
|
<primary sortas="b-startlxde">startlxde</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|