glfs/lxqt/desktop/post-install.xml

93 lines
2.5 KiB
XML
Raw Normal View History

<?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>