source: lxqt/desktop/lxqt-config.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@…>, 6 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.7 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 linkend="plasma5-build"/>)
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="git"/> (to download translation files) or
89 <xref linkend="lxqt-l10n"/> (to add localization files)
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/lxqt-config"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of lxqt-config</title>
99
100 <para>
101 Install <application>lxqt-config</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>mkdir -v build &amp;&amp;
106cd build &amp;&amp;
107
108cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
109 -DCMAKE_BUILD_TYPE=Release \
110 -DPULL_TRANSLATIONS=no \
111 .. &amp;&amp;
112
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
132 <xref linkend="git"/>, which would otherwise be requested to download
133 the translation files.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Library</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 lxqt-config, lxqt-config-appearance, lxqt-config-brightness,
149 lxqt-config-file-associations, lxqt-config-input, lxqt-config-locale,
150 and lxqt-config-monitor
151 </seg>
152 <seg>
153 liblxqt-config-cursor.so
154 </seg>
155 <seg>
156 $LXQT_PREFIX/lib/lxqt-config
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="lxqt-config-prog">
167 <term><command>lxqt-config</command></term>
168 <listitem>
169 <para>
170 is the <application>LXQt</application> configuration center.
171 </para>
172 <indexterm zone="lxqt-config lxqt-config-prog">
173 <primary sortas="b-lxqt-config">lxqt-config</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="lxqt-config-appearance">
179 <term><command>lxqt-config-appearance</command></term>
180 <listitem>
181 <para>
182 is the <application>LXQt</application> program used to change
183 themes, icon themes, and fonts used by applications.
184 </para>
185 <indexterm zone="lxqt-config lxqt-config-appearance">
186 <primary sortas="b-lxqt-config-appearance">lxqt-config-appearance</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="lxqt-config-brightness">
192 <term><command>lxqt-config-brightness</command></term>
193 <listitem>
194 <para>
195 configures brightness settings of ouput devices.
196 </para>
197 <indexterm zone="lxqt-config lxqt-config-brightness">
198 <primary sortas="b-lxqt-config-brightness">lxqt-config-brightness</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="lxqt-config-file-associations">
204 <term><command>lxqt-config-file-associations</command></term>
205 <listitem>
206 <para>
207 is the <application>LXQt</application> program used to associate
208 files with programs.
209 </para>
210 <indexterm zone="lxqt-config lxqt-config-file-associations">
211 <primary sortas="b-lxqt-config-file-associations">lxqt-config-file-associations</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="lxqt-config-input">
217 <term><command>lxqt-config-input</command></term>
218 <listitem>
219 <para>
220 is the <application>LXQt</application> program used to configure
221 input devices (e.g. mouse speed, cursor, keyboard speed, keyboard
222 layout).
223 </para>
224 <indexterm zone="lxqt-config lxqt-config-input">
225 <primary sortas="b-lxqt-config-input">lxqt-config-input</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="lxqt-config-locale">
231 <term><command>lxqt-config-locale</command></term>
232 <listitem>
233 <para>
234 configures the locale used in <application>LXQt</application>
235 sessions.
236 </para>
237 <indexterm zone="lxqt-config lxqt-config-locale">
238 <primary sortas="b-lxqt-config-locale">lxqt-config-locale</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="lxqt-config-monitor">
244 <term><command>lxqt-config-monitor</command></term>
245 <listitem>
246 <para>
247 is the <application>LXQt</application>
248 <application>xrandr</application> based program used to configure
249 the monitor.
250 </para>
251 <indexterm zone="lxqt-config lxqt-config-monitor">
252 <primary sortas="b-lxqt-config-monitor">lxqt-config-monitor</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="liblxqt-config-cursor-lib">
258 <term><filename class="libraryfile">liblxqt-config-cursor.so</filename></term>
259 <listitem>
260 <para>
261 contains the <application>liblxqt-config-cursor</application> API
262 functions.
263 </para>
264 <indexterm zone="lxqt-config liblxqt-config-cursor-lib">
265 <primary sortas="c-liblxqt-config-cursor">liblxqt-config-cursor.so</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 </variablelist>
271
272 </sect2>
273
274</sect1>
Note: See TracBrowser for help on using the repository browser.