Changeset 604ef1f


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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    ref14dbc r604ef1f  
    622622<!ENTITY sawfish-version              "1.6.1">
    623623<!ENTITY fluxbox-version              "1.3.2">
    624 <!ENTITY metacity-version             "2.34.1">
    625624
    626625<!-- Unmaintained
     
    710709<!-- Shell Fallback -->
    711710<!ENTITY gnome-panel-version          "2.30.2">
     711<!ENTITY metacity-version             "2.34.1">
    712712
    713713<!-- Platform -->
  • gnome/core/core.xml

    ref14dbc r604ef1f  
    114114
    115115  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-panel.xml"/>
    116   <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-metacity.xml"/>
    117   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-notification-daemon.xml"/>
     116  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="metacity.xml"/>
     117  <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-notification-daemon.xml"/>
    118118  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-dbus-python.xml"/>
    119119  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-polkit-gnome.xml"/>-->
  • 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>
  • introduction/welcome/changelog.xml

    ref14dbc r604ef1f  
    4646      <itemizedlist>
    4747        <listitem>
    48           <para>[ken] - merge metacity-2.34.1 from Wayne, </para>
     48          <para>[ken] - merge metacity-2.34.1 from Wayne, but move it into the gnome
     49          part of the book because it can no longer be run without the gnome daemons.
     50          </para>
    4951        </listitem>
    5052      </itemizedlist>
  • x/wm/wm.xml

    ref14dbc r604ef1f  
    5656  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sawfish.xml"/>
    5757  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fluxbox.xml"/>
    58   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="metacity.xml"/>
    5958<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce.xml"/> -->
    6059  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="other-wms.xml"/>
Note: See TracChangeset for help on using the changeset viewer.