source: gnome/core/control-center.xml@ b22e19bf

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 b22e19bf was b22e19bf, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Adding automatized scripts generation related tags. Gnome-core chapter.

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

  • Property mode set to 100644
File size: 6.0 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 "http://ftp.gnome.org/pub/GNOME/sources/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
8 <!ENTITY control-center-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/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="ftptdir">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 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of Control Center</title>
79
80 <para>Install <application>Control Center</application> by running the
81 following commands:</para>
82
83<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
84 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
85 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
86make</userinput></screen>
87
88 <para>This package does not come with a test suite.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><parameter>--libexecdir=`pkg-config --variable=prefix
100 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
101 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
102 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
103
104 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
105 puts <application>scrollkeeper</application> files in
106 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
107 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
108
109 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
110 puts configuration files in <filename class="directory">/etc/gnome</filename>
111 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
112
113 <para><option>--enable-aboutme</option>: Enables building the
114 <command>gnome-about-me</command> capplet. <application>Evolution Data
115 Server</application> must be installed to use this parameter.</para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>gnome-about-me,gnome-accessibility-keyboard-properties,
129 gnome-at-properties, gnome-background-properties, gnome-control-center,
130 gnome-default-applications-properties, gnome-display-properties,
131 gnome-font-properties, gnome-font-viewer, gnome-keybinding-properties,
132 gnome-keyboard-properties, gnome-mouse-properties,
133 gnome-network-preferences, gnome-settings-daemon, gnome-sound-properties,
134 gnome-theme-applier, gnome-theme-manager, gnome-theme-thumbnailer,
135 gnome-thumbnail-font, gnome-typing-monitor, gnome-ui-properties,
136 and gnome-window-properties</seg>
137 <seg>libgnome-window-settings.[so,a],
138 <application>GNOME VFS</application> and window manager settings library
139 modules and <application>Nautilus</application> library module
140 extensions</seg>
141 <seg>several config directories under the
142 /etc/gnome/gconf/gconf.xml.defaults/ hierarchy,
143 $GNOME_PREFIX/include/gnome-window-settings-2.0,
144 $GNOME_PREFIX/lib/[nautilus,window-manager-settings],
145 $GNOME_PREFIX/share/control-center-2.0, and
146 $GNOME_PREFIX/share/gnome/[cursor-fonts,vfolders]</seg>
147 </seglistitem>
148 </segmentedlist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.