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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a822cb5 was a822cb5, checked in by Pierre Labastie <pieere@…>, 7 years ago

LXQt:

  • tag desktop
  • change download links to github
  • two updates

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19162 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.4 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<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!ENTITY lxqt-session-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-session-&lxqt-session-version;.tar.xz">-->
11 <!ENTITY lxqt-session-download-http "https://github.com/lxde/lxqt-session/releases/download/&lxqt-session-version;/lxqt-session-&lxqt-session-version;.tar.xz">
12 <!ENTITY lxqt-session-download-ftp " ">
13 <!ENTITY lxqt-session-md5sum "87ebe144fbc540b92b08e1b62a601772">
14 <!ENTITY lxqt-session-size "120 KB">
15 <!ENTITY lxqt-session-buildsize "6.0 MB">
16 <!ENTITY lxqt-session-time "0.3 SBU">
17]>
18
19<sect1 id="lxqt-session" xreflabel="lxqt-session-&lxqt-session-version;">
20 <?dbhtml filename="lxqt-session.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>lxqt-session-&lxqt-session-version;</title>
28
29 <indexterm zone="lxqt-session">
30 <primary sortas="a-lxqt-session">lxqt-session</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to lxqt-session</title>
35
36 <para>
37 The <application>lxqt-session</application> package contains the default
38 session manager for <application>LXQt</application>.
39 </para>
40
41 &lfs81_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&lxqt-session-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&lxqt-session-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &lxqt-session-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &lxqt-session-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &lxqt-session-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &lxqt-session-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">lxqt-session Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="liblxqt"/>,
82 (<xref linkend="lxqt-kwindowsystem"/> or
83 <xref linkend="kf5-frameworks"/>), and
84 <xref linkend="xdg-user-dirs"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="git"/> (to download translation files) or
90 <xref linkend="lxqt-l10n"/> (to add localization files)
91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/lxqt-session"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of lxqt-session</title>
100
101 <para>
102 Install <application>lxqt-session</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>mkdir -v build &amp;&amp;
107cd build &amp;&amp;
108
109cmake -DCMAKE_BUILD_TYPE=Release \
110 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
111 -DPULL_TRANSLATIONS=no \
112 .. &amp;&amp;
113
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para>
132 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
133 <xref linkend="git"/>, which would otherwise be requested to download
134 the translation files.
135 </para>
136
137 </sect2>
138
139 <sect2 role="configuration">
140 <title>Configuring lxqt-session</title>
141
142 <para>
143 Window Managers other than <xref linkend="openbox"/> may be used, e.g.
144 <xref linkend="xfwm4"/>. Notice that <xref linkend="icewm"/> is not a
145 valid replacement. <application>Fluxbox</application> does work, although
146 in this context (with <xref linkend="lxqt-config"/>) <xref
147 linkend="openbox"/> is better. The
148 <filename>/etc/xdg/lxqt/windowmanagers.conf</filename> comes with several
149 examples of Window Managers and the ones which are installed will appear
150 in a drop down list of <command>lxqt-config-session</command>. For the
151 ones not included in
152 <filename>/etc/xdg/lxqt/windowmanagers.conf</filename>, you can use the
153 <command>lxqt-config-session</command> "search" button, e.g. for <xref
154 linkend="fluxbox"/>, navigating through the file system until you can
155 choose <command>fluxbox</command>. Alternatively, if you wish the Window
156 Manager of your choice to appear in the drop down list, include it in
157 <filename>/etc/xdg/lxqt/windowmanagers.conf</filename>. For <xref
158 linkend="fluxbox"/>, include the line
159 </para>
160
161<screen role="nodump"><userinput><literal>fluxbox/Name=Fluxbox</literal></userinput></screen>
162
163 <para>
164 and it will appear as an option in the drop down list. To change the WM,
165 after selecting it, you need to restart the session.
166 </para>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title>Contents</title>
172
173 <segmentedlist>
174 <segtitle>Installed Programs</segtitle>
175 <segtitle>Installed Libraries</segtitle>
176 <segtitle>Installed Directories</segtitle>
177
178 <seglistitem>
179 <seg>
180 lxqt-config-session, lxqt-leave and lxqt-session
181 </seg>
182 <seg>
183 None
184 </seg>
185 <seg>
186 None
187 </seg>
188 </seglistitem>
189 </segmentedlist>
190
191 <variablelist>
192 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
193 <?dbfo list-presentation="list"?>
194 <?dbhtml list-presentation="table"?>
195
196 <varlistentry id="lxqt-config-session-prog">
197 <term><command>lxqt-config-session</command></term>
198 <listitem>
199 <para>
200 is a GUI configuration tool for <command>lxqt-session</command>
201 settings.
202 </para>
203 <indexterm zone="lxqt-session lxqt-config-session-prog">
204 <primary sortas="b-lxqt-config-session">lxqt-config-session</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="lxqt-leave-prog">
210 <term><command>lxqt-leave</command></term>
211 <listitem>
212 <para>
213 is a graphical dialog to terminate the session.
214 </para>
215 <indexterm zone="lxqt-session lxqt-leave-prog">
216 <primary sortas="b-lxqt-leave">lxqt-leave</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="lxqt-session-prog">
222 <term><command>lxqt-session</command></term>
223 <listitem>
224 <para>
225 is a lightweight X session manager.
226 </para>
227 <indexterm zone="lxqt-session lxqt-session-prog">
228 <primary sortas="b-lxqt-session">lxqt-session</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.