source: gnome/core/mutter.xml@ 4969e20e

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

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • Property mode set to 100644
File size: 6.5 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 mutter-download-http "&gnome-download-http;/mutter/3.4/mutter-&mutter-version;.tar.xz">
8 <!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/3.4/mutter-&mutter-version;.tar.xz">
9 <!ENTITY mutter-md5sum "3ca02d4ca270e8587643af405c10f57d">
10 <!ENTITY mutter-size "1.6 MB">
11 <!ENTITY mutter-buildsize "45 MB">
12 <!ENTITY mutter-time "0.9 SBU">
13]>
14
15<sect1 id="mutter" xreflabel="Mutter-&mutter-version;">
16 <?dbhtml filename="mutter.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Mutter-&mutter-version;</title>
24
25 <indexterm zone="mutter">
26 <primary sortas="a-Mutter">Mutter</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Mutter</title>
31
32 <para>
33 <application>Mutter</application> is the window manager for
34 <application>GNOME</application>. It is not invoked directly, but from
35 <application>gnome-session</application> (on a machine with a hardware
36 accelerated video driver).
37 </para>
38
39 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&mutter-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&mutter-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &mutter-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &mutter-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &mutter-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &mutter-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="clutter"/>,
80 <xref linkend="gnome-doc-utils"/>,
81 <xref linkend="gobject-introspection"/>,
82 <xref linkend="gtk3"/>,
83 <xref linkend="libcanberra"/>,
84 <xref linkend="startup-notification"/> and
85 <xref linkend="zenity"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="rarian"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/mutter"/>
95 </para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Mutter</title>
101
102 <para>
103 Install <application>Mutter</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/static-libraries.xml"/>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/without-scrollkeeper.xml"/>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 mutter, mutter-message, mutter-theme-viewer and
144 mutter-window-demo
145 </seg>
146 <seg>
147 libmutter.so
148 </seg>
149 <seg>
150 /usr/include/mutter,
151 /usr/lib/mutter and
152 /usr/share/mutter
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="mutter-prog">
163 <term><command>mutter</command></term>
164 <listitem>
165 <para>
166 is a <application>Clutter</application> based compositing
167 <application>GTK+</application> Window Manager.
168 </para>
169 <indexterm zone="mutter mutter-prog">
170 <primary sortas="b-mutter">mutter</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="mutter-message">
176 <term><command>mutter-message</command></term>
177 <listitem>
178 <para>
179 is a command used to send a message to
180 <application>Mutter</application>.
181 </para>
182 <indexterm zone="mutter mutter-message">
183 <primary sortas="b-mutter-message">mutter-message</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="mutter-theme-viewer">
189 <term><command>mutter-theme-viewer</command></term>
190 <listitem>
191 <para>
192 is used to preview any installed
193 <application>Mutter</application> theme.
194 </para>
195 <indexterm zone="mutter mutter-theme-viewer">
196 <primary sortas="b-mutter-theme-viewer">mutter-theme-viewer</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="mutter-window-demo">
202 <term><command>mutter-window-demo</command></term>
203 <listitem>
204 <para>
205 is a <application>Mutter</application> demo program.
206 </para>
207 <indexterm zone="mutter mutter-window-demo">
208 <primary sortas="b-mutter-window-demo">mutter-window-demo</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="libmutter">
214 <term><filename class='libraryfile'>libmutter.so</filename></term>
215 <listitem>
216 <para>
217 contains the <application>Mutter</application> API functions.
218 </para>
219 <indexterm zone="mutter libmutter">
220 <primary sortas="c-libmutter">libmutter.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.