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 | <!ENTITY lxqt-config-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-config-&lxqt-config-version;.tar.xz">
|
---|
8 | <!ENTITY lxqt-config-download-ftp " ">
|
---|
9 | <!ENTITY lxqt-config-md5sum "af485d58ed9aa78e46bb76db5c51eb9a">
|
---|
10 | <!ENTITY lxqt-config-size "140 KB">
|
---|
11 | <!ENTITY lxqt-config-buildsize "11 MB">
|
---|
12 | <!ENTITY lxqt-config-time "0.4 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="lxqt-config" xreflabel="lxqt-config-&lxqt-config-version;">
|
---|
16 | <?dbhtml filename="lxqt-config.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>lxqt-config-&lxqt-config-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="lxqt-config">
|
---|
26 | <primary sortas="a-lxqt-config">lxqt-config</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to lxqt-config</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>lxqt-config</application> package provides the
|
---|
34 | <application>LXQt</application> system settings center.
|
---|
35 | </para>
|
---|
36 |
|
---|
37 | &lfs78_checked;
|
---|
38 |
|
---|
39 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
40 | <itemizedlist spacing="compact">
|
---|
41 | <listitem>
|
---|
42 | <para>
|
---|
43 | Download (HTTP): <ulink url="&lxqt-config-download-http;"/>
|
---|
44 | </para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>
|
---|
48 | Download (FTP): <ulink url="&lxqt-config-download-ftp;"/>
|
---|
49 | </para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>
|
---|
53 | Download MD5 sum: &lxqt-config-md5sum;
|
---|
54 | </para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>
|
---|
58 | Download size: &lxqt-config-size;
|
---|
59 | </para>
|
---|
60 | </listitem>
|
---|
61 | <listitem>
|
---|
62 | <para>
|
---|
63 | Estimated disk space required: &lxqt-config-buildsize;
|
---|
64 | </para>
|
---|
65 | </listitem>
|
---|
66 | <listitem>
|
---|
67 | <para>
|
---|
68 | Estimated build time: &lxqt-config-time;
|
---|
69 | </para>
|
---|
70 | </listitem>
|
---|
71 | </itemizedlist>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect3">lxqt-config Dependencies</bridgehead>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
76 | <para role="required">
|
---|
77 | <xref linkend="liblxqt"/>
|
---|
78 | </para>
|
---|
79 |
|
---|
80 | <para condition="html" role="usernotes">
|
---|
81 | User Notes: <ulink url="&blfs-wiki;/lxqt-config"/>
|
---|
82 | </para>
|
---|
83 | </sect2>
|
---|
84 |
|
---|
85 | <sect2 role="installation">
|
---|
86 | <title>Installation of lxqt-config</title>
|
---|
87 |
|
---|
88 | <para>
|
---|
89 | Install <application>lxqt-config</application> by running the following
|
---|
90 | commands:
|
---|
91 | </para>
|
---|
92 |
|
---|
93 | <screen><userinput>sed -i '/<QRect>/ i #include <QObject>' lxqt-config-monitor/monitor.h
|
---|
94 |
|
---|
95 | mkdir -v build &&
|
---|
96 | cd build &&
|
---|
97 |
|
---|
98 | cmake -DCMAKE_BUILD_TYPE=Release \
|
---|
99 | -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
---|
100 | .. &&
|
---|
101 |
|
---|
102 | make</userinput></screen>
|
---|
103 |
|
---|
104 | <para>
|
---|
105 | This package does not come with a test suite.
|
---|
106 | </para>
|
---|
107 |
|
---|
108 | <para>
|
---|
109 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
110 | </para>
|
---|
111 |
|
---|
112 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
113 |
|
---|
114 | </sect2>
|
---|
115 |
|
---|
116 | <sect2 role="commands">
|
---|
117 | <title>Command Explanations</title>
|
---|
118 |
|
---|
119 | <para>
|
---|
120 | <command>sed -e ...</command>: Fixes the headers for Qt-5.5.
|
---|
121 | </para>
|
---|
122 |
|
---|
123 | </sect2>
|
---|
124 |
|
---|
125 | <sect2 role="content">
|
---|
126 | <title>Contents</title>
|
---|
127 |
|
---|
128 | <segmentedlist>
|
---|
129 | <segtitle>Installed Programs</segtitle>
|
---|
130 | <segtitle>Installed Library</segtitle>
|
---|
131 | <segtitle>Installed Directories</segtitle>
|
---|
132 |
|
---|
133 | <seglistitem>
|
---|
134 | <seg>
|
---|
135 | lxqt-config, lxqt-config-file-associations, lxqt-config-monitor,
|
---|
136 | lxqt-config-appearance, and lxqt-config-input
|
---|
137 | </seg>
|
---|
138 | <seg>
|
---|
139 | liblxqt-config-cursor.so
|
---|
140 | </seg>
|
---|
141 | <seg>
|
---|
142 | $LXQT_PREFIX/share/lxqt/translations/lxqt-config{,-appearance,-cursor,-file-associations,-input,-monitor}
|
---|
143 | </seg>
|
---|
144 | </seglistitem>
|
---|
145 | </segmentedlist>
|
---|
146 |
|
---|
147 | <variablelist>
|
---|
148 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
149 | <?dbfo list-presentation="list"?>
|
---|
150 | <?dbhtml list-presentation="table"?>
|
---|
151 |
|
---|
152 | <varlistentry id="lxqt-config-prog">
|
---|
153 | <term><command>lxqt-config</command></term>
|
---|
154 | <listitem>
|
---|
155 | <para>
|
---|
156 | is the <application>LXQt</application> configuration center.
|
---|
157 | </para>
|
---|
158 | <indexterm zone="lxqt-config lxqt-config-prog">
|
---|
159 | <primary sortas="b-lxqt-config">lxqt-config</primary>
|
---|
160 | </indexterm>
|
---|
161 | </listitem>
|
---|
162 | </varlistentry>
|
---|
163 |
|
---|
164 | <varlistentry id="lxqt-config-appearance">
|
---|
165 | <term><command>lxqt-config-appearance</command></term>
|
---|
166 | <listitem>
|
---|
167 | <para>
|
---|
168 | is the <application>LXQt</application> program used to change
|
---|
169 | themes, icon themes, and fonts used by applications.
|
---|
170 | </para>
|
---|
171 | <indexterm zone="lxqt-config lxqt-config-appearance">
|
---|
172 | <primary sortas="b-lxqt-config-appearance">lxqt-config-appearance</primary>
|
---|
173 | </indexterm>
|
---|
174 | </listitem>
|
---|
175 | </varlistentry>
|
---|
176 |
|
---|
177 | <varlistentry id="lxqt-config-file-associations">
|
---|
178 | <term><command>lxqt-config-file-associations</command></term>
|
---|
179 | <listitem>
|
---|
180 | <para>
|
---|
181 | is the <application>LXQt</application> program used to associate
|
---|
182 | files with programs.
|
---|
183 | </para>
|
---|
184 | <indexterm zone="lxqt-config lxqt-config-file-associations">
|
---|
185 | <primary sortas="b-lxqt-config-file-associations">lxqt-config-file-associations</primary>
|
---|
186 | </indexterm>
|
---|
187 | </listitem>
|
---|
188 | </varlistentry>
|
---|
189 |
|
---|
190 | <varlistentry id="lxqt-config-input">
|
---|
191 | <term><command>lxqt-config-input</command></term>
|
---|
192 | <listitem>
|
---|
193 | <para>
|
---|
194 | is the <application>LXQt</application> program used to configure
|
---|
195 | input devices (e.g. mouse speed, cursor, keyboard speed, keyboard
|
---|
196 | 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-monitor">
|
---|
205 | <term><command>lxqt-config-monitor</command></term>
|
---|
206 | <listitem>
|
---|
207 | <para>
|
---|
208 | is the <application>LXQt</application>
|
---|
209 | <application>xrandr</application> based program used to configure
|
---|
210 | the monitor.
|
---|
211 | </para>
|
---|
212 | <indexterm zone="lxqt-config lxqt-config-monitor">
|
---|
213 | <primary sortas="b-lxqt-config-monitor">lxqt-config-monitor</primary>
|
---|
214 | </indexterm>
|
---|
215 | </listitem>
|
---|
216 | </varlistentry>
|
---|
217 |
|
---|
218 | <varlistentry id="liblxqt-config-cursor-lib">
|
---|
219 | <term><filename class="libraryfile">liblxqt-config-cursor.so</filename></term>
|
---|
220 | <listitem>
|
---|
221 | <para>
|
---|
222 | contains the <application>liblxqt-config-cursor</application> API
|
---|
223 | functions.
|
---|
224 | </para>
|
---|
225 | <indexterm zone="lxqt-config liblxqt-config-cursor-lib">
|
---|
226 | <primary sortas="c-liblxqt-config-cursor">liblxqt-config-cursor.so</primary>
|
---|
227 | </indexterm>
|
---|
228 | </listitem>
|
---|
229 | </varlistentry>
|
---|
230 |
|
---|
231 | </variablelist>
|
---|
232 |
|
---|
233 | </sect2>
|
---|
234 |
|
---|
235 | </sect1>
|
---|