source: x/wm/metacity.xml@ 903ec33f

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 903ec33f was 903ec33f, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Metacity-2.8.6

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

  • Property mode set to 100644
File size: 4.3 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>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"/> and <xref linkend="GTK2"/></para>
46</sect4>
47
48<sect4><title>Optional</title>
49<para><xref linkend="startup-notification"/>,
50<xref linkend="GConf"/>,
51<ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>* and
52<ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**
53</para>
54
55<para>* <filename class='libraryfile'>libXrender</filename> is included in a
56<acronym>BLFS</acronym> <application>X</application> Window System
57installation, but the pkgconfig <filename>.pc</filename> file
58<application>Metacity</application> looks for is not installed. Satisfy the
59requirement by installing an <filename>xrender.pc</filename> file into
60<filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> which can be
61downloaded from <ulink
62url="http://www.linuxfromscratch.org/~randy/xrender.pc"/>.</para>
63
64<para>** <application>libXcomposite</application> can optionally be used, but
65here's what the <application>Metacity</application> package maintainer
66has to say about it in the configure script if the package is found:
67<quote>Not building compositing manager by default now, must enable explicitly
68to get it. And it doesn't work, so don't bother unless you want to hack on
69it...</quote></para>
70</sect4>
71</sect3>
72
73</sect2>
74
75<sect2>
76<title>Installation of <application>Metacity</application></title>
77
78<para>Install <application>Metacity</application> by running the following
79commands:</para>
80
81<screen><userinput><command>./configure --prefix=/usr \
82 --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
83make &amp;&amp;
84make install</command></userinput></screen>
85
86</sect2>
87
88<sect2>
89<title>Configuring <application>Metacity</application></title>
90
91<sect3><title>Configuration Information</title>
92
93<para>To automatically start the <application>Metacity</application> window
94manager when you issue the <command>startx</command> command, append to (or
95create) <filename>.xinitrc</filename> using the command below. Ensure you
96backup your current <filename>.xinitrc</filename> before proceeding.</para>
97
98<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
99xterm &amp;
100exec metacity
101<command>EOF</command></userinput></screen>
102</sect3>
103
104</sect2>
105
106<sect2>
107<title>Contents</title>
108
109<para>The <application>Metacity</application> package contains
110<command>metacity</command>.</para>
111
112</sect2>
113
114<sect2><title>Description</title>
115
116<sect3><title>metacity</title>
117<para><command>metacity</command> is a window manager used mainly by
118<application><acronym>GNOME</acronym></application>.</para>
119</sect3>
120
121</sect2>
122
123</sect1>
124
Note: See TracBrowser for help on using the repository browser.