source: lxqt/desktop/lxqt-session.xml@ dd01bb01

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since dd01bb01 was dd01bb01, checked in by Douglas R. Reno <renodr@…>, 9 months ago

Minor rewords and tweaks throughout LXQt

  • Property mode set to 100644
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 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 <!ENTITY lxqt-session-download-http "https://github.com/lxqt/lxqt-session/releases/download/&lxqt-version;/lxqt-session-&lxqt-version;.tar.xz">
8 <!ENTITY lxqt-session-download-ftp " ">
9 <!ENTITY lxqt-session-md5sum "6703a001a5acbf4dad6d13e1e5e9278c">
10 <!ENTITY lxqt-session-size "184 KB">
11 <!ENTITY lxqt-session-buildsize "8.6 MB">
12 <!ENTITY lxqt-session-time "0.4 SBU">
13]>
14
15<sect1 id="lxqt-session" xreflabel="lxqt-session-&lxqt-version;">
16 <?dbhtml filename="lxqt-session.html"?>
17
18
19 <title>lxqt-session-&lxqt-version;</title>
20
21 <indexterm zone="lxqt-session">
22 <primary sortas="a-lxqt-session">lxqt-session</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to lxqt-session</title>
27
28 <para>
29 The <application>lxqt-session</application> package contains the default
30 session manager for <application>LXQt</application>.
31 </para>
32
33 &lfs113_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&lxqt-session-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lxqt-session-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lxqt-session-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lxqt-session-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lxqt-session-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lxqt-session-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">lxqt-session Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="liblxqt"/>,
74 (<xref linkend="lxqt-kwindowsystem"/> or
75 <xref role="nodep" linkend="kf5-frameworks"/>),
76 <xref linkend="qtxdg-tools"/>, and
77 <xref linkend="xdg-user-dirs"/>
78 </para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of lxqt-session</title>
84
85 <para>
86 Install <application>lxqt-session</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>sed -e '/TryExec/s|=|=/usr/bin/|' \
91 -i xsession/lxqt.desktop.in &amp;&amp;
92
93mkdir -v build &amp;&amp;
94cd build &amp;&amp;
95
96cmake -DCMAKE_INSTALL_PREFIX=/usr \
97 -DCMAKE_BUILD_TYPE=Release \
98 .. &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the &root; user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para>
117 <command>sed -e '/TryExec/s|=|='/usr'/bin/|' -i xsessions/lxqt.desktop.in</command>:
118 If you are using a display manager, the full path of the
119 <quote>TryExec</quote> directive has to be given so that the
120 <application>LXQt</application> desktop will appear in the sessions list.
121 </para>
122 </sect2>
123
124 <sect2 role="configuration">
125 <title>Configuring lxqt-session</title>
126
127 <para>
128 Window Managers other than <xref linkend="openbox"/> may be used, e.g.
129 <xref linkend="xfwm4"/>. Please note that <xref linkend="icewm"/> is not a
130 good substitute. <application>Fluxbox</application> does work, although
131 in this context (with <xref linkend="lxqt-config"/>), <xref
132 linkend="openbox"/> is better. The configuration file
133 <filename>/usr/share/lxqt/windowmanagers.conf</filename> comes with many
134 examples of Window Managers and the ones which are installed will appear
135 in a drop down list of <command>lxqt-config-session</command>. For the
136 ones not included in
137 <filename>/usr/share/lxqt/windowmanagers.conf</filename>, you can use
138 <command>lxqt-config-session</command>'s "search" button, e.g. for <xref
139 linkend="fluxbox"/>, navigating through the file system until you can
140 choose <command>fluxbox</command>. <!--Alternatively, if you wish the Window
141 Manager of your choice to appear in the drop down list, include it in
142 <filename>/etc/xdg/lxqt/windowmanagers.conf</filename>. For <xref
143 linkend="fluxbox"/>, include the line
144 </para>
145
146<screen role="nodump"><userinput><literal>fluxbox/Name=Fluxbox</literal></userinput></screen>
147 <para>
148 and it will appear as an option in the drop down list. To change the WM,
149 after selecting it, you need to restart the session.
150-->
151 </para>
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>
165 lxqt-config-session,
166 lxqt-leave,
167 lxqt-session, and
168 startlxqt
169 </seg>
170 <seg>
171 None
172 </seg>
173 <seg>
174 None
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="lxqt-config-session-prog">
185 <term><command>lxqt-config-session</command></term>
186 <listitem>
187 <para>
188 is a GUI configuration tool for <command>lxqt-session</command>
189 </para>
190 <indexterm zone="lxqt-session lxqt-config-session-prog">
191 <primary sortas="b-lxqt-config-session">lxqt-config-session</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="lxqt-leave-prog">
197 <term><command>lxqt-leave</command></term>
198 <listitem>
199 <para>
200 is a graphical dialog to terminate the session
201 </para>
202 <indexterm zone="lxqt-session lxqt-leave-prog">
203 <primary sortas="b-lxqt-leave">lxqt-leave</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="lxqt-session-prog">
209 <term><command>lxqt-session</command></term>
210 <listitem>
211 <para>
212 is a lightweight X session manager
213 </para>
214 <indexterm zone="lxqt-session lxqt-session-prog">
215 <primary sortas="b-lxqt-session">lxqt-session</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="startlxqt">
221 <term><command>startlxqt</command></term>
222 <listitem>
223 <para>
224 is used to start the desktop session for
225 <application>LXQt</application>
226 </para>
227 <indexterm zone="lxqt-session startlxqt">
228 <primary sortas="b-startlxqt">startlxqt</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.