source: gnome/platform/gnome-control-center.xml

trunk
Last change on this file was ba3f5f2, checked in by Douglas R. Reno <renodr@…>, 6 days ago

Update to gnome-control-center-46.0.1

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