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

ken/TL2024 lazarus trunk
Last change on this file since ce0522dd was 5bfcd23e, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Internal cleanup kf5->kf6

  • Property mode set to 100644
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "b8a4d40eeaf6972cfa23467043e2f5c4">
10 <!ENTITY lxqt-session-size "184 KB">
11 <!ENTITY lxqt-session-buildsize "8.6 MB">
12 <!ENTITY lxqt-session-time "0.3 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 &lfs121_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"/>,
75 <xref linkend="qtxdg-tools"/>, and
76 <xref linkend="xdg-user-dirs"/>
77 </para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of lxqt-session</title>
83
84 <para>
85 Install <application>lxqt-session</application> by running the following
86 commands:
87 </para>
88
89<screen><userinput>sed -e '/TryExec/s|=|=/usr/bin/|' \
90 -i xsession/lxqt.desktop.in &amp;&amp;
91
92mkdir -v build &amp;&amp;
93cd build &amp;&amp;
94
95cmake -DCMAKE_INSTALL_PREFIX=/usr \
96 -DCMAKE_BUILD_TYPE=Release \
97 .. &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the &root; user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para>
116 <command>sed -e '/TryExec/s|=|='/usr'/bin/|' -i xsessions/lxqt.desktop.in</command>:
117 If you are using a display manager, the full path of the
118 <quote>TryExec</quote> directive has to be given so that the
119 <application>LXQt</application> desktop will appear in the sessions list.
120 </para>
121 </sect2>
122
123 <sect2 role="configuration">
124 <title>Configuring lxqt-session</title>
125
126 <para>
127 Window Managers other than <xref linkend="openbox"/> may be used, e.g.
128 <xref linkend="xfwm4"/>. Please note that <xref linkend="icewm"/> is not a
129 good substitute. <application>Fluxbox</application> does work, although
130 in this context (with <xref linkend="lxqt-config"/>), <xref
131 linkend="openbox"/> is better. The configuration file
132 <filename>/usr/share/lxqt/windowmanagers.conf</filename> comes with many
133 examples of Window Managers and the ones which are installed will appear
134 in a drop down list of <command>lxqt-config-session</command>. For the
135 ones not included in
136 <filename>/usr/share/lxqt/windowmanagers.conf</filename>, you can use
137 <command>lxqt-config-session</command>'s "search" button, e.g. for <xref
138 linkend="fluxbox"/>, navigating through the file system until you can
139 choose <command>fluxbox</command>. <!--Alternatively, if you wish the Window
140 Manager of your choice to appear in the drop down list, include it in
141 <filename>/etc/xdg/lxqt/windowmanagers.conf</filename>. For <xref
142 linkend="fluxbox"/>, include the line
143 </para>
144
145<screen role="nodump"><userinput><literal>fluxbox/Name=Fluxbox</literal></userinput></screen>
146 <para>
147 and it will appear as an option in the drop down list. To change the WM,
148 after selecting it, you need to restart the session.
149-->
150 </para>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 lxqt-config-session,
165 lxqt-leave,
166 lxqt-session, and
167 startlxqt
168 </seg>
169 <seg>
170 None
171 </seg>
172 <seg>
173 None
174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="lxqt-config-session-prog">
184 <term><command>lxqt-config-session</command></term>
185 <listitem>
186 <para>
187 is a GUI configuration tool for <command>lxqt-session</command>
188 </para>
189 <indexterm zone="lxqt-session lxqt-config-session-prog">
190 <primary sortas="b-lxqt-config-session">lxqt-config-session</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="lxqt-leave-prog">
196 <term><command>lxqt-leave</command></term>
197 <listitem>
198 <para>
199 is a graphical dialog to terminate the session
200 </para>
201 <indexterm zone="lxqt-session lxqt-leave-prog">
202 <primary sortas="b-lxqt-leave">lxqt-leave</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="lxqt-session-prog">
208 <term><command>lxqt-session</command></term>
209 <listitem>
210 <para>
211 is a lightweight X session manager
212 </para>
213 <indexterm zone="lxqt-session lxqt-session-prog">
214 <primary sortas="b-lxqt-session">lxqt-session</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="startlxqt">
220 <term><command>startlxqt</command></term>
221 <listitem>
222 <para>
223 is used to start the desktop session for
224 <application>LXQt</application>
225 </para>
226 <indexterm zone="lxqt-session startlxqt">
227 <primary sortas="b-startlxqt">startlxqt</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.