source: lxqt/desktop/post-install.xml@ 1c060d7

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 1c060d7 was 1c060d7, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

More changes to lxqt desktop instructions.

  • Property mode set to 100644
File size: 5.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="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 <!--<phrase revision="sysv">
37 <xref linkend="pm-utils"/>,
38 </phrase>-->
39 <xref linkend="lightdm"/> or another Display Manager, e.g.
40 <xref role="nodep" linkend="lxdm"/>,
41 <xref linkend="desktop-file-utils"/>,
42 <!--<xref linkend="shared-mime-info"/>,-->
43 <!--<xref linkend="xdg-utils"/>,--> and
44 <xref linkend="xscreensaver"/>
45 </para>
46
47 </sect2>
48
49 <sect2 role="configuration">
50 <title>Final Configuration</title>
51<!--
52 <para>
53 If <application>LXQt</application> is installed in <filename
54 class="directory">/usr</filename>, jump directly to <xref
55 linkend="lxqt-final-updates"/>, otherwise run the commands in the
56 next section.
57 </para>
58
59 <sect3>
60 <title>Configuration needed only if installing into /opt</title>
61 <para>
62 If <application>LXQt</application> is installed into <filename
63 class="directory">/opt</filename>, some files have to be copied to
64 <filename class="directory">/usr/share</filename>, so that the system
65 can find them. Run the following commands, as the &root; user:
66 </para>
67
68<screen role="root"><userinput>ln -svfn $LXQT_PREFIX/share/lxqt /usr/share/lxqt
69
70cp -v {$LXQT_PREFIX,/usr}/share/xsessions/lxqt.desktop
71
72for i in $LXQT_PREFIX/share/applications/*; do
73 ln -svf $i /usr/share/applications/
74done
75
76for i in $LXQT_PREFIX/share/desktop-directories/*; do
77 ln -svf $i /usr/share/desktop-directories/
78done
79
80unset i
81
82ldconfig</userinput></screen>
83
84 </sect3>
85-->
86 <sect3 id="lxqt-final-updates" xreflabel="LXQt Final Updates">
87 <title>LXQt Final Updates</title>
88
89 <para>
90 The desktop databases have to be created or updated at this point.
91 Run the following commands as the &root; user:
92 </para>
93
94<screen role="root"><userinput>ldconfig &amp;&amp;
95update-mime-database /usr/share/mime &amp;&amp;
96xdg-icon-resource forceupdate &amp;&amp;
97update-desktop-database -q</userinput></screen>
98
99 </sect3>
100
101 </sect2>
102
103 <sect2 role="starting">
104 <title>Starting LXQt</title>
105
106 <para revision="sysv">
107 You can start <application>LXQt</application> from runlevel 3, using
108 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
109 such as <xref linkend="lightdm"/>.
110 </para>
111
112 <para revision="systemd">
113 You can start <application>LXQt</application> from a TTY, using
114 <xref linkend="xinit"/>, or by using a graphical display manager such
115 as <xref linkend="lightdm"/>.
116 </para>
117
118 <para>
119 To start <application>LXQt</application> using <xref linkend="xinit"/>,
120 run the following commands:
121 </para>
122
123<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
124<literal>exec startlxqt</literal>
125EOF
126
127startx</userinput></screen>
128
129 <para>
130 The X session starts on the first unused virtual terminal, normally vt1.
131 You can switch to another vt<emphasis>n</emphasis> simultaneously
132 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
133 (<emphasis>n</emphasis>=2, 3, ...). To switch back to the X session,
134 normally started at vt1, use Ctrl-Alt-F1. The vt where the command
135 <command>startx</command> was executed will display many messages,
136 including X starting messages, applications automatically started with
137 the session, and eventually, some warning and error messages, but are
138 hidden by the graphical interface. You may prefer to redirect those
139 messages to a log file, which can be used for debug purposes. This can
140 be done starting X with:
141 </para>
142
143 <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
144
145 </sect2>
146
147 <sect2>
148 <title>Initial Configuration</title>
149
150 <para>
151 When LXQt first starts, it will ask you for the window manager to use.
152 To start, the BLFS editors recomment using <application>openbox</application>.
153 At this point both the background and the panel will be black. Right clicking
154 on the backgound will bring up a menu and selecting "Desktop Preferences"
155 will allow you to change the background color or set a background image.
156 </para>
157
158 <para>
159 The panel will be at the bottom of the screen. Right clicking on the
160 panel will bring up a menu that will allow you to customize the panel
161 including adding widgets and setting the background color.
162 </para>
163
164 </sect2>
165</sect1>
Note: See TracBrowser for help on using the repository browser.