source: lxqt/desktop/post-install.xml

trunk
Last change on this file was 18958f2e, checked in by Bruce Dubbs <bdubbs@…>, 5 days ago

Update to lxqt-2.0.

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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="lxqt-post-install" xreflabel="LXQt-Post-Install">
9 <?dbhtml filename="post-install.html"?>
10
11 <title>LXQt Desktop Final Instructions</title>
12
13 <indexterm zone="lxqt-post-install">
14 <primary sortas="g-lxqt-post-install">LXQt-post-install</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title>Post-Install Instructions</title>
19
20 <para>
21 Please follow these instructions before starting
22 <application>LXQt</application> for the first time.
23 </para>
24
25 <bridgehead renderas="sect3">Dependencies to Start LXQt</bridgehead>
26
27 <bridgehead renderas="sect4">Required</bridgehead>
28 <para role="required">
29 <xref linkend="openbox"/>, or another window manager, such as
30 <xref role="nodep" linkend="xfwm4"/>, or
31 kwin from <xref role="nodep" linkend="plasma-build"/>.
32 Note that <xref role="nodep" linkend="icewm"/> is not suitable for LXQt.
33 </para>
34
35 <bridgehead renderas="sect4">Recommended</bridgehead>
36 <para role="recommended">
37 <xref linkend="breeze-icons"/> and
38 <xref linkend="desktop-file-utils"/>
39 </para>
40
41 <bridgehead renderas="sect4">Optional</bridgehead>
42 <para role="optional">
43 <xref linkend="lightdm"/> or another Display Manager, e.g.
44 <xref role="nodep" linkend="sddm"/>, or
45 <xref linkend="xscreensaver"/>
46 </para>
47
48 </sect2>
49
50 <sect2 role="configuration">
51 <title>Final Configuration</title>
52
53 <sect3 id="lxqt-final-updates" xreflabel="LXQt Final Database Updates">
54 <title>LXQt Final Database Updates</title>
55
56 <para>
57 The desktop databases need to be created or updated at this point.
58 Run the following commands as the &root; user:
59 </para>
60
61<screen role="root"><userinput>ldconfig &amp;&amp;
62update-mime-database /usr/share/mime &amp;&amp;
63xdg-icon-resource forceupdate &amp;&amp;
64update-desktop-database -q</userinput></screen>
65
66 </sect3>
67
68 </sect2>
69
70 <sect2 role="starting">
71 <title>Starting LXQt</title>
72
73 <para revision="sysv">
74 You can start <application>LXQt</application> from runlevel 3, using
75 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
76 such as <xref linkend="lightdm"/>.
77 </para>
78
79 <para revision="systemd">
80 You can start <application>LXQt</application> from a TTY, using
81 <xref linkend="xinit"/>, or by using a graphical display manager such
82 as <xref linkend="lightdm"/>.
83 </para>
84
85 <para>
86 To start <application>LXQt</application> using <xref linkend="xinit"/>,
87 run the following commands:
88 </para>
89
90<screen role="nodump"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
91<literal>exec startlxqt</literal>
92EOF
93
94startx</userinput></screen>
95
96 <para>
97 The X session starts on the first unused virtual terminal, normally vt1.
98 You can switch to another vt<emphasis>n</emphasis> by simultaneously
99 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
100 (<emphasis>n</emphasis>=2, 3, ...). To switch back to the X session,
101 normally started at vt1, use Ctrl-Alt-F1. The vt where the command
102 <command>startx</command> was executed will display many messages,
103 including X starting messages, applications automatically started with
104 the session, and eventually, some warning and error messages, but these
105 are hidden by the graphical interface. You may prefer to redirect those
106 messages to a log file, which can be used for debugging purposes. This
107 can be done starting X with:
108 </para>
109
110 <screen role="nodump"><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
111
112 </sect2>
113
114 <sect2>
115 <title>Initial Configuration</title>
116
117 <para>
118 When LXQt first starts, it will ask you for the window manager to use.
119 To start, the BLFS editors recommend using <application>openbox</application>.
120 At this point both the background and the panel will be black. Right clicking
121 on the background will bring up a menu and selecting "Desktop Preferences"
122 will allow you to change the background color or set a background image.
123 </para>
124
125 <para>
126 The panel will be at the bottom of the screen. Right clicking on the
127 panel will bring up a menu that will allow you to customize the panel
128 including adding widgets and setting the background color. The BLFS
129 editors recommend installing, at a minimum, the Application Manager and
130 Task Manager widgets.
131 </para>
132
133 <para>
134 After LXQt has started for the first time, the BLFS editors recommend
135 going through the settings presented in the LXQt Configuration Center,
136 which can be found under LXQt Settings in the Preferences menu of the
137 application launcher.
138 </para>
139
140 <note>
141 <para>
142 The user configuration files will be created in the directory
143 $HOME/.config/lxqt/. To get widget icons to display properly,
144 the lxqt.conf file may need to be manually edited to include the
145 line "icon_theme=oxygen".
146 </para>
147 </note>
148
149 </sect2>
150</sect1>
Note: See TracBrowser for help on using the repository browser.