source: gnome/core/metacity.xml@ 3839649

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 3839649 was 604ef1f, checked in by Ken Moffat <ken@…>, 12 years ago

Move metacity to gnome-core because it can no longer be run without the gnome-daemons, particularly gnome-session, and is now not run by 'exec metacity' from .xinitrc.

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

  • Property mode set to 100644
File size: 7.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY metacity-download-http "&gnome-download-http;/metacity/2.34/metacity-&metacity-version;.tar.xz">
8 <!ENTITY metacity-download-ftp "&gnome-download-ftp;/metacity/2.34/metacity-&metacity-version;.tar.xz">
9 <!ENTITY metacity-md5sum "d505e2d7936bd9b11a3f48470a616767">
10 <!ENTITY metacity-size "1.9 MB">
11 <!ENTITY metacity-buildsize "60 MB">
12 <!ENTITY metacity-time "0.7 SBU">
13
14]>
15
16<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
17 <?dbhtml filename="metacity.html" ?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Metacity-&metacity-version;</title>
25
26 <indexterm zone="metacity">
27 <primary sortas="a-metacity">Metacity</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Metacity</title>
32
33 <para><application>Metacity</application> is the fallback window manager for
34 <application>GNOME</application>, used if the video driver does not provide
35 acceleration. It is conventionally run from <command>gnome-session</command>,
36 which will start the necessary <application>GNOME</application> daemons.</para>
37
38 &lfs70_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&metacity-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&metacity-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &metacity-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &metacity-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &metacity-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &metacity-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Metacity Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="GConf"/>,
66 <xref linkend="gtk2"/>,
67 <xref linkend="perl-xml-parser"/>,
68 <xref linkend="zenity"/>, and
69 <xref linkend="libcanberra"/></para>
70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="optional"><xref linkend="startup-notification"/></para>
73
74 <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
75 <para role="optional"><xref linkend="notification-daemon"/>.</para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/metacity"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Metacity</title>
84
85 <para>Install <application>Metacity</application> by running the following
86 commands:</para>
87
88<screen><userinput>./configure \
89 --prefix=/usr \
90 --with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install &amp;&amp;
98install -v -m755 -d /usr/share/doc/metacity-&metacity-version; &amp;&amp;
99install -v -m644 README rationales.txt doc/*.txt \
100 /usr/share/doc/metacity-&metacity-version;</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><option>--with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas</option>:
108 this will install the schema files are installed into the correct location.</para>
109
110 <para><option>--enable-static=no</option>: This switch prevents the static
111 libraries being installed.</para>
112
113 <!-- now enabled by default, apparently
114 <para><option>\-\-enable-compositor</option>: You must use this parameter
115 (and have <application>libcm</application> installed) to build the
116 <application>Metacity</application> composite manager.</para>-->
117
118 </sect2>
119
120 <!-- no longer correct, but retained as a comment, at least until gnome-session
121 has been updated.
122 <sect2 role="configuration" id="metacity-config">
123 <title>Configuring Metacity</title>
124
125 <sect3>
126 <title>Configuration Information</title>
127
128 <para>To automatically start the <application>Metacity</application>
129 window manager when you issue the <command>startx</command> command,
130 append to (or create) <filename>.xinitrc</filename> using the command
131 below (not required if you are installing
132 <application>Metacity</application> for a
133 <application>GNOME-2</application> installation). Ensure
134 you backup your current <filename>~/.xinitrc</filename> before
135 proceeding:</para>
136
137 <indexterm zone="metacity metacity-config">
138 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
139 </indexterm>
140
141<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
142<literal>xterm &amp;
143exec metacity</literal>
144EOF</userinput></screen>
145
146 </sect3>
147
148 </sect2>-->
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Library</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>metacity, metacity-message, metacity-theme-viewer, and
160 metacity-window-demo</seg>
161 <seg>libmetacity-private.{so,a}</seg>
162 <seg>/usr/{include/metacity-1/metacity-private,
163 share/{doc/metacity-&metacity-version;,
164 gnome/{help/creating-metacity-themes/C,wm-properties},metacity/icons,
165 themes/{AgingGorilla/metacity-1,Atlanta/metacity-1,Bright/metacity-1,
166 Crux/metacity-1,Esco/metacity-1,Metabox/metacity-1,
167 Simple/metacity-1}}}</seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="metacity-prog">
177 <term><command>metacity</command></term>
178 <listitem>
179 <para>is the <application>GNOME</application> fallback window manager,
180 used when the video driver does not support acceleration.</para>
181 <indexterm zone="metacity metacity-prog">
182 <primary sortas="b-metacity">metacity</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="metacity-theme-viewer">
188 <term><command>metacity-theme-viewer</command></term>
189 <listitem>
190 <para>allows you to preview any installed
191 <application>Metacity</application> theme. When designing a new
192 <application>Metacity</application> theme, you can use
193 <command>metacity-theme-viewer</command> to measure the performance
194 of a window frame option, and to preview the option.</para>
195 <indexterm zone="metacity metacity-theme-viewer">
196 <primary
197 sortas="b-metacity-theme-viewer">metacity-theme-viewer</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="metacity-window-demo">
203 <term><command>metacity-window-demo</command></term>
204 <listitem>
205 <para>demonstrates various kinds of windows that window managers and
206 window manager themes should handle.</para>
207 <indexterm zone="metacity metacity-window-demo">
208 <primary sortas="b-metacity-window-demo">metacity-window-demo</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.