source: x/wm/metacity.xml@ 69e285d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 69e285d was 69e285d, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Metacity-2.10.1

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

  • Property mode set to 100644
File size: 7.6 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 "http://ftp.gnome.org/pub/GNOME/sources/metacity/2.10/metacity-&metacity-version;.tar.bz2">
8 <!ENTITY metacity-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/metacity/2.10/metacity-&metacity-version;.tar.bz2">
9 <!ENTITY metacity-md5sum "c326eb1aed8742057e9ad94b9ccae877">
10 <!ENTITY metacity-size "1.6 MB">
11 <!ENTITY metacity-buildsize "47.6 MB">
12 <!ENTITY metacity-time "0.5 SBU">
13]>
14
15<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
16<sect1info>
17 <othername>$LastChangedBy$</othername>
18 <date>$Date$</date>
19</sect1info>
20<?dbhtml filename="metacity.html" ?>
21<title>Metacity-&metacity-version;</title>
22
23<indexterm zone="metacity">
24 <primary sortas="a-metacity">Metacity</primary>
25</indexterm>
26
27<sect2>
28<title>Introduction to <application>Metacity</application></title>
29
30<para>The <application>Metacity</application> package contains a window
31manager. This is useful for organizing and displaying windows.</para>
32
33<sect3>
34<title>Package information</title>
35
36<itemizedlist spacing='compact'>
37 <listitem><para>Download (HTTP):
38 <ulink url="&metacity-download-http;"/></para></listitem>
39 <listitem><para>Download (FTP):
40 <ulink url="&metacity-download-ftp;"/></para></listitem>
41 <listitem><para>Download MD5 sum:
42 &metacity-md5sum;</para></listitem>
43 <listitem><para>Download size:
44 &metacity-size;</para></listitem>
45 <listitem><para>Estimated disk space required:
46 &metacity-buildsize;</para></listitem>
47 <listitem><para>Estimated build time:
48 &metacity-time;</para></listitem>
49</itemizedlist>
50</sect3>
51
52<sect3>
53<title><application>Metacity</application> dependencies</title>
54
55<sect4>
56<title>Required</title>
57
58<para><xref linkend="intltool"/>,
59 <xref linkend="GConf"/>, and
60 <xref linkend="gtk2"/>
61</para>
62</sect4>
63
64<sect4>
65<title>Optional</title>
66<para><xref linkend="startup-notification"/>,
67 <ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>*, and
68 <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**
69</para>
70
71<para>* <filename class='libraryfile'>libXrender</filename> is installed
72during an <application>XFree86</application> installation, but the
73<application>pkgconfig</application> <filename>.pc</filename> file
74<application>Metacity</application> looks for is not installed. Satisfy the
75requirement by installing an <filename>xrender.pc</filename> file into
76<filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> (not
77applicable if you have <application>Xorg</application> installed):</para>
78
79<screen><userinput><command>cat &gt; /usr/X11R6/lib/pkgconfig/xrender.pc &lt;&lt; "EOF"</command>
80prefix=/usr/X11R6
81exec_prefix=${prefix}
82libdir=${exec_prefix}/lib
83includedir=${prefix}/include
84
85Name: Xrender
86Description: X Render Library
87Version: 0.8.3
88Cflags: -I${includedir} -I/usr/X11R6/include
89Libs: -L${libdir} -lXrender -L/usr/X11R6/lib -lX11
90<command>EOF</command></userinput></screen>
91
92<para>** <application>libXcomposite</application> can optionally be used, but
93here's what the <application>Metacity</application> package maintainer
94has to say about it in the configure script if the package is found:
95<quote>Not building compositing manager by default now, must enable explicitly
96to get it. And it doesn't work, so don't bother unless you want to hack on
97it...</quote></para>
98</sect4>
99</sect3>
100
101</sect2>
102
103<sect2>
104<title>Installation of <application>Metacity</application></title>
105
106<para>Install <application>Metacity</application> by running the following
107commands:</para>
108
109<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
110make</command></userinput></screen>
111
112<para>Now, as the root user:</para>
113
114<screen><userinput role='root'><command>make install &amp;&amp;
115install -v -m755 -d /usr/share/doc/metacity-&metacity-version; &amp;&amp;
116install -v -m644 README rationales.txt doc/*.txt \
117 /usr/share/doc/metacity-&metacity-version;</command></userinput></screen>
118
119</sect2>
120
121<sect2>
122<title>Command explanations</title>
123
124<para><option>--with-gconf-schema-file-dir=/etc/gnome/gconf/schemas</option>:
125Use this option if you are installing <application>Metacity</application> for
126a <application><acronym>GNOME</acronym>-2</application> installation.</para>
127
128</sect2>
129
130<sect2 id='metacity-config'>
131<title>Configuring <application>Metacity</application></title>
132
133<sect3>
134<title>Configuration Information</title>
135
136<para>To automatically start the <application>Metacity</application> window
137manager when you issue the <command>startx</command> command, append to (or
138create) <filename>.xinitrc</filename> using the command below (not required
139if you are installing <application>Metacity</application> for
140a <application><acronym>GNOME</acronym>-2</application> installation). Ensure
141you backup your current <filename>~/.xinitrc</filename> before
142proceeding:</para>
143
144<indexterm zone="metacity metacity-config">
145 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
146</indexterm>
147
148<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
149xterm &amp;
150exec metacity
151<command>EOF</command></userinput></screen>
152</sect3>
153
154</sect2>
155
156<sect2>
157<title>Contents</title>
158
159<segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Library</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>metacity, metacity-dialog, metacity-message, metacity-theme-viewer
166 and metacity-window-demo</seg>
167 <seg>libmetacity-private.[so,a]</seg>
168 <seg>/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/metacity,
169 /etc/gnome/gconf/gconf.xml.defaults/apps/metacity,
170 /usr/include/metacity-1,
171 /usr/share/doc/metacity-&metacity-version;,
172 /usr/share/themes/[Crux,Simple]/metacity-1,
173 /usr/share/themes/[Atlanta,Bright,Esco,AgingGorilla,Metabox],
174 /usr/share/metacity and
175 /usr/share/gnome/wm-properties</seg>
176 </seglistitem>
177</segmentedlist>
178
179<variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
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><acronym>GNOME</acronym></application>.
188 </para>
189 <indexterm zone="metacity metacity-prog">
190 <primary sortas="b-metacity">metacity</primary>
191 </indexterm>
192 </listitem>
193</varlistentry>
194
195<varlistentry id="metacity-theme-viewer">
196 <term><command>metacity-theme-viewer</command></term>
197 <listitem>
198 <para>allows you to preview any installed
199 <application>Metacity</application> theme. When designing a new
200 <application>Metacity</application> theme, you can use
201 <command>metacity-theme-viewer</command> to measure the performance
202 of a window frame option, and to preview the option.
203 </para>
204 <indexterm zone="metacity metacity-theme-viewer">
205 <primary sortas="b-metacity-theme-viewer">metacity-theme-viewer</primary>
206 </indexterm>
207 </listitem>
208</varlistentry>
209
210<varlistentry id="metacity-window-demo">
211 <term><command>metacity-window-demo</command></term>
212 <listitem>
213 <para>demonstrates various kinds of windows that window managers and
214 window manager themes should handle.</para>
215 <indexterm zone="metacity metacity-window-demo">
216 <primary sortas="b-metacity-window-demo">metacity-window-demo</primary>
217 </indexterm>
218 </listitem>
219</varlistentry>
220</variablelist>
221
222</sect2>
223</sect1>
224
Note: See TracBrowser for help on using the repository browser.