source: gnome/core/metacity.xml@ b7d1d2b

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 b7d1d2b was b7d1d2b, checked in by Krejzi <krejzi@…>, 12 years ago

Metacity 2.34.5, NetworkManager 0.9.6.0, NetworkManager Applet 0.9.6.2 and Telepathy Mission Control 5.12.1.

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

  • Property mode set to 100644
File size: 6.6 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
[ef14dbc]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">
[b7d1d2b]9 <!ENTITY metacity-md5sum "05468c3f674f8c338010eac23daea2e5">
10 <!ENTITY metacity-size "1.7 MB">
[3adee47]11 <!ENTITY metacity-buildsize "43 MB">
12 <!ENTITY metacity-time "0.6 SBU">
[fd7e0ed6]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
[b7d1d2b]33 <para>
34 <application>Metacity</application> is the fallback window manager for
35 <application>GNOME</application>, used if the video driver does not provide
36 hardware acceleration. It is conventionally run from <command>gnome-session</command>,
37 which will start the necessary <application>GNOME</application> daemons.
38 </para>
[feeb99a]39
[b7d1d2b]40 &lfs71_checked;
[1bc4ab8f]41
[6671555]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[b7d1d2b]45 <para>
46 Download (HTTP): <ulink url="&metacity-download-http;"/>
47 </para>
[6671555]48 </listitem>
49 <listitem>
[b7d1d2b]50 <para>
51 Download (FTP): <ulink url="&metacity-download-ftp;"/>
52 </para>
[6671555]53 </listitem>
54 <listitem>
[b7d1d2b]55 <para>
56 Download MD5 sum: &metacity-md5sum;
57 </para>
[6671555]58 </listitem>
59 <listitem>
[b7d1d2b]60 <para>
61 Download size: &metacity-size;
62 </para>
[6671555]63 </listitem>
64 <listitem>
[b7d1d2b]65 <para>
66 Estimated disk space required: &metacity-buildsize;
67 </para>
[6671555]68 </listitem>
69 <listitem>
[b7d1d2b]70 <para>
71 Estimated build time: &metacity-time;
72 </para>
[6671555]73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Metacity Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
[3adee47]79 <para role="required">
80 <xref linkend="gnome-doc-utils"/>,
81 <xref linkend="gtk2"/>,
82 <xref linkend="libcanberra"/> and
83 <xref linkend="zenity"/>
84 </para>
[6671555]85
[604ef1f]86 <bridgehead renderas="sect4">Recommended</bridgehead>
[3adee47]87 <para role="recommended">
[4c2be438]88 <xref linkend="rarian"/> and
[3adee47]89 <xref linkend="startup-notification"/>
90 </para>
[6e34843]91
[ef14dbc]92 <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
[7ded7e3]93 <para role="required">
[3adee47]94 <xref linkend="notification-daemon"/>
95 </para>
[ef14dbc]96
[c5c2654]97 <para condition="html" role="usernotes">User Notes:
[7ded7e3]98 <ulink url="&blfs-wiki;/metacity"/>
99 </para>
[6671555]100 </sect2>
[feeb99a]101
[6671555]102 <sect2 role="installation">
103 <title>Installation of Metacity</title>
[feeb99a]104
[b7d1d2b]105 <para>
106 Install <application>Metacity</application> by running the following
107 commands:
108 </para>
[feeb99a]109
[3adee47]110<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[6671555]111make</userinput></screen>
[feeb99a]112
[b7d1d2b]113 <para>
114 This package does not come with a test suite.
115 </para>
[35dc583b]116
[b7d1d2b]117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
[851cc10]120
[6671555]121<screen role="root"><userinput>make install &amp;&amp;
[69e285d]122install -v -m755 -d /usr/share/doc/metacity-&metacity-version; &amp;&amp;
123install -v -m644 README rationales.txt doc/*.txt \
[3116315]124 /usr/share/doc/metacity-&metacity-version;</userinput></screen>
[6671555]125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
[3adee47]131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b7d1d2b]132 href="../../xincludes/static-libraries.xml"/>
[6671555]133
[4c2be438]134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b7d1d2b]135 href="../../xincludes/without-scrollkeeper.xml"/>
[4c2be438]136
[6671555]137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Library</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
[3adee47]148 <seg>
149 metacity, metacity-message, metacity-theme-viewer and
150 metacity-window-demo
151 </seg>
152 <seg>
153 libmetacity-private.so
154 </seg>
155 <seg>
[b7d1d2b]156 /usr/include/metacity-1,
157 /usr/share/gnome/help/creating-metacity-themes,
158 /usr/share/gnome/wm-properties,
159 /usr/share/metacity and
[3adee47]160 /usr/share/themes/{AgingGorilla,Atlanta,Bright,Crux,Esco,Metabox,Simple}/metacity-1
161 </seg>
[6671555]162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="metacity-prog">
171 <term><command>metacity</command></term>
172 <listitem>
[b7d1d2b]173 <para>
174 is the <application>GNOME</application> fallback window manager,
175 used when the video driver does not support acceleration.
176 </para>
[6671555]177 <indexterm zone="metacity metacity-prog">
178 <primary sortas="b-metacity">metacity</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="metacity-theme-viewer">
184 <term><command>metacity-theme-viewer</command></term>
185 <listitem>
[b7d1d2b]186 <para>
187 allows you to preview any installed
188 <application>Metacity</application> theme. When designing a new
189 <application>Metacity</application> theme, you can use
190 <command>metacity-theme-viewer</command> to measure the performance
191 of a window frame option, and to preview the option.
192 </para>
[6671555]193 <indexterm zone="metacity metacity-theme-viewer">
194 <primary
195 sortas="b-metacity-theme-viewer">metacity-theme-viewer</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="metacity-window-demo">
201 <term><command>metacity-window-demo</command></term>
202 <listitem>
[b7d1d2b]203 <para>
204 demonstrates various kinds of windows that window managers and
205 window manager themes should handle.
206 </para>
[6671555]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>
[587ebea]216
[6671555]217</sect1>
Note: See TracBrowser for help on using the repository browser.