source: x/wm/metacity.xml@ f3adb6c

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 f3adb6c was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

  • Property mode set to 100644
File size: 7.8 KB
RevLine 
[feeb99a]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[feeb99a]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[35dc583b]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">
[c8f6d07f]9 <!ENTITY metacity-md5sum "a14c4a07e456a2590452d6c9db2e5153">
10 <!ENTITY metacity-size "1.8 MB">
11 <!ENTITY metacity-buildsize "54.9 MB">
12 <!ENTITY metacity-time "0.6 SBU">
[feeb99a]13]>
14
[8a69010]15<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
[6671555]16 <?dbhtml filename="metacity.html" ?>
[587ebea]17
[6671555]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[851cc10]22
[6671555]23 <title>Metacity-&metacity-version;</title>
[feeb99a]24
[6671555]25 <indexterm zone="metacity">
26 <primary sortas="a-metacity">Metacity</primary>
27 </indexterm>
28
29 <sect2 role="package">
[cbc7604b]30 <title>Introduction to Metacity</title>
[6671555]31
[cbc7604b]32 <para>The <application>Metacity</application> package contains a window
33 manager. This is useful for organizing and displaying windows.</para>
[feeb99a]34
[6671555]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&metacity-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&metacity-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &metacity-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &metacity-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &metacity-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &metacity-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Metacity Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
[c8f6d07f]60 <para role="required"><xref linkend="gtk2"/> and
[35dc583b]61 <xref linkend="perl-xml-parser"/></para>
[6671555]62
63 <bridgehead renderas="sect4">Optional</bridgehead>
[35dc583b]64 <para role="optional"><xref linkend="startup-notification"/>
[c8f6d07f]65 (recommended if you are installing <application>GNOME</application>-2),
66 <xref linkend="GConf"/>
67 (recommended if you are installing <application>GNOME</application>-2),
68 <xref linkend="intltool"/>, and
[6e34843]69 <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>*</para>
70
71 <para>* <application>libXcomposite</application> can optionally be used,
[6671555]72 but here's what the <application>Metacity</application> package maintainer
[bed3771]73 has to say about it in the <command>configure</command> script if the
74 package is found: <quote>Not building compositing manager by default now,
75 must enable explicitly to get it. And it doesn't work, so don't bother
76 unless you want to hack on it...</quote></para>
[903ec33f]77
[c5c2654]78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/metacity"/></para>
80
[6671555]81 </sect2>
[feeb99a]82
[6671555]83 <sect2 role="installation">
84 <title>Installation of Metacity</title>
[feeb99a]85
[6e34843]86 <para><application>Metacity</application> will look for an
87 <application>X Render</application> <application>pkg-config</application>
88 file. If you use <application>XFree86</application> as your
89 <application>X</application> Window system, ensure this file exists
[c8f6d07f]90 (<filename>/usr/X11R6/lib/pkgconfig/xrender.pc</filename>).</para>
[6e34843]91
[6671555]92 <para>Install <application>Metacity</application> by running the following
93 commands:</para>
[feeb99a]94
[35dc583b]95<screen><userinput>./configure --prefix=/usr \
96 --libexecdir=/usr/lib/metacity \
97 --sysconfdir=/etc &amp;&amp;
[6671555]98make</userinput></screen>
[feeb99a]99
[35dc583b]100 <para>This package does not come with a test suite.</para>
101
[6671555]102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[851cc10]103
[6671555]104<screen role="root"><userinput>make install &amp;&amp;
[69e285d]105install -v -m755 -d /usr/share/doc/metacity-&metacity-version; &amp;&amp;
106install -v -m644 README rationales.txt doc/*.txt \
[6671555]107 /usr/share/doc/metacity-&metacity-version;</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
[35dc583b]114 <para>
115 <option>--with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas</option>:
[6671555]116 Use this option if you are installing <application>Metacity</application> for
[c8f6d07f]117 a GNOME-2 installation.</para>
[6671555]118
119 </sect2>
120
121 <sect2 role="configuration" id="metacity-config">
122 <title>Configuring Metacity</title>
123
124 <sect3>
125 <title>Configuration Information</title>
126
127 <para>To automatically start the <application>Metacity</application>
128 window manager when you issue the <command>startx</command> command,
129 append to (or create) <filename>.xinitrc</filename> using the command
130 below (not required if you are installing
131 <application>Metacity</application> for a
132 <application>GNOME-2</application> installation). Ensure
133 you backup your current <filename>~/.xinitrc</filename> before
134 proceeding:</para>
135
136 <indexterm zone="metacity metacity-config">
137 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
138 </indexterm>
139
140<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
141<literal>xterm &amp;
142exec metacity</literal>
143EOF</userinput></screen>
144
145 </sect3>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Library</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
[35dc583b]158 <seg>metacity, metacity-message, metacity-theme-viewer
[cbc7604b]159 and metacity-window-demo</seg>
[c5c2654]160 <seg>libmetacity-private.{so,a}</seg>
[c8f6d07f]161 <seg>/usr/include/metacity-1,
[35dc583b]162 /usr/lib/metacity,
[6671555]163 /usr/share/doc/metacity-&metacity-version;,
[35dc583b]164 /usr/share/gnome/wm-properties,
[cbc7604b]165 /usr/share/metacity and
[c8f6d07f]166 /usr/share/themes/{AgingGorilla,Atlanta,Bright,Crux,Esco,Metabox,Simple}</seg>
[6671555]167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="metacity-prog">
176 <term><command>metacity</command></term>
177 <listitem>
178 <para>is a window manager used mainly by
179 <application>GNOME</application>.</para>
180 <indexterm zone="metacity metacity-prog">
181 <primary sortas="b-metacity">metacity</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="metacity-theme-viewer">
187 <term><command>metacity-theme-viewer</command></term>
188 <listitem>
189 <para>allows you to preview any installed
190 <application>Metacity</application> theme. When designing a new
191 <application>Metacity</application> theme, you can use
192 <command>metacity-theme-viewer</command> to measure the performance
193 of a window frame option, and to preview the option.</para>
194 <indexterm zone="metacity metacity-theme-viewer">
195 <primary
196 sortas="b-metacity-theme-viewer">metacity-theme-viewer</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="metacity-window-demo">
202 <term><command>metacity-window-demo</command></term>
203 <listitem>
204 <para>demonstrates various kinds of windows that window managers and
205 window manager themes should handle.</para>
206 <indexterm zone="metacity metacity-window-demo">
207 <primary sortas="b-metacity-window-demo">metacity-window-demo</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
[587ebea]215
[6671555]216</sect1>
Note: See TracBrowser for help on using the repository browser.