source: gnome/core/control-center.xml@ 8b158789

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 8b158789 was 8b158789, checked in by Randy McMurchy <randy@…>, 15 years ago

Juggled the gnome-version entity around so that updated packages can use it

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