Changeset 851cc10 for x/wm/metacity.xml


Ignore:
Timestamp:
02/20/2005 08:48:50 PM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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
Children:
a6922b0
Parents:
e3c939cc
Message:

Tagging and editorial changes to metacity and xfce

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/metacity.xml

    re3c939cc r851cc10  
    1515<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
    1616<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1919</sect1info>
    2020<?dbhtml filename="metacity.html" ?>
    2121<title>Metacity-&metacity-version;</title>
     22
     23<indexterm zone="metacity">
     24  <primary sortas="a-metacity">Metacity</primary>
     25</indexterm>
    2226
    2327<sect2>
     
    2731manager. This is useful for organizing and displaying windows.</para>
    2832
    29 <sect3><title>Package information</title>
     33<sect3>
     34<title>Package information</title>
     35
    3036<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink
    32 url="&metacity-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink
    34 url="&metacity-download-ftp;"/></para></listitem>
    35 <listitem><para>Download MD5 sum: &metacity-md5sum;</para></listitem>
    36 <listitem><para>Download size: &metacity-size;</para></listitem>
    37 <listitem><para>Estimated disk space required:
    38 &metacity-buildsize;</para></listitem>
    39 <listitem><para>Estimated build time:
    40 &metacity-time;</para></listitem></itemizedlist>
     37  <listitem><para>Download (HTTP): <ulink url="&metacity-download-http;"/></para></listitem>
     38  <listitem><para>Download (FTP): <ulink url="&metacity-download-ftp;"/></para></listitem>
     39  <listitem><para>Download MD5 sum: &metacity-md5sum;</para></listitem>
     40  <listitem><para>Download size: &metacity-size;</para></listitem>
     41  <listitem><para>Estimated disk space required: &metacity-buildsize;</para></listitem>
     42  <listitem><para>Estimated build time: &metacity-time;</para></listitem>
     43</itemizedlist>
    4144</sect3>
    4245
    43 <sect3><title><application>Metacity</application> dependencies</title>
    44 <sect4><title>Required</title>
     46<sect3>
     47<title><application>Metacity</application> dependencies</title>
     48
     49<sect4>
     50<title>Required</title>
     51
    4552<para><xref linkend="intltool"/>,
    46 <xref linkend="GConf"/> and
    47 <xref linkend="gtk2"/></para>
     53      <xref linkend="GConf"/>, and
     54      <xref linkend="gtk2"/>
     55</para>
    4856</sect4>
    4957
    50 <sect4><title>Optional</title>
     58<sect4>
     59<title>Optional</title>
    5160<para><xref linkend="startup-notification"/>,
    52 <ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>* and
    53 <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**
     61      <ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>*, and
     62      <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**
    5463</para>
    5564
     
    6069requirement by installing an <filename>xrender.pc</filename> file into
    6170<filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> which can be
    62 downloaded from <ulink
    63 url="http://www.linuxfromscratch.org/~randy/xrender.pc"/>.</para>
     71installed as:</para>
     72
     73<screen><userinput><command>cat &gt; /usr/X11R6/lib/pkgconfig/xrender.pc &lt;&lt; "EOF"</command>
     74prefix=/usr/X11R6
     75exec_prefix=${prefix}
     76libdir=${exec_prefix}/lib
     77includedir=${prefix}/include
     78
     79Name: Xrender
     80Description: X Render Library
     81Version: 0.8.3
     82Cflags: -I${includedir} -I/usr/X11R6/include
     83Libs: -L${libdir} -lXrender  -L/usr/X11R6/lib -lX11
     84<command>EOF</command></userinput></screen>
    6485
    6586<para>** <application>libXcomposite</application> can optionally be used, but
     
    80101commands:</para>
    81102
    82 <screen><userinput><command>./configure --prefix=/usr \
    83     --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
    84 make &amp;&amp;
    85 make install</command></userinput></screen>
     103<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
     104make</command></userinput></screen>
     105
     106<para>Now, as the root user:</para>
     107 
     108<screen><userinput role='root'><command>make install</command></userinput></screen>
    86109
    87110</sect2>
     
    97120</sect2>
    98121
    99 <sect2>
     122<sect2 id='metacity-config'>
    100123<title>Configuring <application>Metacity</application></title>
    101124
    102 <sect3><title>Configuration Information</title>
     125<sect3>
     126<title>Configuration Information</title>
    103127
    104128<para>To automatically start the <application>Metacity</application> window
    105129manager when you issue the <command>startx</command> command, append to (or
    106130create) <filename>.xinitrc</filename> using the command below. Ensure you
    107 backup your current <filename>.xinitrc</filename> before proceeding.</para>
     131backup your current <filename>~/.xinitrc</filename> before proceeding.</para>
     132
     133<indexterm zone="metacity metacity-config">
     134   <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
     135</indexterm>
    108136
    109137<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
     
    118146<title>Contents</title>
    119147
    120 <para>The <application>Metacity</application> package contains
    121 <command>metacity</command>.</para>
     148<segmentedlist>
     149  <segtitle>Installed Program</segtitle>
     150  <segtitle>Installed Libraries</segtitle>
     151  <segtitle>Installed Directories</segtitle>
     152 
     153  <seglistitem>
     154    <seg>metacity</seg>
     155    <seg>None</seg>
     156    <seg>None</seg>
     157  </seglistitem>
     158</segmentedlist>
     159 
     160<variablelist>
     161  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     162  <?dbfo list-presentation="list"?>
     163
     164<varlistentry id="metacity-prog">
     165  <term><command>metacity</command></term>
     166  <listitem>
     167    <para>is a window manager used mainly by
     168       <application><acronym>GNOME</acronym></application>.
     169    </para>
     170    <indexterm zone="metacity metacity-prog">
     171      <primary sortas="b-metacity">metacity</primary>
     172    </indexterm>
     173  </listitem>
     174</varlistentry>
     175
     176</variablelist>
    122177
    123178</sect2>
    124 
    125 <sect2><title>Description</title>
    126 
    127 <sect3><title>metacity</title>
    128 <para><command>metacity</command> is a window manager used mainly by
    129 <application><acronym>GNOME</acronym></application>.</para>
    130 </sect3>
    131 
    132 </sect2>
    133 
    134179</sect1>
    135180
Note: See TracChangeset for help on using the changeset viewer.