source: lxqt/desktop/lxqt-config.xml@ a9b1fa8

lazarus trunk
Last change on this file since a9b1fa8 was 6d8eeb9, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Intermediate commit for kde6.

This is a large, but still intermediate commit for KDE6 (kf6 and plasma6).
These are the key changes:

Update kf6 dependencies.

Remove kuserfeedback (it is now a part of kf6).

Move libdbusmenu-qt to General Libraries. It is still needed for LXQt, but
will be remmoved when LXQt moves to Qt6 and LF6/Plasma6.

Made some changes to bluez to use &root;.

Commented out kmix, libkcddb, and k3b. These are still kf5 apps and would
require adding back most of kf5 to the book. It's easier to just wait for
these to be updated to qt6/kf6.

Removed references to the full qt5 package in LXQt packages. It mkes no sense
now that Qt6 is in the book to also build the full (deprecated) Qt5 package.
It may makes sense to just remove the full Qt5 package from th ebook now.

Renamed an internal referece from plasma5-build to just plasma-build in polkit
and mesa.

  • Property mode set to 100644
File size: 7.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 <!ENTITY lxqt-config-download-http "https://github.com/lxqt/lxqt-config/releases/download/&lxqt-version;/lxqt-config-&lxqt-version;.tar.xz">
8 <!ENTITY lxqt-config-download-ftp " ">
9 <!ENTITY lxqt-config-md5sum "ddfc6906bb9967957e1a3c0ad604118f">
10 <!ENTITY lxqt-config-size "364 KB">
11 <!ENTITY lxqt-config-buildsize "19 MB">
12 <!ENTITY lxqt-config-time "0.2 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="lxqt-config" xreflabel="lxqt-config-&lxqt-version;">
16 <?dbhtml filename="lxqt-config.html"?>
17
18
19 <title>lxqt-config-&lxqt-version;</title>
20
21 <indexterm zone="lxqt-config">
22 <primary sortas="a-lxqt-config">lxqt-config</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to lxqt-config</title>
27
28 <para>
29 The <application>lxqt-config</application> package provides the
30 <application>LXQt</application> Configuration Center.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&lxqt-config-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lxqt-config-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lxqt-config-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lxqt-config-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lxqt-config-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lxqt-config-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">lxqt-config Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="liblxqt"/>,
74 (<xref linkend="lxqt-kconfig"/> and
75 <xref linkend="lxqt-libkscreen"/>) <!--or
76 <xref role="nodep" linkend="plasma-build"/>-->, and
77 <xref linkend="xorg-libinput-driver"/>
78 </para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of lxqt-config</title>
84
85 <para>
86 Install <application>lxqt-config</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>mkdir -v build &amp;&amp;
91cd build &amp;&amp;
92
93cmake -DCMAKE_INSTALL_PREFIX=/usr \
94 -DCMAKE_BUILD_TYPE=Release \
95 .. &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the &root; user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Library</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>
120 lxqt-config,
121 lxqt-config-appearance,
122 lxqt-config-brightness,
123 lxqt-config-file-associations,
124 lxqt-config-input,
125 lxqt-config-locale, and
126 lxqt-config-monitor
127 </seg>
128 <seg>
129 liblxqt-config-cursor.so
130 </seg>
131 <seg>
132 /usr/lib/lxqt-config
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="lxqt-config-prog">
143 <term><command>lxqt-config</command></term>
144 <listitem>
145 <para>
146 is the <application>LXQt</application> Configuration Center
147 </para>
148 <indexterm zone="lxqt-config lxqt-config-prog">
149 <primary sortas="b-lxqt-config">lxqt-config</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="lxqt-config-appearance">
155 <term><command>lxqt-config-appearance</command></term>
156 <listitem>
157 <para>
158 is used to change system themes, icon themes, and fonts used by
159 applications in an LXQt session
160 </para>
161 <indexterm zone="lxqt-config lxqt-config-appearance">
162 <primary sortas="b-lxqt-config-appearance">lxqt-config-appearance</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="lxqt-config-brightness">
168 <term><command>lxqt-config-brightness</command></term>
169 <listitem>
170 <para>
171 configures the brightness setting of a monitor
172 </para>
173 <indexterm zone="lxqt-config lxqt-config-brightness">
174 <primary sortas="b-lxqt-config-brightness">lxqt-config-brightness</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="lxqt-config-file-associations">
180 <term><command>lxqt-config-file-associations</command></term>
181 <listitem>
182 <para>
183 is used to associate filetypes with programs
184 </para>
185 <indexterm zone="lxqt-config lxqt-config-file-associations">
186 <primary sortas="b-lxqt-config-file-associations">lxqt-config-file-associations</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="lxqt-config-input">
192 <term><command>lxqt-config-input</command></term>
193 <listitem>
194 <para>
195 is used to configure input devices, setting options such as the
196 mouse speed, the cursor, the keyboard speed, and the keyboard layout
197 </para>
198 <indexterm zone="lxqt-config lxqt-config-input">
199 <primary sortas="b-lxqt-config-input">lxqt-config-input</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="lxqt-config-locale">
205 <term><command>lxqt-config-locale</command></term>
206 <listitem>
207 <para>
208 configures the locale used in <application>LXQt</application>
209 sessions
210 </para>
211 <indexterm zone="lxqt-config lxqt-config-locale">
212 <primary sortas="b-lxqt-config-locale">lxqt-config-locale</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="lxqt-config-monitor">
218 <term><command>lxqt-config-monitor</command></term>
219 <listitem>
220 <para>
221 is a graphical frontend to <application>xrandr</application> that
222 configures monitors on a system
223 </para>
224 <indexterm zone="lxqt-config lxqt-config-monitor">
225 <primary sortas="b-lxqt-config-monitor">lxqt-config-monitor</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="liblxqt-config-cursor-lib">
231 <term><filename class="libraryfile">liblxqt-config-cursor.so</filename></term>
232 <listitem>
233 <para>
234 contains the <application>liblxqt-config-cursor</application> API
235 functions
236 </para>
237 <indexterm zone="lxqt-config liblxqt-config-cursor-lib">
238 <primary sortas="c-liblxqt-config-cursor">liblxqt-config-cursor.so</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 </variablelist>
244
245 </sect2>
246
247</sect1>
Note: See TracBrowser for help on using the repository browser.