Changeset 7a00ed89


Ignore:
Timestamp:
02/05/2006 05:38:39 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
bc3b7636
Parents:
4a256da
Message:

Updated GDM to fit the GNOME-2.12.2 version

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4a256da r7a00ed89  
    1 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     1<!ENTITY day          "05">                   <!-- Always 2 digits -->
    22<!ENTITY month        "02">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    2525
    2626
    27 <!ENTITY blfs-bootscripts-version     "20060101">
     27<!ENTITY blfs-bootscripts-version     "20060205">
    2828<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    2929
  • gnome/add/gdm.xml

    r4a256da r7a00ed89  
    55  %general-entities;
    66
    7   <!ENTITY gdm-download-http "http://ftp.gnome.org/pub/GNOME/sources/gdm/2.8/gdm-&gdm-version;.tar.bz2">
    8   <!ENTITY gdm-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gdm/2.8/gdm-&gdm-version;.tar.bz2">
    9   <!ENTITY gdm-md5sum        "2944ba9c2a2bf7032ac81dc24eecf32d">
     7  <!ENTITY gdm-download-http "&gnome-download-http;/gdm/2.8/gdm-&gdm-version;.tar.bz2">
     8  <!ENTITY gdm-download-ftp  "&gnome-download-ftp;/gdm/2.8/gdm-&gdm-version;.tar.bz2">
     9  <!ENTITY gdm-md5sum        "566a1e3d656b6b536414f287ead2db7e">
    1010  <!ENTITY gdm-size          "2.7 MB">
    11   <!ENTITY gdm-buildsize     "51.7 MB">
     11  <!ENTITY gdm-buildsize     "51.2 MB">
    1212  <!ENTITY gdm-time          "0.7 SBU">
    1313]>
     
    6464    <bridgehead renderas="sect4">Required</bridgehead>
    6565    <para role="required"><xref linkend="libgnomeui"/>,
    66     <xref linkend="scrollkeeper"/> and
     66    <xref linkend="scrollkeeper"/>, and
    6767    <xref linkend="librsvg"/></para>
    6868
     
    8989
    9090<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    91     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    92     --sysconfdir=&gnome-etc-dir; --localstatedir=/var/lib \
    93     --with-pam-prefix=/etc &amp;&amp;
     91            --libexecdir=`pkg-config \
     92            --variable=prefix ORBit-2.0`/lib/gdm \
     93            --sysconfdir=&gnome-etc-dir; \
     94            --localstatedir=/var/lib \
     95            --with-pam-prefix=/etc &amp;&amp;
    9496make</userinput></screen>
    9597
     
    98100    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    99101
    100 <screen role='root'><userinput>make install &amp;&amp;
    101 chmod -v 644 `pkg-config --variable=prefix ORBit-2.0`\
    102 /share/gdm/BuiltInSessions/default.desktop \
    103     `pkg-config --variable=prefix ORBit-2.0`\
    104 /share/xsessions/gnome.desktop</userinput></screen>
     102<screen role='root'><userinput>make install</userinput></screen>
    105103
    106104  </sect2>
     
    119117    <filename class='directory'>/var/lib/log/gdm</filename> as the log
    120118    directory. See the <quote>Configuration Information</quote> section below
    121     for information how to relocate the log file directory.</para>
     119    for instructions on relocating the log file directory.</para>
    122120
    123121    <para><parameter>--with-pam-prefix=/etc</parameter>: This command puts
    124122    <application>PAM</application> configuration files in
    125123    <filename class="directory">/etc/pam.d</filename> instead of
    126     <filename class="directory">$gnome-etc-dir;</filename>.</para>
     124    <filename class="directory">&gnome-etc-dir;</filename>.</para>
    127125
    128126  </sect2>
     
    154152
    155153<screen role="root"><userinput>install -v -m755 -d /var/log/gdm &amp;&amp;
    156 sed -i "s|var/lib/log|var/log|" &gnome-etc-dir;/gdm/gdm.conf</userinput></screen>
     154sed -i "s|var/lib/log|var/log|" &gnome-etc-dir;/gdm/gdm.conf &amp;&amp;
     155rmdir -v /var/lib/log/gdm &amp;&amp;
     156rmdir -v /var/lib/log</userinput></screen>
    157157
    158158      <para>The <application>GDM</application> <application>PAM</application>
    159       config files contain modules not present in a BLFS installation. The
    160       following commands will replace those files (issue as the
    161       <systemitem class="username">root</systemitem> user):</para>
     159      configuration files contain modules not present in a BLFS installation.
     160      If you have <application>PAM</application> installed, issue the following
     161      commands as the <systemitem class="username">root</systemitem> user to
     162      replace those files with files containing correctly specified
     163      modules:</para>
    162164
    163165<screen role="root"><userinput>cat &gt; /etc/pam.d/gdm &lt;&lt; "EOF"
     
    205207Type=Application</literal>
    206208
    207 EOF</userinput></screen>
     209EOF
     210chmod -v 644 $GNOME_PREFIX/share/xsessions/gnome-dbus.desktop</userinput></screen>
    208211
    209212      <para>Choose this session using the session selection dialog on the
     
    229232      <title>Boot Script</title>
    230233
    231       <para>To start a graphical login at boot, install the
     234      <para>To start a graphical login when the system is booted, install the
    232235      <filename>/etc/rc.d/init.d/gdm</filename> init script included in the
    233236      <xref linkend="bootscripts"/> package. If your
    234237      <envar>GNOME_PREFIX</envar> environment variable is anything other than
    235       <filename class='directory'>/usr</filename> or
    236       <filename class='directory'>/opt/gnome-&gnome-version;</filename>, you
    237       will need to modify the <envar>PATH</envar> statement in the script to
    238       include the path where you have <application>GNOME</application>
     238      <filename class='directory'>/usr</filename> or <filename
     239      class='directory'>/opt/gnome-&gnome-version;&gnome-minor-version;</filename>,
     240      you will need to modify the <envar>PATH</envar> statement in the script
     241      to include the path where you have <application>GNOME</application>
    239242      installed.</para>
    240243
     
    267270
    268271      <seglistitem>
    269         <seg>gdm, gdm-binary, gdmXnest, gdmXnestchooser, gdmchooser,
    270         gdmflexiserver, gdmgreeter, gdmlogin, gdmphotosetup, gdmsetup,
    271         gdmthemetester, gdm-restart, gdm-safe-restart, gdm-stop,
    272         gdmconfig, gdmopen, and gdmtranslate</seg>
     272        <seg>gdm, gdm-binary, gdm-dmx-reconnect-proxy, gdm-restart,
     273        gdm-safe-restart, gdm-stop, gdmXnest, gdmXnestchooser, gdmdynamic,
     274        gdmflexiserver, gdmphotosetup, gdmsetup, and gdmthemetester</seg>
    273275        <seg>None</seg>
    274         <seg>&gnome-etc-dir;/dm, &gnome-etc-dir;/gdm,
    275         $GNOME_PREFIX/share/gdm,
    276         $GNOME_PREFIX/share/gnome/capplets,
    277         $GNOME_PREFIX/share/gnome/help/gdm,
    278         $GNOME_PREFIX/share/omf/gdm,
    279         $GNOME_PREFIX/share/xsessions,
    280         /var/lib/gdm and /var/log/gdm</seg>
     276        <seg>&gnome-etc-dir;/[,g]dm, /var/lib/gdm, /var/log/gdm and the
     277        following directories in $GNOME_PREFIX/:
     278        share/gdm,
     279        share/gnome/capplets,
     280        share/gnome/help/gdm,
     281        share/omf/gdm, and
     282        share/xsessions</seg>
    281283      </seglistitem>
    282284    </segmentedlist>
     
    299301      </varlistentry>
    300302
    301       <varlistentry id="gdmchooser">
    302         <term><command>gdmchooser</command></term>
    303         <listitem>
    304           <para>is an application for selecting XDMCP enabled hosts on
    305           the local network.</para>
    306           <indexterm zone="gdm gdmchooser">
    307             <primary sortas="b-gdmchooser">gdmchooser</primary>
    308           </indexterm>
    309         </listitem>
    310       </varlistentry>
    311 
    312       <varlistentry id="gdmsetup">
    313         <term><command>gdmsetup</command></term>
    314         <listitem>
    315           <para>is a graphical interface to edit the
    316           <filename>gdm.conf</filename> file.</para>
    317           <indexterm zone="gdm gdmsetup">
    318             <primary sortas="b-gdmsetup">gdmsetup</primary>
    319           </indexterm>
    320         </listitem>
    321       </varlistentry>
    322 
    323303      <varlistentry id="gdm-restart">
    324304        <term><command>gdm-restart</command></term>
     
    345325      </varlistentry>
    346326
    347       <varlistentry id="gdmconfig">
    348         <term><command>gdmconfig</command></term>
     327      <varlistentry id="gdmsetup">
     328        <term><command>gdmsetup</command></term>
    349329        <listitem>
    350           <para>is an application for managing the configuration of the
    351           entire <application>GDM</application> applications suite. It
    352           handles look and feel, security, XDMCP, GDMchooser and more.</para>
    353           <indexterm zone="gdm gdmconfig">
    354             <primary sortas="b-gdmconfig">gdmconfig</primary>
     330          <para>is a graphical interface to edit the
     331          <filename>gdm.conf</filename> file.</para>
     332          <indexterm zone="gdm gdmsetup">
     333            <primary sortas="b-gdmsetup">gdmsetup</primary>
    355334          </indexterm>
    356335        </listitem>
    357336      </varlistentry>
    358 
    359337    </variablelist>
    360338
  • introduction/welcome/changelog.xml

    r4a256da r7a00ed89  
    4343
    4444    <listitem>
     45      <para>February 5th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated the following GNOME Add-on package
     49          instructions to fit the 2.12.2 version changes: GDM</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>February 4th, 2006</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.