source: x/wm/metacity.xml@ f7090c3a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f7090c3a was 3116315, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated to Metacity-2.18.5

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

  • Property mode set to 100644
File size: 8.1 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
[3116315]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">
[c8f6d07f]12 <!ENTITY metacity-time "0.6 SBU">
[3116315]13
[feeb99a]14]>
15
[8a69010]16<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
[6671555]17 <?dbhtml filename="metacity.html" ?>
[587ebea]18
[6671555]19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
[851cc10]23
[6671555]24 <title>Metacity-&metacity-version;</title>
[feeb99a]25
[6671555]26 <indexterm zone="metacity">
27 <primary sortas="a-metacity">Metacity</primary>
28 </indexterm>
29
30 <sect2 role="package">
[cbc7604b]31 <title>Introduction to Metacity</title>
[6671555]32
[cbc7604b]33 <para>The <application>Metacity</application> package contains a window
34 manager. This is useful for organizing and displaying windows.</para>
[feeb99a]35
[6671555]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>
[c8f6d07f]61 <para role="required"><xref linkend="gtk2"/> and
[35dc583b]62 <xref linkend="perl-xml-parser"/></para>
[6671555]63
64 <bridgehead renderas="sect4">Optional</bridgehead>
[35dc583b]65 <para role="optional"><xref linkend="startup-notification"/>
[c8f6d07f]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
[3116315]70 <ulink url="&gnome-download-http;/libcm/">libcm</ulink>*</para>
[6e34843]71
[3116315]72 <para>* Xorg <application>X</application> installations only.
73 <application>libcm</application> is used to build the
74 <application>Metacity</application> composite manager and it also requires
75 <application>libXcomposite</application> &gt;= 2.0. Xorg ships with
76 (XFree86 does not) the required <application>libXcomposite</application>
77 and there is not a stand-alone version that works.</para>
[903ec33f]78
[c5c2654]79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/metacity"/></para>
81
[6671555]82 </sect2>
[feeb99a]83
[6671555]84 <sect2 role="installation">
85 <title>Installation of Metacity</title>
[feeb99a]86
[3116315]87 <!-- <para><application>Metacity</application> will look for an
[6e34843]88 <application>X Render</application> <application>pkg-config</application>
89 file. If you use <application>XFree86</application> as your
90 <application>X</application> Window system, ensure this file exists
[3116315]91 (<filename>/usr/X11R6/lib/pkgconfig/xrender.pc</filename>).</para> -->
[6e34843]92
[6671555]93 <para>Install <application>Metacity</application> by running the following
94 commands:</para>
[feeb99a]95
[3116315]96<screen><userinput>./configure \
97 --prefix=/usr \
98 --libexecdir=/usr/lib/metacity \
99 --sysconfdir=/etc \
100 --with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas &amp;&amp;
[6671555]101make</userinput></screen>
[feeb99a]102
[35dc583b]103 <para>This package does not come with a test suite.</para>
104
[6671555]105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[851cc10]106
[6671555]107<screen role="root"><userinput>make install &amp;&amp;
[69e285d]108install -v -m755 -d /usr/share/doc/metacity-&metacity-version; &amp;&amp;
109install -v -m644 README rationales.txt doc/*.txt \
[3116315]110 /usr/share/doc/metacity-&metacity-version;</userinput></screen>
[6671555]111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
[3116315]117 <para><option>--with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas</option>:
118 Omit this parameter if you are not installing
119 <application>Metacity</application> for a GNOME-2 installation.</para>
120
121 <para><option>--enable-compositor</option>: You must use this parameter
122 (and have <application>libcm</application> installed) to build the
123 <application>Metacity</application> composite manager.</para>
[6671555]124
125 </sect2>
126
127 <sect2 role="configuration" id="metacity-config">
128 <title>Configuring Metacity</title>
129
130 <sect3>
131 <title>Configuration Information</title>
132
133 <para>To automatically start the <application>Metacity</application>
134 window manager when you issue the <command>startx</command> command,
135 append to (or create) <filename>.xinitrc</filename> using the command
136 below (not required if you are installing
137 <application>Metacity</application> for a
138 <application>GNOME-2</application> installation). Ensure
139 you backup your current <filename>~/.xinitrc</filename> before
140 proceeding:</para>
141
142 <indexterm zone="metacity metacity-config">
143 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
144 </indexterm>
145
146<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
147<literal>xterm &amp;
148exec metacity</literal>
149EOF</userinput></screen>
150
151 </sect3>
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Library</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
[35dc583b]164 <seg>metacity, metacity-message, metacity-theme-viewer
[cbc7604b]165 and metacity-window-demo</seg>
[c5c2654]166 <seg>libmetacity-private.{so,a}</seg>
[c8f6d07f]167 <seg>/usr/include/metacity-1,
[35dc583b]168 /usr/lib/metacity,
[6671555]169 /usr/share/doc/metacity-&metacity-version;,
[35dc583b]170 /usr/share/gnome/wm-properties,
[cbc7604b]171 /usr/share/metacity and
[3116315]172 the following subdirectories of /usr/share/themes/:
173 AgingGorilla Atlanta Bright Crux/metacity-1 Esco Metabox
174 Simple/metacity-1}</seg>
[6671555]175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="metacity-prog">
184 <term><command>metacity</command></term>
185 <listitem>
186 <para>is a window manager used mainly by
187 <application>GNOME</application>.</para>
188 <indexterm zone="metacity metacity-prog">
189 <primary sortas="b-metacity">metacity</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="metacity-theme-viewer">
195 <term><command>metacity-theme-viewer</command></term>
196 <listitem>
197 <para>allows you to preview any installed
198 <application>Metacity</application> theme. When designing a new
199 <application>Metacity</application> theme, you can use
200 <command>metacity-theme-viewer</command> to measure the performance
201 of a window frame option, and to preview the option.</para>
202 <indexterm zone="metacity metacity-theme-viewer">
203 <primary
204 sortas="b-metacity-theme-viewer">metacity-theme-viewer</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="metacity-window-demo">
210 <term><command>metacity-window-demo</command></term>
211 <listitem>
212 <para>demonstrates various kinds of windows that window managers and
213 window manager themes should handle.</para>
214 <indexterm zone="metacity metacity-window-demo">
215 <primary sortas="b-metacity-window-demo">metacity-window-demo</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 </variablelist>
221
222 </sect2>
[587ebea]223
[6671555]224</sect1>
Note: See TracBrowser for help on using the repository browser.