source: lxqt/desktop/lxqt-session.xml@ 737f339

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 737f339 was 737f339, checked in by Pierre Labastie <pieere@…>, 7 years ago

LXQt-0.12.0

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

  • Property mode set to 100644
File size: 8.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<!-- 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 "b5d10deb6ccc964b14f93c3a6451b069">
14 <!ENTITY lxqt-session-size "131 KB">
15 <!ENTITY lxqt-session-buildsize "7.7 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>sed -e '/TryExec/s@=@='$LXQT_PREFIX'/bin/@' \
107 -i xsession/lxqt.desktop.in &amp;&amp;
108
109mkdir -v build &amp;&amp;
110cd build &amp;&amp;
111
112cmake -DCMAKE_BUILD_TYPE=Release \
113 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
114 -DPULL_TRANSLATIONS=no \
115 .. &amp;&amp;
116
117make</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <para>
135 <command>sed -e '/TryExec/s@=@='$LXQT_PREFIX'/bin/@' -i xsessions/lxqt.desktop.in</command>:
136 If using a display manager, the full path of the <quote>TryExec</quote>
137 directive has to be given so that the <application>LXQt</application>
138 desktop appear in the sessions list.
139 </para>
140
141 <para>
142 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
143 <xref linkend="git"/>, which would otherwise be requested to download
144 the translation files.
145 </para>
146
147 </sect2>
148
149 <sect2 role="configuration">
150 <title>Configuring lxqt-session</title>
151
152 <para>
153 Window Managers other than <xref linkend="openbox"/> may be used, e.g.
154 <xref linkend="xfwm4"/>. Notice that <xref linkend="icewm"/> is not a
155 valid replacement. <application>Fluxbox</application> does work, although
156 in this context (with <xref linkend="lxqt-config"/>) <xref
157 linkend="openbox"/> is better. The configuration file
158 <filename>/etc/xdg/lxqt/windowmanagers.conf</filename> comes with several
159 examples of Window Managers and the ones which are installed will appear
160 in a drop down list of <command>lxqt-config-session</command>. For the
161 ones not included in
162 <filename>/etc/xdg/lxqt/windowmanagers.conf</filename>, you can use the
163 <command>lxqt-config-session</command> "search" button, e.g. for <xref
164 linkend="fluxbox"/>, navigating through the file system until you can
165 choose <command>fluxbox</command>. Alternatively, if you wish the Window
166 Manager of your choice to appear in the drop down list, include it in
167 <filename>/etc/xdg/lxqt/windowmanagers.conf</filename>. For <xref
168 linkend="fluxbox"/>, include the line
169 </para>
170
171<screen role="nodump"><userinput><literal>fluxbox/Name=Fluxbox</literal></userinput></screen>
172
173 <para>
174 and it will appear as an option in the drop down list. To change the WM,
175 after selecting it, you need to restart the session.
176 </para>
177
178 </sect2>
179
180 <sect2 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Programs</segtitle>
185 <segtitle>Installed Libraries</segtitle>
186 <segtitle>Installed Directories</segtitle>
187
188 <seglistitem>
189 <seg>
190 lxqt-config-session, lxqt-leave, lxqt-session, and startlxqt
191 </seg>
192 <seg>
193 None
194 </seg>
195 <seg>
196 None
197 </seg>
198 </seglistitem>
199 </segmentedlist>
200
201 <variablelist>
202 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
203 <?dbfo list-presentation="list"?>
204 <?dbhtml list-presentation="table"?>
205
206 <varlistentry id="lxqt-config-session-prog">
207 <term><command>lxqt-config-session</command></term>
208 <listitem>
209 <para>
210 is a GUI configuration tool for <command>lxqt-session</command>
211 settings.
212 </para>
213 <indexterm zone="lxqt-session lxqt-config-session-prog">
214 <primary sortas="b-lxqt-config-session">lxqt-config-session</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="lxqt-leave-prog">
220 <term><command>lxqt-leave</command></term>
221 <listitem>
222 <para>
223 is a graphical dialog to terminate the session.
224 </para>
225 <indexterm zone="lxqt-session lxqt-leave-prog">
226 <primary sortas="b-lxqt-leave">lxqt-leave</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="lxqt-session-prog">
232 <term><command>lxqt-session</command></term>
233 <listitem>
234 <para>
235 is a lightweight X session manager.
236 </para>
237 <indexterm zone="lxqt-session lxqt-session-prog">
238 <primary sortas="b-lxqt-session">lxqt-session</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="startlxqt">
244 <term><command>startlxqt</command></term>
245 <listitem>
246 <para>
247 is used to start the desktop session for
248 <application>LXQt</application>.
249 </para>
250 <indexterm zone="lxqt-session startlxqt">
251 <primary sortas="b-startlxqt">startlxqt</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 </variablelist>
257
258 </sect2>
259
260</sect1>
Note: See TracBrowser for help on using the repository browser.