glfs/lxqt/desktop/post-install.xml
Fernando de Oliveira 28370fe5a2 • More short descriptions from Denis Mugnier.
• Fix main menu display problem for LXQT from hykwok1.
• fontforge-20150824: --enable-debug requires libspiro.
• Update to firefox-40.0.3.
• Update to libreoffice-5.0.1.
• Update to NetworkManager-1.0.6 and network-manager-applet-1.0.6.
• Update to unrar-5.3.3.
• Update to NSPR-4.10.9.
• Update to libassuan-2.3.0.
• Update to xterm-320.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16363 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-08-28 21:55:25 +00:00

105 lines
2.7 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) - this may be replaced by
another WM, see the Configuring instructions in <xref
linkend="lxqt-session"/>.
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="consolekit"/> alone or with
<xref linkend="sddm"/> (this has been
reported as the <quote>recommended <application>LXQt</application>
display manager</quote>) or another Display Manager, e.g.
<xref linkend="lxdm"/>.
</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>
If installed in /usr, you do not need final configuration. Jump to
<quote>Starting LXQt</quote>, below.
</para>
<para>
If installed in /opt, 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 $LXQT_PREFIX/share/lxqt /usr/share/lxqt &amp;&amp;
for i in $LXQT_PREFIX/share/applications/*
do
ln -svf $i /usr/share/applications/
done
for i in $LXQT_PREFIX/share/desktop-directories/*
do
ln -svf $i /usr/share/desktop-directories/
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>