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

elogind
Last change on this file since d60cd837 was d60cd837, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21080.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21081 af4574ff-66df-0310-9fd7-8a98e5e911e0

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