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

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

Install lxqt in /usr unconditionally.

  • Property mode set to 100644
File size: 7.5 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 <systemitem class="username">root</systemitem> 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<!--
124 <para>
125 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
126 <xref linkend="git"/>, which would otherwise be requested to download
127 the translation files.
128 </para>
129-->
130 </sect2>
131
132 <sect2 role="configuration">
133 <title>Configuring lxqt-session</title>
134
135 <para>
136 Window Managers other than <xref linkend="openbox"/> may be used, e.g.
137 <xref linkend="xfwm4"/>. Notice that <xref linkend="icewm"/> is not a
138 good replacement. <application>Fluxbox</application> does work, although
139 in this context (with <xref linkend="lxqt-config"/>) <xref
140 linkend="openbox"/> is better. The configuration file
141 <filename>/usr/share/lxqt/windowmanagers.conf</filename> comes with many
142 examples of Window Managers and the ones which are installed will appear
143 in a drop down list of <command>lxqt-config-session</command>. For the
144 ones not included in
145 <filename>/usr/share/lxqt/windowmanagers.conf</filename>, you can use the
146 <command>lxqt-config-session</command> "search" button, e.g. for <xref
147 linkend="fluxbox"/>, navigating through the file system until you can
148 choose <command>fluxbox</command>. <!--Alternatively, if you wish the Window
149 Manager of your choice to appear in the drop down list, include it in
150 <filename>/etc/xdg/lxqt/windowmanagers.conf</filename>. For <xref
151 linkend="fluxbox"/>, include the line
152 </para>
153
154<screen role="nodump"><userinput><literal>fluxbox/Name=Fluxbox</literal></userinput></screen>
155 <para>
156 and it will appear as an option in the drop down list. To change the WM,
157 after selecting it, you need to restart the session.
158-->
159 </para>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>
173 lxqt-config-session, lxqt-leave, lxqt-session, and startlxqt
174 </seg>
175 <seg>
176 None
177 </seg>
178 <seg>
179 None
180 </seg>
181 </seglistitem>
182 </segmentedlist>
183
184 <variablelist>
185 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
186 <?dbfo list-presentation="list"?>
187 <?dbhtml list-presentation="table"?>
188
189 <varlistentry id="lxqt-config-session-prog">
190 <term><command>lxqt-config-session</command></term>
191 <listitem>
192 <para>
193 is a GUI configuration tool for <command>lxqt-session</command>
194 settings.
195 </para>
196 <indexterm zone="lxqt-session lxqt-config-session-prog">
197 <primary sortas="b-lxqt-config-session">lxqt-config-session</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="lxqt-leave-prog">
203 <term><command>lxqt-leave</command></term>
204 <listitem>
205 <para>
206 is a graphical dialog to terminate the session.
207 </para>
208 <indexterm zone="lxqt-session lxqt-leave-prog">
209 <primary sortas="b-lxqt-leave">lxqt-leave</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="lxqt-session-prog">
215 <term><command>lxqt-session</command></term>
216 <listitem>
217 <para>
218 is a lightweight X session manager.
219 </para>
220 <indexterm zone="lxqt-session lxqt-session-prog">
221 <primary sortas="b-lxqt-session">lxqt-session</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="startlxqt">
227 <term><command>startlxqt</command></term>
228 <listitem>
229 <para>
230 is used to start the desktop session for
231 <application>LXQt</application>.
232 </para>
233 <indexterm zone="lxqt-session startlxqt">
234 <primary sortas="b-startlxqt">startlxqt</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 </variablelist>
240
241 </sect2>
242
243</sect1>
Note: See TracBrowser for help on using the repository browser.