source: lxqt/desktop/lxqt-session.xml@ 5ecd157

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

LXQt cleanup.

  • 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 "10 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 &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_BUILD_TYPE=Release \
97 -DCMAKE_INSTALL_PREFIX=/usr \
98 .. &amp;&amp;
99
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the &root; user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para>
118 <command>sed -e '/TryExec/s|=|='/usr'/bin/|' -i xsessions/lxqt.desktop.in</command>:
119 If using a display manager, the full path of the <quote>TryExec</quote>
120 directive has to be given so that the <application>LXQt</application>
121 desktop will appear in the sessions list.
122 </para>
123 </sect2>
124
125 <sect2 role="configuration">
126 <title>Configuring lxqt-session</title>
127
128 <para>
129 Window Managers other than <xref linkend="openbox"/> may be used, e.g.
130 <xref linkend="xfwm4"/>. Notice that <xref linkend="icewm"/> is not a
131 good replacement. <application>Fluxbox</application> does work, although
132 in this context (with <xref linkend="lxqt-config"/>) <xref
133 linkend="openbox"/> is better. The configuration file
134 <filename>/usr/share/lxqt/windowmanagers.conf</filename> comes with many
135 examples of Window Managers and the ones which are installed will appear
136 in a drop down list of <command>lxqt-config-session</command>. For the
137 ones not included in
138 <filename>/usr/share/lxqt/windowmanagers.conf</filename>, you can use the
139 <command>lxqt-config-session</command> "search" button, e.g. for <xref
140 linkend="fluxbox"/>, navigating through the file system until you can
141 choose <command>fluxbox</command>. <!--Alternatively, if you wish the Window
142 Manager of your choice to appear in the drop down list, include it in
143 <filename>/etc/xdg/lxqt/windowmanagers.conf</filename>. For <xref
144 linkend="fluxbox"/>, include the line
145 </para>
146
147<screen role="nodump"><userinput><literal>fluxbox/Name=Fluxbox</literal></userinput></screen>
148 <para>
149 and it will appear as an option in the drop down list. To change the WM,
150 after selecting it, you need to restart the session.
151-->
152 </para>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 lxqt-config-session, lxqt-leave, lxqt-session, and startlxqt
167 </seg>
168 <seg>
169 None
170 </seg>
171 <seg>
172 None
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="lxqt-config-session-prog">
183 <term><command>lxqt-config-session</command></term>
184 <listitem>
185 <para>
186 is a GUI configuration tool for <command>lxqt-session</command>
187 settings.
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.