source: archive/gnome/gnome-control-center.xml@ 7e618fdf

11.0 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7e618fdf was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.6 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/3.6/gnome-control-center-&gnome-control-center-version;.tar.xz">
9 <!ENTITY gnome-control-center-download-ftp
10 "&gnome-download-ftp;/gnome-control-center/3.6/gnome-control-center-&gnome-control-center-version;.tar.xz">
11 <!ENTITY gnome-control-center-md5sum "13474a477658ccbca7484918edfc19d3">
12 <!ENTITY gnome-control-center-size "4.7 MB">
13 <!ENTITY gnome-control-center-buildsize "110 MB">
14 <!ENTITY gnome-control-center-time "1.0 SBU">
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 &lfs72_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="gnome-menus"/>,
79 <xref linkend="gnome-online-accounts"/>,
80 <xref linkend="gnome-settings-daemon"/>,
81 <xref linkend="iso-codes"/>,
82 <xref linkend="libgtop"/>,
83 <xref linkend="libpwquality"/> and
84 <xref linkend="mitkrb"/>
85 </para>
86
87 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
88 <para role="required">
89 <xref linkend="accountsservice"/> and
90 <xref linkend="consolekit"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="cups"/>,
96 <xref linkend="gnome-bluetooth"/>,
97 <xref linkend="ibus"/> and
98 <xref linkend="NetworkManager"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="cheese"/> and
104 <ulink url="&gnome-download-http;/libsocialweb/">
105 libsocialweb</ulink>
106 </para>
107
108 <note>
109 <para>
110 Recommended dependencies are not strictly required for
111 this package to build and function, but you may not get
112 expected results at runtime if you don't install them.
113 </para>
114 </note>
115
116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/gnome-control-center"/>
118 </para>
119 </sect2>
120
121 <sect2 role="installation">
122 <title>Installation of GNOME Control Center</title>
123
124 <para>
125 Install <application>GNOME Control Center</application> by running the
126 following commands:
127 </para>
128
129<screen><userinput>./configure --prefix=/usr \
130 --sysconfdir=/etc \
131 --disable-static &amp;&amp;
132make</userinput></screen>
133
134 <para>
135 This package does not come with a test suite.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install</userinput></screen>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/static-libraries.xml"/>
151
152 <para>
153 <option>--disable-cups</option>: Use this switch if you have not
154 installed recommended dependency <application>Cups</application>.
155 </para>
156
157 <para>
158 <option>--disable-ibus</option>: Use this switch if you have not
159 installed recommended dependency <application>IBus</application>.
160 </para>
161
162 </sect2>
163
164 <sect2 role="content">
165 <title>Contents</title>
166
167 <segmentedlist>
168 <segtitle>Installed Programs</segtitle>
169 <segtitle>Installed Libraries</segtitle>
170 <segtitle>Installed Directories</segtitle>
171
172 <seglistitem>
173 <seg>
174 gnome-control-center and gnome-sound-applet
175 </seg>
176 <seg>
177 None
178 </seg>
179 <seg>
180 /usr/lib/control-center-1,
181 /usr/share/gnome-control-center and
182 /usr/share/sounds/gnome
183 </seg>
184 </seglistitem>
185 </segmentedlist>
186
187 <variablelist>
188 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
189 <?dbfo list-presentation="list"?>
190 <?dbhtml list-presentation="table"?>
191
192 <varlistentry id="gnome-control-center-prog">
193 <term><command>gnome-control-center</command></term>
194 <listitem>
195 <para>
196 is a graphical user interface used to configure various
197 aspects of <application>GNOME</application>.
198 </para>
199 <indexterm zone="gnome-control-center gnome-control-center-prog">
200 <primary sortas="b-gnome-control-center">gnome-control-center</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="gnome-sound-applet">
206 <term><command>gnome-sound-applet</command></term>
207 <listitem>
208 <para>
209 is the <application>GNOME</application> Volume Control Applet.
210 </para>
211 <indexterm zone="gnome-control-center gnome-sound-applet">
212 <primary sortas="b-gnome-sound-applet">gnome-sound-applet</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 </variablelist>
218
219 </sect2>
220
221</sect1>
Note: See TracBrowser for help on using the repository browser.