source: gnome/core/control-center.xml@ 2ddb3bd

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 2ddb3bd was 551b9389, checked in by Randy McMurchy <randy@…>, 18 years ago

Minor fixes and clean-up to the core GNOME-2 package instructions including standardizing the text in the 'Command Explanations' section by using xinclude files and changing the creation of symbolic links to using PYTHONPATH so Python can find modules installed in non-standard locations

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

  • Property mode set to 100644
File size: 6.3 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 --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="../gnome-prefix.xml"/>
110
111 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
112 href="../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="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>gnome-about-me,gnome-accessibility-keyboard-properties,
140 gnome-at-properties, gnome-background-properties, gnome-control-center,
141 gnome-default-applications-properties, gnome-display-properties,
142 gnome-font-properties, gnome-font-viewer, gnome-keybinding-properties,
143 gnome-keyboard-properties, gnome-mouse-properties,
144 gnome-network-preferences, gnome-sound-properties,
145 gnome-theme-manager, gnome-theme-thumbnailer,
146 gnome-thumbnail-font, gnome-typing-monitor, gnome-ui-properties,
147 gnome-window-properties, and themus-theme-applier</seg>
148 <seg>libgnome-window-settings.{so,a},
149 <application>GNOME VFS</application> and window manager settings library
150 modules and <application>Nautilus</application> library module
151 extensions</seg>
152 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
153 include/gnome-window-settings-2.0,
154 lib/{control-center, nautilus, window-manager-settings},
155 share/{{,gnome/help/,omf/}control-center-2.0,
156 gnome/{default-applications,cursor-fonts}}</seg>
157 </seglistitem>
158 </segmentedlist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.