Ignore:
Timestamp:
02/10/2012 04:46:16 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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
Children:
84ae34a
Parents:
ef14dbc
Message:

Move metacity to gnome-core because it can no longer be run without the gnome-daemons, particularly gnome-session, and is now not run by 'exec metacity' from .xinitrc.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • gnome/core/metacity.xml

    ref14dbc r604ef1f  
    3131    <title>Introduction to Metacity</title>
    3232
    33     <para>The <application>Metacity</application> package contains a window
    34     manager. This is useful for organizing and displaying windows.</para>
     33    <para><application>Metacity</application> is the fallback window manager for
     34    <application>GNOME</application>, used if the video driver does not provide
     35    acceleration. It is conventionally run from <command>gnome-session</command>,
     36    which will start the necessary <application>GNOME</application> daemons.</para>
    3537
    3638    &lfs70_checked;
     
    6769    <xref linkend="libcanberra"/></para>
    6870
    69     <bridgehead renderas="sect4">Optional</bridgehead>
    70     <para role="optional"><xref linkend="startup-notification"/>
    71     (recommended if you are installing <application>GNOME</application>-2)</para>
     71    <bridgehead renderas="sect4">Recommended</bridgehead>
     72    <para role="optional"><xref linkend="startup-notification"/></para>
    7273
    7374    <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
     
    8788<screen><userinput>./configure \
    8889    --prefix=/usr \
    89     --sysconfdir=/etc \
    9090    --with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas &amp;&amp;
    9191make</userinput></screen>
     
    106106
    107107    <para><option>--with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas</option>:
    108     Omit this parameter if you are not installing
    109     <application>Metacity</application> for a GNOME-2 installation.</para>
     108    this will install the schema files are installed into the correct location.</para>
    110109
    111110    <para><option>--enable-static=no</option>: This switch prevents the static
     
    119118  </sect2>
    120119
     120  <!-- no longer correct, but retained as a comment, at least until gnome-session
     121  has been updated.
    121122  <sect2 role="configuration" id="metacity-config">
    122123    <title>Configuring Metacity</title>
     
    145146    </sect3>
    146147
    147   </sect2>
     148  </sect2>-->
    148149
    149150  <sect2 role="content">
     
    176177        <term><command>metacity</command></term>
    177178        <listitem>
    178           <para>is a window manager used mainly by
    179           <application>GNOME</application>.</para>
     179          <para>is the <application>GNOME</application> fallback window manager,
     180          used when the video driver does not support acceleration.</para>
    180181          <indexterm zone="metacity metacity-prog">
    181182            <primary sortas="b-metacity">metacity</primary>
Note: See TracChangeset for help on using the changeset viewer.