Changeset 79f61a7


Ignore:
Timestamp:
02/14/2012 08:08:22 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:
05ddb88
Parents:
c85a7c2
Message:

gnome-session-3.2.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc85a7c2 r79f61a7  
    706706<!ENTITY gnome-online-accounts-version "3.2.1">
    707707<!ENTITY gnome-packagekit-version      "3.2.1">
    708 <!ENTITY gnome-session-version        "2.30.2">
     708<!ENTITY gnome-session-version        "3.2.1">
    709709<!ENTITY gnome-settings-daemon-version "2.30.2">
    710710
  • gnome/core/gnome-session.xml

    rc85a7c2 r79f61a7  
    55  %general-entities;
    66
    7   <!ENTITY gnome-session-download-http "&gnome-download-http;/gnome-session/&gnome-version;/gnome-session-&gnome-session-version;.tar.bz2">
    8   <!ENTITY gnome-session-download-ftp  "&gnome-download-ftp;/gnome-session/&gnome-version;/gnome-session-&gnome-session-version;.tar.bz2">
    9   <!ENTITY gnome-session-md5sum        "d93a2da931ac0b9c0d98f6b68a17a730">
    10   <!ENTITY gnome-session-size          "798 KB">
    11   <!ENTITY gnome-session-buildsize     "16 MB">
     7  <!ENTITY gnome-session-download-http "&gnome-download-http;/gnome-session/&gnome-version;/gnome-session-&gnome-session-version;.tar.xz">
     8  <!ENTITY gnome-session-download-ftp  "&gnome-download-ftp;/gnome-session/&gnome-version;/gnome-session-&gnome-session-version;.tar.xz">
     9  <!ENTITY gnome-session-md5sum        "05012cdf82e48feab17b5bc1804e37cf">
     10  <!ENTITY gnome-session-size          "685 KB">
     11  <!ENTITY gnome-session-buildsize     "19 MB">
    1212  <!ENTITY gnome-session-time          "0.3 SBU">
    1313]>
     
    3333    the <application>GNOME</application> session manager.</para>
    3434
    35     &lfs65_checked;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para role="required"><xref linkend="GConf"/>,
    63     <xref linkend="gtk2"/>,
     63    <xref linkend="gtk3"/>,
     64    <xref linkend="json-glib"/>,
    6465    <xref linkend="startup-notification"/>, and
    6566    <xref linkend="upower"/></para>
     
    8283    running the following commands:</para>
    8384
    84 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    85             --sysconfdir=&gnome-etc-dir; \
    86             --libexecdir=$(pkg-config \
    87                 --variable=prefix ORBit-2.0)/lib \
    88             --mandir=$(pkg-config \
    89                 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
     85<screen><userinput>./configure --prefix=$GNOME_PREFIX \
     86            --libexecdir=$GNOME_PREFIX/lib &amp;&amp;
    9087make</userinput></screen>
    9188
     
    104101    href="../../xincludes/gnome-prefix.xml"/>
    105102
    106     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    107     href="../../xincludes/gnome-sysconfdir.xml"/>
    108 
    109     <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    110     ORBit-2.0)/lib</parameter>: This parameter is used so that the
    111     <application>gnome-session</application> internal support programs are
    112     installed in the preferred location of <filename
     103    <para><parameter>--libexecdir=$GNOME_PREFIX/lib</parameter>: This parameter
     104    is used so that the <application>gnome-session</application> internal
     105    support programs are installed in the preferred location of <filename
    113106    class='directory'>$GNOME_PREFIX/lib</filename> instead of <filename
    114107    class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
    115108
    116     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117     href="../../xincludes/gnome-mandir.xml"/>
    118 
    119     <para><parameter>--with-at-spi-registryd-directory=...</parameter>: This
    120     parameter is used to identify where the AT-SPI Registry daemon is located,
    121     as the default is <envar>$GNOME_PREFIX</envar>/libexec.</para>
    122 
    123109    <para><option>--enable-docbook-docs</option>: This parameter is used to
    124110    build the documentation.</para>
     111
     112  </sect2>
     113
     114  <sect2 role="configuration" id="gnome-session-config">
     115    <title>Configuring gnome-session</title>
     116
     117    <sect3>
     118      <title>Configuration Information</title>
     119
     120      <para>If you are not using <application>gdm</application> to start your
     121      <application>GNOME</application> desktop, you will need to invoke
     122      <command>gnome-session</command> <emphasis>instead of</emphasis> invoking
     123      a window-manager directly.  All of the packages in the 'Shell' section of
     124      this chapter (plus all of those in 'Shell Fallback' if your video driver
     125      does not have 3D acceleration) need to be installed first, and some of
     126      the 'Utilities' - particularly <application>GNOME Terminal</application>
     127      (<application>xterm</application> does not  install a '.desktop' file and
     128      so not appear in the menus). You may have to use
     129      <literal>Ctrl-Alt-Backspace</literal> to end the desktop session.</para>
     130
     131      <para>When <command>gnome-session</command> is run, it invokes the necessary
     132      daemons and either <application>Metacity</application> or
     133      <application>gnome-shell</application> - the latter will in turn invoke
     134      <application>Mutter</application>.</para>
     135
     136      <para>To automatically start the <application>gnome-session</application>
     137      window manager when you issue the <command>startx</command> command,
     138      backup your current <filename>~/.xinitrc</filename> before proceeding.
     139      Note that you will be able to invoke <application>GNOME Terminal</application>
     140      from the menu, so there is no reason to invoke xterm here. Create a new
     141      <filename>.xinitrc</filename> using this command:</para>
     142
     143      <indexterm zone="metacity gnome-session-config">
     144        <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
     145      </indexterm>
     146
     147<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
     148<literal>exec dbus-launch --exit-with-session gnome-session</literal>
     149EOF</userinput></screen>
     150
     151    </sect3>
    125152
    126153  </sect2>
  • gnome/core/metacity.xml

    rc85a7c2 r79f61a7  
    118118  </sect2>
    119119
    120   <!-- no longer correct, but retained as a comment, at least until gnome-session
    121   has been updated.
    122   <sect2 role="configuration" id="metacity-config">
    123     <title>Configuring Metacity</title>
    124 
    125     <sect3>
    126       <title>Configuration Information</title>
    127 
    128       <para>To automatically start the <application>Metacity</application>
    129       window manager when you issue the <command>startx</command> command,
    130       append to (or create) <filename>.xinitrc</filename> using the command
    131       below (not required if you are installing
    132       <application>Metacity</application> for a
    133       <application>GNOME-2</application> installation). Ensure
    134       you backup your current <filename>~/.xinitrc</filename> before
    135       proceeding:</para>
    136 
    137       <indexterm zone="metacity metacity-config">
    138         <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
    139       </indexterm>
    140 
    141 <screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
    142 <literal>xterm &amp;
    143 exec metacity</literal>
    144 EOF</userinput></screen>
    145 
    146     </sect3>
    147 
    148   </sect2>-->
    149 
    150120  <sect2 role="content">
    151121    <title>Contents</title>
  • introduction/welcome/changelog.xml

    rc85a7c2 r79f61a7  
    4848          <para>[ken] - merge gnome-screensaver-3.2.0 from Wayne.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[ken] - merge gnome-session-3.2.1 from Wayne.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
Note: See TracChangeset for help on using the changeset viewer.