glfs/lxqt/desktop/lxqt-common.xml
Bruce Dubbs 4ea888eb44 Update to QScintilla_gpl-2.10
Tag all lxqt pages.
Archive xchat.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18379 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-02-21 20:13:57 +00:00

176 lines
4.9 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 lxqt-common-download-http "https://github.com/lxde/lxqt-common/releases/download/&lxqt-common-version;/lxqt-common-&lxqt-common-version;.tar.xz">
<!ENTITY lxqt-common-download-ftp " ">
<!ENTITY lxqt-common-md5sum "3722ca91903e48c62d1ba73edf19721c">
<!ENTITY lxqt-common-size "3.1 MB">
<!ENTITY lxqt-common-buildsize "6.1 MB">
<!ENTITY lxqt-common-time "less than 0.1 SBU">
]>
<sect1 id="lxqt-common" xreflabel="lxqt-common-&lxqt-common-version;">
<?dbhtml filename="lxqt-common.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>lxqt-common-&lxqt-common-version;</title>
<indexterm zone="lxqt-common">
<primary sortas="a-lxqt-common">lxqt-common</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to lxqt-common</title>
<para>
The <application>lxqt-common</application> package provides common files
for various <application>LXQt</application> components.
</para>
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&lxqt-common-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&lxqt-common-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &lxqt-common-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &lxqt-common-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &lxqt-common-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &lxqt-common-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">lxqt-common Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="liblxqt"/>,
<xref linkend="hicolor-icon-theme"/>, and at runtime
<xref linkend="xorg7-app"/> (for <command>xmessage</command>)
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/lxqt-common"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of lxqt-common</title>
<para>
Install <application>lxqt-common</application> by running the following
commands:
</para>
<screen><userinput>sed -e '/TryExec/s@=@='$LXQT_PREFIX'/bin/@' \
-i xsession/lxqt.desktop.in &amp;&amp;
mkdir -v build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
.. &amp;&amp;
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>mkdir -pv $LXQT_PREFIX/share/lxqt/graphics &amp;&amp;
make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed -e '/TryExec/s@=@='$LXQT_PREFIX'/bin/@' -i xsessions/lxqt.desktop.in</command>:
If using a display manager, the full path of the <quote>TryExec</quote>
directive has to be given so that the <application>LXQt</application>
desktop appear in the sessions list.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
startlxqt
</seg>
<seg>
None
</seg>
<seg>
/etc/xdg/{pcmanfm-qt,lxqt} and
$LXQT_PREFIX/share/{desktop-directories,lxqt/{graphics,openbox,themes}}
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="startlxqt">
<term><command>startlxqt</command></term>
<listitem>
<para>
is used to start the desktop session for
<application>LXQt</application>.
</para>
<indexterm zone="lxqt-common startlxqt">
<primary sortas="b-startlxqt">startlxqt</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>