source: archive/lxqt/desktop/lxqt-session.xml@ 49a84b87

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 49a84b87 was 49a84b87, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to mariadb-10.3.9.
Update to Archive-Zip-1.62 (Perl Module).
Archive lxqt
Tags

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

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