source: gnome/platform/gnome-control-center.xml@ 2f2bfbd

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2f2bfbd was 2f2bfbd, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Fixes for building with meson 0.61+

  • Property mode set to 100644
File size: 7.3 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 <!ENTITY gnome-control-center-download-http
8 "&gnome-download-http;/gnome-control-center/&gnome-41;/gnome-control-center-&gnome-control-center-version;.tar.xz">
9 <!ENTITY gnome-control-center-download-ftp
10 "&gnome-download-ftp;/gnome-control-center/&gnome-41;/gnome-control-center-&gnome-control-center-version;.tar.xz">
11 <!ENTITY gnome-control-center-md5sum "e7413810675ce7e429e2d47c467dc582">
12 <!ENTITY gnome-control-center-size "6.3 MB">
13 <!ENTITY gnome-control-center-buildsize "150 MB (with tests)">
14 <!ENTITY gnome-control-center-time "0.5 SBU (Using parallelism=4; with tests)">
15]>
16
17<sect1 id="gnome-control-center" xreflabel="gnome-control-center-&gnome-control-center-version;">
18 <?dbhtml filename="gnome-control-center.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-control-center-&gnome-control-center-version;</title>
25
26 <indexterm zone="gnome-control-center">
27 <primary sortas="a-gnome-control-center">gnome-control-center</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME Control Center</title>
32
33 <para>
34 The <application>GNOME Control Center</application> package contains the
35 <application>GNOME</application> settings manager.
36 </para>
37
38 &lfs110a_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gnome-control-center-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gnome-control-center-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gnome-control-center-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gnome-control-center-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gnome-control-center-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gnome-control-center-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GNOME Control Center Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="accountsservice"/>,
79 <xref linkend="clutter-gtk"/>,
80 <xref linkend="colord-gtk"/>,
81 <xref linkend="gnome-online-accounts"/>,
82 <xref linkend="gnome-settings-daemon"/>,
83 <xref linkend="grilo"/>,
84 <xref linkend="gsound"/>,
85 <xref linkend="libgtop"/>,
86 <xref linkend="libpwquality"/>,
87 <xref linkend="mitkrb"/>,
88 <xref linkend="shared-mime-info"/>, and
89 <xref linkend="udisks2"/>
90 </para>
91
92 <bridgehead renderas="sect4">Recommended</bridgehead>
93 <para role="recommended">
94 <xref linkend="cheese"/>,
95 <xref linkend="cups"/> and
96 <xref linkend="samba"/> (for the Printers Panel),
97 <xref linkend="gnome-bluetooth"/>,
98 <xref linkend="ibus"/>,
99 <xref linkend="libhandy1"/>, and
100 <xref linkend="ModemManager"/> and
101 <xref linkend="libnma"/> (for the Network Panel)
102 <!-- gnome-remote-desktop can be used in the Sharing panel. -->
103 </para>
104
105 <bridgehead renderas="sect4">Optional</bridgehead>
106 <para role="optional">
107 <xref linkend="python-dbusmock"/> (for tests)
108 </para>
109
110 <bridgehead renderas="sect4"
111 revision="sysv">Recommended (Runtime)</bridgehead>
112 <para role="recommended" revision="sysv">
113 <xref linkend="blocaled" role="runtime"/>
114 </para>
115
116 <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
117 <para role="optional">
118 <xref role="runtime" linkend="cups-pk-helper"/> (Printers panel),
119 <xref role="runtime" linkend="gnome-color-manager"/> (Color panel), and
120 <xref role="runtime" linkend="sound-theme-freedesktop"/> (Additional Sound Effects in Sound panel)
121 </para>
122
123 <note>
124 <para>
125 Recommended dependencies are not strictly required for
126 this package to build and function, but you may not get
127 expected results at runtime if you don't install them.
128 </para>
129 </note>
130
131 <para condition="html" role="usernotes">User Notes:
132 <ulink url="&blfs-wiki;/gnome-control-center"/>
133 </para>
134 </sect2>
135
136 <sect2 role="installation">
137 <title>Installation of GNOME Control Center</title>
138
139 <para>
140 First, fix building with newer versions of
141 <application>meson</application>:
142 </para>
143
144<screen><userinput>find . -name meson.build | xargs sed -i '/merge_file/{n;d}'</userinput></screen>
145
146 <para>
147 Install <application>GNOME Control Center</application> by running the
148 following commands:
149 </para>
150
151<screen><userinput>mkdir build &amp;&amp;
152cd build &amp;&amp;
153
154meson --prefix=/usr --buildtype=release .. &amp;&amp;
155ninja</userinput></screen>
156
157 <para>
158 To test the results, issue: <command>ninja test</command>. Note that
159 you must have <application>python-dbusmock</application> module
160 installed in order for the tests to complete successfully.
161 </para>
162
163 <para>
164 Now, as the <systemitem class="username">root</systemitem> user:
165 </para>
166
167<screen role="root"><userinput>ninja install</userinput></screen>
168
169 </sect2>
170
171 <sect2 role="commands">
172 <title>Command Explanations</title>
173
174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="../../xincludes/meson-buildtype-release.xml"/>
176
177 <para>
178 <option>-Dcheese=false</option>: Use this switch if you have not
179 installed recommended dependency <application>Cheese</application>.
180 </para>
181
182 <para>
183 <option>-Dibus=false</option>: Use this switch if you have not
184 installed recommended dependency <application>IBus</application>.
185 </para>
186
187 </sect2>
188
189 <sect2 role="content">
190 <title>Contents</title>
191
192 <segmentedlist>
193 <segtitle>Installed Programs</segtitle>
194 <segtitle>Installed Libraries</segtitle>
195 <segtitle>Installed Directories</segtitle>
196
197 <seglistitem>
198 <seg>
199 gnome-control-center
200 </seg>
201 <seg>
202 None
203 </seg>
204 <seg>
205 /usr/share/gnome-control-center,
206 /usr/share/pixmaps/faces, and
207 /usr/share/sounds/gnome
208 </seg>
209 </seglistitem>
210 </segmentedlist>
211
212 <variablelist>
213 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
214 <?dbfo list-presentation="list"?>
215 <?dbhtml list-presentation="table"?>
216
217 <varlistentry id="gnome-control-center-prog">
218 <term><command>gnome-control-center</command></term>
219 <listitem>
220 <para>
221 is a graphical user interface used to configure various
222 aspects of <application>GNOME</application>
223 </para>
224 <indexterm zone="gnome-control-center gnome-control-center-prog">
225 <primary sortas="b-gnome-control-center">gnome-control-center</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 </variablelist>
231
232 </sect2>
233
234</sect1>
Note: See TracBrowser for help on using the repository browser.