source: gnome/core/control-center.xml@ 7cdaed0

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

Moved the GNOME xinclude files to the global xinclude directory because more than just GNOME packages can use them

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

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[937425f]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">
[a6bee1f]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">
[fdca4266]13]>
14
[5c9313a6]15<sect1 id="control-center" xreflabel="Control Center-&control-center-version;">
[82598e2b]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>
[b22e19bf]60 <para role="required"><xref linkend="libxklavier"/>,
[82598e2b]61 <xref linkend="metacity"/>,
[937425f]62 <xref linkend="gnome-icon-theme"/>, and
[51d7b70]63 <xref linkend="nautilus"/></para>
[82598e2b]64
65 <bridgehead renderas="sect4">Optional</bridgehead>
[b22e19bf]66 <para role="optional"><xref linkend="evolution-data-server"/>,
[a6bee1f]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>
[82598e2b]78
[0a7c3921]79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/control-center"/></para>
81
[82598e2b]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
[a6bee1f]90<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
91 --sysconfdir=&gnome-etc-dir; \
[551b9389]92 --localstatedir=/var/lib \
[a6bee1f]93 --libexecdir=$(pkg-config \
94 --variable=prefix ORBit-2.0)/lib/control-center &amp;&amp;
[82598e2b]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
[551b9389]108 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]109 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]110
111 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]112 href="../../xincludes/gnome-sysconfdir.xml"/>
[551b9389]113
114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
115 href="../../xincludes/scrollkeeper-dir.xml"/>
116
[a6bee1f]117 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
[551b9389]118 ORBit-2.0)/lib/control-center</parameter>: This parameter causes the libexec
119 files to be installed in the preferred location of
[937425f]120 <filename class="directory">$GNOME_PREFIX/lib/control-center</filename>
121 instead of
[82598e2b]122 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
123
[aa62f03]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>
[51d7b70]127
[82598e2b]128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
[293abe4]136 <segtitle>Installed Directories</segtitle>
[82598e2b]137
138 <seglistitem>
[51d7b70]139 <seg>gnome-about-me,gnome-accessibility-keyboard-properties,
140 gnome-at-properties, gnome-background-properties, gnome-control-center,
[82598e2b]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,
[e62f701]144 gnome-network-preferences, gnome-sound-properties,
145 gnome-theme-manager, gnome-theme-thumbnailer,
[82598e2b]146 gnome-thumbnail-font, gnome-typing-monitor, gnome-ui-properties,
[e62f701]147 gnome-window-properties, and themus-theme-applier</seg>
[0a7c3921]148 <seg>libgnome-window-settings.{so,a},
[82598e2b]149 <application>GNOME VFS</application> and window manager settings library
[293abe4]150 modules and <application>Nautilus</application> library module
[82598e2b]151 extensions</seg>
[551b9389]152 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
[e62f701]153 include/gnome-window-settings-2.0,
[a6bee1f]154 lib/{control-center, nautilus, window-manager-settings},
155 share/{{,gnome/help/,omf/}control-center-2.0,
156 gnome/{default-applications,cursor-fonts}}</seg>
[82598e2b]157 </seglistitem>
158 </segmentedlist>
159
160 </sect2>
[565318f2]161
162</sect1>
Note: See TracBrowser for help on using the repository browser.