source: gnome/core/control-center.xml@ 7539d8f7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 7539d8f7 was a6bee1f, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to GNOME-2.14.2. All version entities have been updated with the core package updates being complete. The 'Additional' packages will be updated in upcoming commits

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

  • Property mode set to 100644
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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-version;/control-center-&control-center-version;.tar.bz2">
8 <!ENTITY control-center-download-ftp "&gnome-download-ftp;/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
9 <!ENTITY control-center-md5sum "08711b0f14584e7eaa9f4c275085ab36">
10 <!ENTITY control-center-size "1.8 MB">
11 <!ENTITY control-center-buildsize "60.2 MB">
12 <!ENTITY control-center-time "1.5 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="libxklavier"/>,
61 <xref linkend="metacity"/>,
62 <xref linkend="gnome-icon-theme"/>, and
63 <xref linkend="nautilus"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="evolution-data-server"/>,
67 <xref linkend="alsa"/>, and
68 <xref linkend="gst-plugins-base"/></para>
69
70 <para>Though they are only run-time dependencies and
71 <application>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. <ulink
75 url="&gnome-download-http;/gnome-screensaver/2.14/">GNOME
76 ScreenSaver</ulink> (BLFS page is forthcoming) is looked for first, with a
77 fallback to <xref linkend="xscreensaver"/> if 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 --localstatedir=/var/lib \
92 --sysconfdir=&gnome-etc-dir; \
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 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
109 ORBit-2.0)/lib/control-center</parameter>: This switch puts libexec files in
110 <filename class="directory">$GNOME_PREFIX/lib/control-center</filename>
111 instead of
112 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
113
114 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
115 puts <application>scrollkeeper</application> files in
116 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
117 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
118
119 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
120 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
121 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
122
123 <para><option>--enable-aboutme</option>: Enables building the
124 <command>gnome-about-me</command> capplet. <application>Evolution Data
125 Server</application> must be installed to use this parameter.</para>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>gnome-about-me,gnome-accessibility-keyboard-properties,
139 gnome-at-properties, gnome-background-properties, gnome-control-center,
140 gnome-default-applications-properties, gnome-display-properties,
141 gnome-font-properties, gnome-font-viewer, gnome-keybinding-properties,
142 gnome-keyboard-properties, gnome-mouse-properties,
143 gnome-network-preferences, gnome-sound-properties,
144 gnome-theme-manager, gnome-theme-thumbnailer,
145 gnome-thumbnail-font, gnome-typing-monitor, gnome-ui-properties,
146 gnome-window-properties, and themus-theme-applier</seg>
147 <seg>libgnome-window-settings.{so,a},
148 <application>GNOME VFS</application> and window manager settings library
149 modules and <application>Nautilus</application> library module
150 extensions</seg>
151 <seg>The following subdirectories of $GNOME_PREFIX/:
152 include/gnome-window-settings-2.0,
153 lib/{control-center, nautilus, window-manager-settings},
154 share/{{,gnome/help/,omf/}control-center-2.0,
155 gnome/{default-applications,cursor-fonts}}</seg>
156 </seglistitem>
157 </segmentedlist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.