source: gnome/core/gnome-control-center.xml@ 1a0ca2a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1a0ca2a was 1a0ca2a, checked in by Wayne Blaszczyk <wblaszcz@…>, 15 years ago

Updated to GNOME Applets-2.26.3.

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

  • Property mode set to 100644
File size: 7.2 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 "&gnome-download-http;/gnome-control-center/&gnome-version;/gnome-control-center-&gnome-control-center-version;.tar.bz2">
8 <!ENTITY gnome-control-center-download-ftp "&gnome-download-ftp;/gnome-control-center/&gnome-version;/gnome-control-center-&gnome-control-center-version;.tar.bz2">
9 <!ENTITY gnome-control-center-md5sum "eed8feccc37712e34d88bd3b20e46962">
10 <!ENTITY gnome-control-center-size "2.2 MB">
11 <!ENTITY gnome-control-center-buildsize "55 MB">
12 <!ENTITY gnome-control-center-time "1 SBU">
13]>
14
15<sect1 id="gnome-control-center" xreflabel="GNOME Control Center-&gnome-control-center-version;">
16 <?dbhtml filename="gnome-control-center.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Control Center-&gnome-control-center-version;</title>
24
25 <indexterm zone="gnome-control-center">
26 <primary sortas="a-GNOME-Control-Center">GNOME Control Center</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Control Center</title>
31
32 <para>The <application>GNOME Control Center</application> package contains the
33 <application>GNOME</application> settings managers.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&gnome-control-center-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&gnome-control-center-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &gnome-control-center-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &gnome-control-center-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &gnome-control-center-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &gnome-control-center-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">GNOME Control Center Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="gnome-settings-daemon"/>,
61 <xref linkend="gnome-panel"/>, and
62 <xref linkend="metacity"/></para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional"><xref linkend="hal"/>,
66 <xref linkend="shared-mime-info"/>,
67 <xref linkend="evolution-data-server"/>, and
68 <ulink url="http://hal.freedesktop.org/releases/">polkit-gnome</ulink></para>
69
70 <para>Though they are only run-time dependencies and
71 <application>GNOME Control Center</application> will compile just fine without
72 them installed, there are two screen saver packages that can be installed
73 which will provide a robust collection of screen savers and screen
74 locking capability. <xref linkend="gnome-screensaver"/> is looked for
75 first, with a fallback to <xref linkend="xscreensaver"/> if
76 necessary.</para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/gnome-control-center"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of GNOME Control Center</title>
85
86 <para>Install <application>GNOME Control Center</application> by running the
87 following commands:</para>
88
89<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
90 --sysconfdir=&gnome-etc-dir; \
91 --localstatedir=/var/lib \
92 --libexecdir=$(pkg-config \
93 --variable=prefix ORBit-2.0)/lib/gnome-control-center &amp;&amp;
94make</userinput></screen>
95
96 <para>This package does not come with a test suite.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
108 href="../../xincludes/gnome-prefix.xml"/>
109
110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
111 href="../../xincludes/gnome-sysconfdir.xml"/>
112
113 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
114 href="../../xincludes/scrollkeeper-dir.xml"/>
115
116 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
117 ORBit-2.0)/lib/gnome-control-center</parameter>: This parameter causes the libexec
118 files to be installed in the preferred location of
119 <filename class="directory">$GNOME_PREFIX/lib/gnome-control-center</filename>
120 instead of
121 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
122
123 <para><option>--disable-hal</option>: Build without hal support.</para>
124
125 <para><option>--enable-aboutme</option>: Enables building the
126 <command>gnome-about-me</command> capplet. <application>Evolution Data
127 Server</application> must be installed to use this parameter.</para>
128
129 </sect2>
130
131 <sect2 role="configuration">
132 <title>Configuring GNOME Control Center</title>
133
134 <sect3 id="gnome-control-center-config">
135 <title>Configuration Information</title>
136
137 <para>If <application>HAL</application> was linked into the build and
138 GNOME is being installed in any location other than
139 <filename class='directory'>/usr</filename>, you should create a local
140 <application>D-Bus</application> session configuration file so that the
141 installed <filename>org.gnome.SettingsDaemon.service</filename>
142 file can be discovered by <application>D-Bus</application>. You should
143 reference the information on the <application>D-Bus</application> page
144 for instructions on how to create a
145 <xref linkend="dbus-session-config"/>. You may disregard this if you
146 already created the local <application>D-Bus</application> session
147 configuration file during the <application>GNOME VFS</application>
148 installation.</para>
149
150 </sect3>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>gnome-appearance-properties, gnome-at-mobility,
164 gnome-at-properties, gnome-at-visual, gnome-control-center,
165 gnome-default-applications-properties, gnome-display-properties,
166 gnome-font-viewer, gnome-keybinding-properties,
167 gnome-keyboard-properties, gnome-mouse-properties,
168 gnome-network-properties, gnome-thumbnail-font, gnome-typing-monitor,
169 gnome-window-properties, and gnome-about-me</seg>
170 <seg>libgnome-window-settings.{so,a} and libmetacity.{so,a}</seg>
171 <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-window-settings-2.0,
172 lib/window-manager-settings,share/{omf/control-centeri,mime/,
173 gnome/{cursor-fonts,help/control-center/},gnome-control-center/}}</seg>
174 </seglistitem>
175 </segmentedlist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.