source: lxqt/desktop/post-install.xml@ 32936bc

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 32936bc was 32936bc, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

lxqt and qt5-alternate cleanups

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