source: gnome/core/control-center.xml@ 0a7c3921

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 0a7c3921 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

  • Property mode set to 100644
File size: 6.2 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 "f3d8520b8544e1f910600ba889e02523">
10 <!ENTITY control-center-size "1.7 MB">
11 <!ENTITY control-center-buildsize "57.3 MB">
12 <!ENTITY control-center-time "1.4 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 <keywordset>
22 <keyword role="package">control-center-&control-center-version;.tar</keyword>
23 <keyword role="ftpdir">control-center</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Control Center-&control-center-version;</title>
28
29 <indexterm zone="control-center">
30 <primary sortas="a-Control-Center">Control Center</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Control Center</title>
35
36 <para>The <application>Control Center</application> package contains the
37 <application>GNOME</application> settings managers.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&control-center-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&control-center-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &control-center-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &control-center-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &control-center-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &control-center-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Control Center Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="libxklavier"/>,
65 <xref linkend="metacity"/>,
66 <xref linkend="gnome-icon-theme"/>, and
67 <xref linkend="nautilus"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="evolution-data-server"/>,
71 <xref linkend="alsa"/>,
72 <xref linkend="gst-plugins"/>, and
73 <xref linkend="xscreensaver"/></para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/control-center"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Control Center</title>
82
83 <para>Install <application>Control Center</application> by running the
84 following commands:</para>
85
86<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
87 --libexecdir=`pkg-config \
88 --variable=prefix ORBit-2.0`/lib/control-center \
89 --localstatedir=/var/lib \
90 --sysconfdir=&gnome-etc-dir; &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><parameter>--libexecdir=`pkg-config --variable=prefix
105 ORBit-2.0`/lib/control-center</parameter>: This switch puts libexec files in
106 <filename class="directory">$GNOME_PREFIX/lib/control-center</filename>
107 instead of
108 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
109
110 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
111 puts <application>scrollkeeper</application> files in
112 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
113 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
114
115 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
116 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
117 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
118
119 <para><option>--enable-aboutme</option>: Enables building the
120 <command>gnome-about-me</command> capplet. <application>Evolution Data
121 Server</application> must be installed to use this parameter.</para>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>gnome-about-me,gnome-accessibility-keyboard-properties,
135 gnome-at-properties, gnome-background-properties, gnome-control-center,
136 gnome-default-applications-properties, gnome-display-properties,
137 gnome-font-properties, gnome-font-viewer, gnome-keybinding-properties,
138 gnome-keyboard-properties, gnome-mouse-properties,
139 gnome-network-preferences, gnome-sound-properties,
140 gnome-theme-manager, gnome-theme-thumbnailer,
141 gnome-thumbnail-font, gnome-typing-monitor, gnome-ui-properties,
142 gnome-window-properties, and themus-theme-applier</seg>
143 <seg>libgnome-window-settings.{so,a},
144 <application>GNOME VFS</application> and window manager settings library
145 modules and <application>Nautilus</application> library module
146 extensions</seg>
147 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,desktop/}{,schemas/}apps/{too many to list}
148 and the following subdirectories of $GNOME_PREFIX/:
149 include/gnome-window-settings-2.0,
150 lib/{lib, nautilus, window-manager-settings},
151 share/{{,gnome/help/,omf}control-center-2.0,
152 gnome/{cursor-fonts,vfolders}}</seg>
153 </seglistitem>
154 </segmentedlist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.