source: gnome-systemd/desktop/mutter.xml@ 48160fd

krejzi/svn
Last change on this file since 48160fd was 48160fd, checked in by Krejzi <krejzi@…>, 10 years ago

More desktop updates.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14806 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.6 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/&gnome-minor14;/mutter-&mutter-version;.tar.xz">
8 <!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/&gnome-minor14;/mutter-&mutter-version;.tar.xz">
9 <!ENTITY mutter-md5sum "109b17c68f94d0424d31cddfd4012417">
10 <!ENTITY mutter-size "1.6 MB">
11 <!ENTITY mutter-buildsize "62 MB">
12 <!ENTITY mutter-time "0.8 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,
35 but from <application>GNOME Session</application> (on a
36 machine with a hardware accelerated video driver).
37 </para>
38
39 &lfs76_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-desktop"/>,
81 <xref linkend="libxkbcommon"/>,
82 <xref linkend="upower"/>, and
83 <xref linkend="zenity"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>,
89 <xref linkend="libcanberra"/>, and
90 <xref linkend="startup-notification"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended (Required to
94 build the Wayland compositor)</bridgehead>
95 <para role="recommended">
96 <xref linkend="libinput"/>,
97 <xref linkend="wayland"/>, and
98 <xref linkend="xorg-server"/> (with <command>Xwayland</command>).
99 Additionally, <xref linkend="cogl"/>, <xref linkend="clutter"/>
100 and <xref linkend="gtk3"/> need to be built with
101 <application>Wayland</application> support.
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/mutter"/>
106 </para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Mutter</title>
112
113 <para>
114 Install <application>Mutter</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/static-libraries.xml"/>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/gtk-doc-rebuild.xml"/>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 mutter
155 </seg>
156 <seg>
157 libmutter.so
158 </seg>
159 <seg>
160 /usr/include/mutter,
161 /usr/lib/mutter, and
162 /usr/share/gtk-doc/html/meta
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="mutter-prog">
173 <term><command>mutter</command></term>
174 <listitem>
175 <para>
176 is a <application>Clutter</application> based compositing
177 <application>GTK+</application> Window Manager.
178 </para>
179 <indexterm zone="mutter mutter-prog">
180 <primary sortas="b-mutter">mutter</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="libmutter">
186 <term><filename class="libraryfile">libmutter.so</filename></term>
187 <listitem>
188 <para>
189 contains the <application>Mutter</application> API functions.
190 </para>
191 <indexterm zone="mutter libmutter">
192 <primary sortas="c-libmutter">libmutter.so</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.