source: x/wm/metacity.xml@ e257101

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

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5838 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.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 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 "4caabbd7a3ae14ec5ccf6ada2d466049">
10 <!ENTITY metacity-size "1.6 MB">
11 <!ENTITY metacity-buildsize "50.3 MB">
12 <!ENTITY metacity-time "0.5 SBU">
13]>
14
15<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
16 <?dbhtml filename="metacity.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">metacity-&metacity-version;.tar</keyword>
23 <keyword role="ftpdir">metacity</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Metacity-&metacity-version;</title>
28
29 <indexterm zone="metacity">
30 <primary sortas="a-metacity">Metacity</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Metacity</title>
35
36 <para>The <application>Metacity</application> package contains a window
37 manager. This is useful for organizing and displaying windows.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&metacity-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&metacity-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &metacity-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &metacity-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &metacity-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &metacity-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Metacity Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="gtk2"/>,
65 <xref linkend="GConf"/>, and
66 <xref linkend="perl-xml-parser"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="startup-notification"/>
70 (recommended if you are installing <application>GNOME</application>-2) and
71 <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>*</para>
72
73 <para>* <application>libXcomposite</application> can optionally be used,
74 but here's what the <application>Metacity</application> package maintainer
75 has to say about it in the <command>configure</command> script if the
76 package is found: <quote>Not building compositing manager by default now,
77 must enable explicitly to get it. And it doesn't work, so don't bother
78 unless you want to hack on it...</quote></para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/metacity"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Metacity</title>
87
88 <para><application>Metacity</application> will look for an
89 <application>X Render</application> <application>pkg-config</application>
90 file. If you use <application>XFree86</application> as your
91 <application>X</application> Window system, ensure this file exists
92 (<filename>/usr/X11R6/lib/pkgconfig/xrender.pc</filename>). Instructions to
93 create this file have just recently been added to the BLFS book, so you may
94 need to go back to the <application>XFree86</application> section to create
95 it.</para>
96
97 <para>Install <application>Metacity</application> by running the following
98 commands:</para>
99
100<screen><userinput>./configure --prefix=/usr \
101 --libexecdir=/usr/lib/metacity \
102 --sysconfdir=/etc &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>
120 <option>--with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas</option>:
121 Use this option if you are installing <application>Metacity</application> for
122 a <application>GNOME-2</application> installation.</para>
123
124 </sect2>
125
126 <sect2 role="configuration" id="metacity-config">
127 <title>Configuring Metacity</title>
128
129 <sect3>
130 <title>Configuration Information</title>
131
132 <para>To automatically start the <application>Metacity</application>
133 window manager when you issue the <command>startx</command> command,
134 append to (or create) <filename>.xinitrc</filename> using the command
135 below (not required if you are installing
136 <application>Metacity</application> for a
137 <application>GNOME-2</application> installation). Ensure
138 you backup your current <filename>~/.xinitrc</filename> before
139 proceeding:</para>
140
141 <indexterm zone="metacity metacity-config">
142 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
143 </indexterm>
144
145<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
146<literal>xterm &amp;
147exec metacity</literal>
148EOF</userinput></screen>
149
150 </sect3>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Library</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>metacity, metacity-message, metacity-theme-viewer
164 and metacity-window-demo</seg>
165 <seg>libmetacity-private.{so,a}</seg>
166 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults{,/schemas}/apps/metacity,
167 /usr/include/metacity-1,
168 /usr/lib/metacity,
169 /usr/share/doc/metacity-&metacity-version;,
170 /usr/share/gnome/wm-properties,
171 /usr/share/metacity and
172 /usr/share/themes/{AgingGorilla,Atlanta,Bright,Crux,Esco,Metabox,Simple}/metacity-1</seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="metacity-prog">
182 <term><command>metacity</command></term>
183 <listitem>
184 <para>is a window manager used mainly by
185 <application>GNOME</application>.</para>
186 <indexterm zone="metacity metacity-prog">
187 <primary sortas="b-metacity">metacity</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="metacity-theme-viewer">
193 <term><command>metacity-theme-viewer</command></term>
194 <listitem>
195 <para>allows you to preview any installed
196 <application>Metacity</application> theme. When designing a new
197 <application>Metacity</application> theme, you can use
198 <command>metacity-theme-viewer</command> to measure the performance
199 of a window frame option, and to preview the option.</para>
200 <indexterm zone="metacity metacity-theme-viewer">
201 <primary
202 sortas="b-metacity-theme-viewer">metacity-theme-viewer</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="metacity-window-demo">
208 <term><command>metacity-window-demo</command></term>
209 <listitem>
210 <para>demonstrates various kinds of windows that window managers and
211 window manager themes should handle.</para>
212 <indexterm zone="metacity metacity-window-demo">
213 <primary sortas="b-metacity-window-demo">metacity-window-demo</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 </variablelist>
219
220 </sect2>
221
222</sect1>
Note: See TracBrowser for help on using the repository browser.