source: x/wm/metacity.xml@ dc2f5ad

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 dc2f5ad was dc2f5ad, checked in by Larry Lawrence <larry@…>, 19 years ago

fix MD5 Sum label

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

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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.8/metacity-&metacity-version;.tar.bz2">
8 <!ENTITY metacity-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/metacity/2.8/metacity-&metacity-version;.tar.bz2">
9 <!ENTITY metacity-md5sum "c49e4b5575503975516159780855e317">
10 <!ENTITY metacity-size "2.1 MB">
11 <!ENTITY metacity-buildsize "46.9 MB">
12 <!ENTITY metacity-time "0.41 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<sect2>
24<title>Introduction to <application>Metacity</application></title>
25
26<para>The <application>Metacity</application> package contains a window
27manager. This is useful for organizing and displaying windows.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&metacity-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&metacity-download-ftp;"/></para></listitem>
35<listitem><para>Download MD5 sum: &metacity-md5sum;</para></listitem>
36<listitem><para>Download size: &metacity-size;</para></listitem>
37<listitem><para>Estimated disk space required:
38&metacity-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&metacity-time;</para></listitem></itemizedlist>
41</sect3>
42
43<sect3><title><application>Metacity</application> dependencies</title>
44<sect4><title>Required</title>
45<para><xref linkend="intltool"/>,
46<xref linkend="GConf"/> and
47<xref linkend="GTK2"/></para>
48</sect4>
49
50<sect4><title>Optional</title>
51<para><xref linkend="startup-notification"/>,
52<ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>* and
53<ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**
54</para>
55
56<para>* <filename class='libraryfile'>libXrender</filename> is included in a
57<acronym>BLFS</acronym> <application>X</application> Window System
58installation, but the pkgconfig <filename>.pc</filename> file
59<application>Metacity</application> looks for is not installed. Satisfy the
60requirement by installing an <filename>xrender.pc</filename> file into
61<filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> which can be
62downloaded from <ulink
63url="http://www.linuxfromscratch.org/~randy/xrender.pc"/>.</para>
64
65<para>** <application>libXcomposite</application> can optionally be used, but
66here's what the <application>Metacity</application> package maintainer
67has to say about it in the configure script if the package is found:
68<quote>Not building compositing manager by default now, must enable explicitly
69to get it. And it doesn't work, so don't bother unless you want to hack on
70it...</quote></para>
71</sect4>
72</sect3>
73
74</sect2>
75
76<sect2>
77<title>Installation of <application>Metacity</application></title>
78
79<para>Install <application>Metacity</application> by running the following
80commands:</para>
81
82<screen><userinput><command>./configure --prefix=/usr \
83 --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
84make &amp;&amp;
85make install</command></userinput></screen>
86
87</sect2>
88
89<sect2>
90<title>Command explanations</title>
91
92<para><option>--with-gconf-schema-file-dir=/etc/gnome/gconf/schemas</option>:
93Use this option if you have the
94<application><acronym>GNOME</acronym>-2</application>
95<application>GConf</application> package installed.</para>
96
97</sect2>
98
99<sect2>
100<title>Configuring <application>Metacity</application></title>
101
102<sect3><title>Configuration Information</title>
103
104<para>To automatically start the <application>Metacity</application> window
105manager when you issue the <command>startx</command> command, append to (or
106create) <filename>.xinitrc</filename> using the command below. Ensure you
107backup your current <filename>.xinitrc</filename> before proceeding.</para>
108
109<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
110xterm &amp;
111exec metacity
112<command>EOF</command></userinput></screen>
113</sect3>
114
115</sect2>
116
117<sect2>
118<title>Contents</title>
119
120<para>The <application>Metacity</application> package contains
121<command>metacity</command>.</para>
122
123</sect2>
124
125<sect2><title>Description</title>
126
127<sect3><title>metacity</title>
128<para><command>metacity</command> is a window manager used mainly by
129<application><acronym>GNOME</acronym></application>.</para>
130</sect3>
131
132</sect2>
133
134</sect1>
135
Note: See TracBrowser for help on using the repository browser.