source: lxqt/desktop/post-install.xml@ 7c4f32b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7c4f32b was 7c4f32b, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

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

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="post-install" xreflabel="LXQt-Post-Install">
9 <?dbhtml filename="post-install.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>LXQt Desktop Final Instructions</title>
17
18 <indexterm zone="post-install">
19 <primary sortas="a-post-install">LXQt-post-install</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Post-Install Instructions</title>
24
25 <para>
26 Final steps, before starting <application>LXQt</application>.
27 </para>
28
29 <bridgehead renderas="sect3">Dependencies to Start LXQt</bridgehead>
30
31 <bridgehead renderas="sect4">Required</bridgehead>
32 <para role="required">
33 <xref linkend="openbox"/> (runtime - reputedly, it may be replaced by
34 another WM, e.g. <xref linkend="xfwm4"/>, but this has not been tested
35 for BLFS)
36 </para>
37
38 <bridgehead renderas="sect4">Recommended</bridgehead>
39 <para role="recommended">
40 <xref linkend="consolekit"/> alone or with
41 <xref linkend="lxdm"/> or another Display Manager, e.g.
42 <ulink url="https://github.com/sddm/sddm">sddm</ulink> (this has been
43 reported as the <quote>recommended <application>LXQt</application>
44 display manager</quote>)
45 </para>
46
47 <para condition="html" role="usernotes">
48 User Notes: <ulink url="&blfs-wiki;/post-install"/>
49 </para>
50
51 </sect2>
52
53 <sect2 role="final-config">
54 <title>Final configuration</title>
55
56 <para>
57 In order for the system to find some files, run the following commands, as
58 the <systemitem class="username">root</systemitem> user:
59 </para>
60
61<screen role="root"><userinput>ln -svfn /opt/lxqt/share/lxqt /usr/share/lxqt &amp;&amp;
62
63for i in /opt/lxqt/share/applications/*
64do
65 ln -svf $i /usr/share/applications/
66done
67unset i</userinput></screen>
68
69 </sect2>
70
71 <sect2 role="starting">
72 <title>Starting LXQt</title>
73
74 <para>
75 If an optional Display Manager have been installed and you wish to use it,
76 skip the following steps.
77 </para>
78
79 <para>
80 To start <application>LXQt</application> using <xref linkend="xinit"/>,
81 run the following commands:
82 </para>
83
84<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
85ck-launch-session startlxqt
86EOF
87
88startx</userinput></screen>
89
90 </sect2>
91
92</sect1>
Note: See TracBrowser for help on using the repository browser.