glfs/lxqt/desktop/post-install.xml
Fernando de Oliveira 7c4f32b99b LXQt 0.9.1: typos.
Xorg-Server-1.17.2: typo.
PIN-Entry-0.9.5: attempt to clarify fixes when building pinentry-qt4.
WebKitGTK+-2.8.4: include switch to build and install MiniBrowser, good
test if there are build problems and can be useful for simple browsing.
Update to NetworkManager-1.0.4.
Update to network-manager-applet-1.0.4.
Update to Samba-4.2.3.
Update to libepoxy-1.3.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16254 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-07-17 00:43:56 +00:00

93 lines
2.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter 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;
]>
<sect1 id="post-install" xreflabel="LXQt-Post-Install">
<?dbhtml filename="post-install.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>LXQt Desktop Final Instructions</title>
<indexterm zone="post-install">
<primary sortas="a-post-install">LXQt-post-install</primary>
</indexterm>
<sect2 role="package">
<title>Post-Install Instructions</title>
<para>
Final steps, before starting <application>LXQt</application>.
</para>
<bridgehead renderas="sect3">Dependencies to Start LXQt</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="openbox"/> (runtime - reputedly, it may be replaced by
another WM, e.g. <xref linkend="xfwm4"/>, but this has not been tested
for BLFS)
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="consolekit"/> alone or with
<xref linkend="lxdm"/> or another Display Manager, e.g.
<ulink url="https://github.com/sddm/sddm">sddm</ulink> (this has been
reported as the <quote>recommended <application>LXQt</application>
display manager</quote>)
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/post-install"/>
</para>
</sect2>
<sect2 role="final-config">
<title>Final configuration</title>
<para>
In order for the system to find some files, run the following commands, as
the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ln -svfn /opt/lxqt/share/lxqt /usr/share/lxqt &amp;&amp;
for i in /opt/lxqt/share/applications/*
do
ln -svf $i /usr/share/applications/
done
unset i</userinput></screen>
</sect2>
<sect2 role="starting">
<title>Starting LXQt</title>
<para>
If an optional Display Manager have been installed and you wish to use it,
skip the following steps.
</para>
<para>
To start <application>LXQt</application> using <xref linkend="xinit"/>,
run the following commands:
</para>
<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
ck-launch-session startlxqt
EOF
startx</userinput></screen>
</sect2>
</sect1>