source: gnome/core/metacity.xml@ 8c668de

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

Some minor gnome fixes. Add IBus XML

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

  • Property mode set to 100644
File size: 6.7 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">
[6208859]11 <!ENTITY metacity-buildsize "50 MB">
[3adee47]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
[6208859]40 &lfs72_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
[6208859]121<screen role="root"><userinput>make install</userinput></screen>
[6671555]122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
[3adee47]128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b7d1d2b]129 href="../../xincludes/static-libraries.xml"/>
[6671555]130
[4c2be438]131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b7d1d2b]132 href="../../xincludes/without-scrollkeeper.xml"/>
[4c2be438]133
[6671555]134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Library</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
[3adee47]145 <seg>
146 metacity, metacity-message, metacity-theme-viewer and
147 metacity-window-demo
148 </seg>
149 <seg>
150 libmetacity-private.so
151 </seg>
152 <seg>
[b7d1d2b]153 /usr/include/metacity-1,
154 /usr/share/gnome/help/creating-metacity-themes,
155 /usr/share/gnome/wm-properties,
[6208859]156 /usr/share/metacity,
157 /usr/share/themes/AgingGorilla/metacity-1,
158 /usr/share/themes/Atlanta/metacity-1,
159 /usr/share/themes/Bright/metacity-1,
160 /usr/share/themes/Crux/metacity-1,
161 /usr/share/themes/Esco/metacity-1,
162 /usr/share/themes/Metabox/metacity-1 and
163 /usr/share/themes/Simple/metacity-1
[3adee47]164 </seg>
[6671555]165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="metacity-prog">
174 <term><command>metacity</command></term>
175 <listitem>
[b7d1d2b]176 <para>
177 is the <application>GNOME</application> fallback window manager,
178 used when the video driver does not support acceleration.
179 </para>
[6671555]180 <indexterm zone="metacity metacity-prog">
181 <primary sortas="b-metacity">metacity</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="metacity-theme-viewer">
187 <term><command>metacity-theme-viewer</command></term>
188 <listitem>
[b7d1d2b]189 <para>
190 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.
195 </para>
[6671555]196 <indexterm zone="metacity metacity-theme-viewer">
197 <primary
198 sortas="b-metacity-theme-viewer">metacity-theme-viewer</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="metacity-window-demo">
204 <term><command>metacity-window-demo</command></term>
205 <listitem>
[b7d1d2b]206 <para>
207 demonstrates various kinds of windows that window managers and
208 window manager themes should handle.
209 </para>
[6671555]210 <indexterm zone="metacity metacity-window-demo">
211 <primary sortas="b-metacity-window-demo">metacity-window-demo</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
[587ebea]219
[6671555]220</sect1>
Note: See TracBrowser for help on using the repository browser.