source: lxqt/desktop/lxqt-config.xml@ 50cb265e

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 50cb265e was 50cb265e, checked in by Pierre Labastie <pieere@…>, 6 years ago

Make KF5 and plasma "nodep" in LXQt: this only impacts jhalfs users.
It prevents jhalfs from trying to build the whole kf5/plasma5 stack.

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

  • Property mode set to 100644
File size: 8.9 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-config-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-config-&lxqt-config-version;.tar.xz">-->
11 <!ENTITY lxqt-config-download-http "https://github.com/lxde/lxqt-config/releases/download/&lxqt-config-version;/lxqt-config-&lxqt-config-version;.tar.xz">
12 <!ENTITY lxqt-config-download-ftp " ">
13 <!ENTITY lxqt-config-md5sum "0cde79c1054370e45ebaf2744b340b8e">
14 <!ENTITY lxqt-config-size "195 KB">
15 <!ENTITY lxqt-config-buildsize "16 MB">
16 <!ENTITY lxqt-config-time "0.7 SBU">
17]>
18
19<sect1 id="lxqt-config" xreflabel="lxqt-config-&lxqt-config-version;">
20 <?dbhtml filename="lxqt-config.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>lxqt-config-&lxqt-config-version;</title>
28
29 <indexterm zone="lxqt-config">
30 <primary sortas="a-lxqt-config">lxqt-config</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to lxqt-config</title>
35
36 <para>
37 The <application>lxqt-config</application> package provides the
38 <application>LXQt</application> system settings center.
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-config-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&lxqt-config-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &lxqt-config-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &lxqt-config-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &lxqt-config-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &lxqt-config-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">lxqt-config Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="liblxqt"/> and
82 (<xref linkend="lxqt-libkscreen"/> or
83 <xref role="nodep" linkend="plasma5-build"/>)
84<!-- role="nodep" implies that jhalfs users will not depend on the whole
85 kf5/plasma stack. If they have built plasma, it is easy to remove the
86 lxqt-libkscreen script.-->
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="git"/> (to download translation files) or
92 <xref linkend="lxqt-l10n"/> (to add localization files)
93 </para>
94
95 <para condition="html" role="usernotes">
96 User Notes: <ulink url="&blfs-wiki;/lxqt-config"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of lxqt-config</title>
102
103 <para>
104 Install <application>lxqt-config</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>mkdir -v build &amp;&amp;
109cd build &amp;&amp;
110
111cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
112 -DCMAKE_BUILD_TYPE=Release \
113 -DPULL_TRANSLATIONS=no \
114 .. &amp;&amp;
115
116make</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
135 <xref linkend="git"/>, which would otherwise be requested to download
136 the translation files.
137 </para>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Library</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 lxqt-config, lxqt-config-appearance, lxqt-config-brightness,
152 lxqt-config-file-associations, lxqt-config-input, lxqt-config-locale,
153 and lxqt-config-monitor
154 </seg>
155 <seg>
156 liblxqt-config-cursor.so
157 </seg>
158 <seg>
159 $LXQT_PREFIX/lib/lxqt-config
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="lxqt-config-prog">
170 <term><command>lxqt-config</command></term>
171 <listitem>
172 <para>
173 is the <application>LXQt</application> configuration center.
174 </para>
175 <indexterm zone="lxqt-config lxqt-config-prog">
176 <primary sortas="b-lxqt-config">lxqt-config</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="lxqt-config-appearance">
182 <term><command>lxqt-config-appearance</command></term>
183 <listitem>
184 <para>
185 is the <application>LXQt</application> program used to change
186 themes, icon themes, and fonts used by applications.
187 </para>
188 <indexterm zone="lxqt-config lxqt-config-appearance">
189 <primary sortas="b-lxqt-config-appearance">lxqt-config-appearance</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="lxqt-config-brightness">
195 <term><command>lxqt-config-brightness</command></term>
196 <listitem>
197 <para>
198 configures brightness settings of ouput devices.
199 </para>
200 <indexterm zone="lxqt-config lxqt-config-brightness">
201 <primary sortas="b-lxqt-config-brightness">lxqt-config-brightness</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="lxqt-config-file-associations">
207 <term><command>lxqt-config-file-associations</command></term>
208 <listitem>
209 <para>
210 is the <application>LXQt</application> program used to associate
211 files with programs.
212 </para>
213 <indexterm zone="lxqt-config lxqt-config-file-associations">
214 <primary sortas="b-lxqt-config-file-associations">lxqt-config-file-associations</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="lxqt-config-input">
220 <term><command>lxqt-config-input</command></term>
221 <listitem>
222 <para>
223 is the <application>LXQt</application> program used to configure
224 input devices (e.g. mouse speed, cursor, keyboard speed, keyboard
225 layout).
226 </para>
227 <indexterm zone="lxqt-config lxqt-config-input">
228 <primary sortas="b-lxqt-config-input">lxqt-config-input</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="lxqt-config-locale">
234 <term><command>lxqt-config-locale</command></term>
235 <listitem>
236 <para>
237 configures the locale used in <application>LXQt</application>
238 sessions.
239 </para>
240 <indexterm zone="lxqt-config lxqt-config-locale">
241 <primary sortas="b-lxqt-config-locale">lxqt-config-locale</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="lxqt-config-monitor">
247 <term><command>lxqt-config-monitor</command></term>
248 <listitem>
249 <para>
250 is the <application>LXQt</application>
251 <application>xrandr</application> based program used to configure
252 the monitor.
253 </para>
254 <indexterm zone="lxqt-config lxqt-config-monitor">
255 <primary sortas="b-lxqt-config-monitor">lxqt-config-monitor</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="liblxqt-config-cursor-lib">
261 <term><filename class="libraryfile">liblxqt-config-cursor.so</filename></term>
262 <listitem>
263 <para>
264 contains the <application>liblxqt-config-cursor</application> API
265 functions.
266 </para>
267 <indexterm zone="lxqt-config liblxqt-config-cursor-lib">
268 <primary sortas="c-liblxqt-config-cursor">liblxqt-config-cursor.so</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 </variablelist>
274
275 </sect2>
276
277</sect1>
Note: See TracBrowser for help on using the repository browser.