source: archive/gnome/metacity.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY metacity-download-http "&gnome-download-http;/metacity/2.34/metacity-&metacity-version;.tar.xz">
8 <!ENTITY metacity-download-ftp "&gnome-download-ftp;/metacity/2.34/metacity-&metacity-version;.tar.xz">
9 <!ENTITY metacity-md5sum "6d89b71672d4fa49fc87f83d610d0ef6">
10 <!ENTITY metacity-size "1.6 MB">
11 <!ENTITY metacity-buildsize "45 MB">
12 <!ENTITY metacity-time "0.4 SBU">
13
14]>
15
16<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
17 <?dbhtml filename="metacity.html" ?>
18
19
20 <title>Metacity-&metacity-version;</title>
21
22 <indexterm zone="metacity">
23 <primary sortas="a-metacity">Metacity</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Metacity</title>
28
29 <para>
30 <application>Metacity</application> is the fallback window manager for
31 <application>GNOME</application>, used if the video driver does not provide
32 hardware acceleration. It is conventionally run from <command>gnome-session</command>,
33 which will start the necessary <application>GNOME</application> daemons.
34 </para>
35
36 &lfs72_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&metacity-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&metacity-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &metacity-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &metacity-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &metacity-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &metacity-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Metacity Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk2"/>,
77 <xref linkend="libcanberra"/>,
78 <xref linkend="yelp-xsl"/> and
79 <xref linkend="zenity"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="startup-notification"/>
85 </para>
86
87 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
88 <para role="required">
89 <xref linkend="notification-daemon"/> and
90 <xref linkend="polkit-gnome"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/metacity"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Metacity</title>
100
101 <para>
102 Install <application>Metacity</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
125 href="../../xincludes/static-libraries.xml"/>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Library</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 metacity, metacity-message, metacity-theme-viewer and
140 metacity-window-demo
141 </seg>
142 <seg>
143 libmetacity-private.so
144 </seg>
145 <seg>
146 /usr/include/metacity-1,
147 /usr/share/gnome/wm-properties,
148 /usr/share/help/*/creating-metacity-themes,
149 /usr/share/metacity,
150 /usr/share/themes/AgingGorilla/metacity-1,
151 /usr/share/themes/Atlanta/metacity-1,
152 /usr/share/themes/Bright/metacity-1,
153 /usr/share/themes/Crux/metacity-1,
154 /usr/share/themes/Esco/metacity-1,
155 /usr/share/themes/Metabox/metacity-1 and
156 /usr/share/themes/Simple/metacity-1
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="metacity-prog">
167 <term><command>metacity</command></term>
168 <listitem>
169 <para>
170 is the <application>GNOME</application> fallback window manager,
171 used when the video driver does not support acceleration.
172 </para>
173 <indexterm zone="metacity metacity-prog">
174 <primary sortas="b-metacity">metacity</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="metacity-theme-viewer">
180 <term><command>metacity-theme-viewer</command></term>
181 <listitem>
182 <para>
183 allows you to preview any installed
184 <application>Metacity</application> theme. When designing a new
185 <application>Metacity</application> theme, you can use
186 <command>metacity-theme-viewer</command> to measure the performance
187 of a window frame option, and to preview the option.
188 </para>
189 <indexterm zone="metacity metacity-theme-viewer">
190 <primary
191 sortas="b-metacity-theme-viewer">metacity-theme-viewer</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="metacity-window-demo">
197 <term><command>metacity-window-demo</command></term>
198 <listitem>
199 <para>
200 demonstrates various kinds of windows that window managers and
201 window manager themes should handle.
202 </para>
203 <indexterm zone="metacity metacity-window-demo">
204 <primary sortas="b-metacity-window-demo">metacity-window-demo</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.