source: x/wm/metacity.xml@ 8df1ced

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 8df1ced was 8df1ced, checked in by Wayne Blaszczyk <wblaszcz@…>, 15 years ago

Updated to Metacity-2.28.0.

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

  • Property mode set to 100644
File size: 7.3 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/&gnome-version;/metacity-&metacity-version;.tar.bz2">
8 <!ENTITY metacity-download-ftp "&gnome-download-ftp;/metacity/&gnome-version;/metacity-&metacity-version;.tar.bz2">
9 <!ENTITY metacity-md5sum "9d87e390cf9979978f2290aebc41f83b">
10 <!ENTITY metacity-size "2.2 MB">
11 <!ENTITY metacity-buildsize "56 MB">
12 <!ENTITY metacity-time "0.5 SBU">
13
14]>
15
16<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
17 <?dbhtml filename="metacity.html" ?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Metacity-&metacity-version;</title>
25
26 <indexterm zone="metacity">
27 <primary sortas="a-metacity">Metacity</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Metacity</title>
32
33 <para>The <application>Metacity</application> package contains a window
34 manager. This is useful for organizing and displaying windows.</para>
35
36 &lfs65_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&metacity-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&metacity-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &metacity-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &metacity-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &metacity-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &metacity-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Metacity Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="GConf"/>,
64 <xref linkend="gtk2"/>,
65 <xref linkend="perl-xml-parser"/>,
66 <xref linkend="zenity"/>, and
67 <xref linkend="libcanberra"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="startup-notification"/>
71 (recommended if you are installing <application>GNOME</application>-2) and
72 <xref linkend="intltool"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/metacity"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Metacity</title>
81
82 <para>Install <application>Metacity</application> by running the following
83 commands:</para>
84
85<screen><userinput>./configure \
86 --prefix=/usr \
87 --libexecdir=/usr/lib/metacity \
88 --sysconfdir=/etc \
89 --with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas &amp;&amp;
90make</userinput></screen>
91
92 <para>This package does not come with a test suite.</para>
93
94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
95
96<screen role="root"><userinput>make install &amp;&amp;
97install -v -m755 -d /usr/share/doc/metacity-&metacity-version; &amp;&amp;
98install -v -m644 README rationales.txt doc/*.txt \
99 /usr/share/doc/metacity-&metacity-version;</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para><option>--with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas</option>:
107 Omit this parameter if you are not installing
108 <application>Metacity</application> for a GNOME-2 installation.</para>
109
110 <para><option>--enable-compositor</option>: You must use this parameter
111 (and have <application>libcm</application> installed) to build the
112 <application>Metacity</application> composite manager.</para>
113
114 </sect2>
115
116 <sect2 role="configuration" id="metacity-config">
117 <title>Configuring Metacity</title>
118
119 <sect3>
120 <title>Configuration Information</title>
121
122 <para>To automatically start the <application>Metacity</application>
123 window manager when you issue the <command>startx</command> command,
124 append to (or create) <filename>.xinitrc</filename> using the command
125 below (not required if you are installing
126 <application>Metacity</application> for a
127 <application>GNOME-2</application> installation). Ensure
128 you backup your current <filename>~/.xinitrc</filename> before
129 proceeding:</para>
130
131 <indexterm zone="metacity metacity-config">
132 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
133 </indexterm>
134
135<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
136<literal>xterm &amp;
137exec metacity</literal>
138EOF</userinput></screen>
139
140 </sect3>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Library</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>metacity, metacity-dialog, metacity-message, metacity-theme-viewer
154 and metacity-window-demo</seg>
155 <seg>libmetacity-private.{so,a}</seg>
156 <seg>/usr/{include/metacity-1/metacity-private,lib/metacity,
157 share/{doc/metacity-&metacity-version;,
158 gnome/{help/creating-metacity-themes/C,wm-properties},metacity/icons,
159 themes/{AgingGorilla/metacity-1,Atlanta/metacity-1,Bright/metacity-1,
160 Crux/metacity-1,Esco/metacity-1,Metabox/metacity-1,
161 Simple/metacity-1}}}</seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="metacity-prog">
171 <term><command>metacity</command></term>
172 <listitem>
173 <para>is a window manager used mainly by
174 <application>GNOME</application>.</para>
175 <indexterm zone="metacity metacity-prog">
176 <primary sortas="b-metacity">metacity</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="metacity-theme-viewer">
182 <term><command>metacity-theme-viewer</command></term>
183 <listitem>
184 <para>allows you to preview any installed
185 <application>Metacity</application> theme. When designing a new
186 <application>Metacity</application> theme, you can use
187 <command>metacity-theme-viewer</command> to measure the performance
188 of a window frame option, and to preview the option.</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>demonstrates various kinds of windows that window managers and
200 window manager themes should handle.</para>
201 <indexterm zone="metacity metacity-window-demo">
202 <primary sortas="b-metacity-window-demo">metacity-window-demo</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.