source: gnome/core/metacity.xml@ 4c2be438

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

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 6.3 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 "4b19fa5bbc14dc669108bd46606b1bd1">
10 <!ENTITY metacity-size "1.6 MB">
11 <!ENTITY metacity-buildsize "43 MB">
12 <!ENTITY metacity-time "0.6 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 hardware 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">
66 <xref linkend="gnome-doc-utils"/>,
67 <xref linkend="gtk2"/>,
68 <xref linkend="libcanberra"/> and
69 <xref linkend="zenity"/>
70 </para>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="recommended">
74 <xref linkend="rarian"/> and
75 <xref linkend="startup-notification"/>
76 </para>
77
78 <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
79 <para role="optional">
80 <xref linkend="notification-daemon"/>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/metacity"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Metacity</title>
90
91 <para>Install <application>Metacity</application> by running the following
92 commands:</para>
93
94<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
95make</userinput></screen>
96
97 <para>This package does not come with a test suite.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install &amp;&amp;
102install -v -m755 -d /usr/share/doc/metacity-&metacity-version; &amp;&amp;
103install -v -m644 README rationales.txt doc/*.txt \
104 /usr/share/doc/metacity-&metacity-version;</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/static-libraries.xml"/>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/without-scrollkeeper.xml"/>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 metacity, metacity-message, metacity-theme-viewer and
130 metacity-window-demo
131 </seg>
132 <seg>
133 libmetacity-private.so
134 </seg>
135 <seg>
136 /usr/include/metacity-1, /usr/share/gnome/help/creating-metacity-themes,
137 /usr/share/gnome/wm-properties, /usr/share/metacity and
138 /usr/share/themes/{AgingGorilla,Atlanta,Bright,Crux,Esco,Metabox,Simple}/metacity-1
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="metacity-prog">
149 <term><command>metacity</command></term>
150 <listitem>
151 <para>is the <application>GNOME</application> fallback window manager,
152 used when the video driver does not support acceleration.</para>
153 <indexterm zone="metacity metacity-prog">
154 <primary sortas="b-metacity">metacity</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="metacity-theme-viewer">
160 <term><command>metacity-theme-viewer</command></term>
161 <listitem>
162 <para>allows you to preview any installed
163 <application>Metacity</application> theme. When designing a new
164 <application>Metacity</application> theme, you can use
165 <command>metacity-theme-viewer</command> to measure the performance
166 of a window frame option, and to preview the option.</para>
167 <indexterm zone="metacity metacity-theme-viewer">
168 <primary
169 sortas="b-metacity-theme-viewer">metacity-theme-viewer</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="metacity-window-demo">
175 <term><command>metacity-window-demo</command></term>
176 <listitem>
177 <para>demonstrates various kinds of windows that window managers and
178 window manager themes should handle.</para>
179 <indexterm zone="metacity metacity-window-demo">
180 <primary sortas="b-metacity-window-demo">metacity-window-demo</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.