source: x/wm/metacity.xml@ 50d88079

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 50d88079 was 50d88079, checked in by DJ Lucas <dj@…>, 16 years ago

Commented out more XFree86 references

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

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