mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to GDM-2.14.9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6204 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
cbcd88e93b
commit
ca109fa5ac
@ -477,7 +477,7 @@
|
|||||||
<!ENTITY gnome-games-version "2.14.2">
|
<!ENTITY gnome-games-version "2.14.2">
|
||||||
<!ENTITY sound-juicer-version "2.14.4">
|
<!ENTITY sound-juicer-version "2.14.4">
|
||||||
<!ENTITY totem-version "1.4.2">
|
<!ENTITY totem-version "1.4.2">
|
||||||
<!ENTITY gdm-version "2.14.7">
|
<!ENTITY gdm-version "2.14.9">
|
||||||
|
|
||||||
<!-- Accessibility -->
|
<!-- Accessibility -->
|
||||||
<!ENTITY at-spi-version "1.7.7">
|
<!ENTITY at-spi-version "1.7.7">
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
|
|
||||||
<!ENTITY gdm-download-http "&gnome-download-http;/gdm/2.8/gdm-&gdm-version;.tar.bz2">
|
<!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-version;/gdm-&gdm-version;.tar.bz2">
|
||||||
<!ENTITY gdm-download-ftp "&gnome-download-ftp;/gdm/2.8/gdm-&gdm-version;.tar.bz2">
|
<!ENTITY gdm-download-ftp "&gnome-download-ftp;/gdm/&gnome-version;/gdm-&gdm-version;.tar.bz2">
|
||||||
<!ENTITY gdm-md5sum "566a1e3d656b6b536414f287ead2db7e">
|
<!ENTITY gdm-md5sum "7e46bc3b0a5b08e79f1f2f1b869caf40">
|
||||||
<!ENTITY gdm-size "2.7 MB">
|
<!ENTITY gdm-size "3.0 MB">
|
||||||
<!ENTITY gdm-buildsize "51.2 MB">
|
<!ENTITY gdm-buildsize "54.2 MB">
|
||||||
<!ENTITY gdm-time "0.7 SBU">
|
<!ENTITY gdm-time "0.6 SBU">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="gdm" xreflabel="GDM-&gdm-version;">
|
<sect1 id="gdm" xreflabel="GDM-&gdm-version;">
|
||||||
@ -18,10 +18,6 @@
|
|||||||
<sect1info>
|
<sect1info>
|
||||||
<othername>$LastChangedBy$</othername>
|
<othername>$LastChangedBy$</othername>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
<keywordset>
|
|
||||||
<keyword role="package">gdm-&gdm-version;.tar</keyword>
|
|
||||||
<keyword role="ftpdir">gdm</keyword>
|
|
||||||
</keywordset>
|
|
||||||
</sect1info>
|
</sect1info>
|
||||||
|
|
||||||
<title>GDM-&gdm-version;</title>
|
<title>GDM-&gdm-version;</title>
|
||||||
@ -62,13 +58,22 @@
|
|||||||
<bridgehead renderas="sect3">GDM Dependencies</bridgehead>
|
<bridgehead renderas="sect3">GDM Dependencies</bridgehead>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para role="required"><xref linkend="libgnomeui"/>,
|
<para role="required"><xref linkend="libgnomecanvas"/>,
|
||||||
<xref linkend="scrollkeeper"/>, and
|
<xref linkend="gnome-doc-utils"/>, and
|
||||||
<xref linkend="librsvg"/></para>
|
<xref linkend="librsvg"/></para>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para role="optional"><xref linkend="linux-pam"/> and
|
<para role="optional"><xref linkend="intltool"/>,
|
||||||
<xref linkend="tcpwrappers"/></para>
|
<xref linkend="zenity"/>,
|
||||||
|
<xref linkend="linux-pam"/>,
|
||||||
|
<xref linkend="tcpwrappers"/>,
|
||||||
|
<ulink url="http://www.openafs.org/">OpenAFS</ulink>, and
|
||||||
|
PAM consolehelper</para>
|
||||||
|
|
||||||
|
<para>If you configure <application>GDM</application> to offer secure
|
||||||
|
connections to remote machines, you will need to have
|
||||||
|
<xref linkend="zenity"/>, <xref linkend="openssh"/> and
|
||||||
|
<xref linkend="which"/> installed.</para>
|
||||||
|
|
||||||
<para condition="html" role="usernotes">User Notes:
|
<para condition="html" role="usernotes">User Notes:
|
||||||
<ulink url="&blfs-wiki;/gdm"/></para>
|
<ulink url="&blfs-wiki;/gdm"/></para>
|
||||||
@ -90,11 +95,11 @@ useradd -c "GDM Daemon Owner" -d /dev/null \
|
|||||||
<para>Install <application>GDM</application> by running
|
<para>Install <application>GDM</application> by running
|
||||||
the following commands as an unprivileged user:</para>
|
the following commands as an unprivileged user:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
||||||
--libexecdir=`pkg-config \
|
|
||||||
--variable=prefix ORBit-2.0`/lib/gdm \
|
|
||||||
--sysconfdir=&gnome-etc-dir; \
|
--sysconfdir=&gnome-etc-dir; \
|
||||||
--localstatedir=/var/lib \
|
--localstatedir=/var/lib \
|
||||||
|
--libexecdir=$(pkg-config \
|
||||||
|
--variable=prefix ORBit-2.0)/lib/gdm \
|
||||||
--with-pam-prefix=/etc &&
|
--with-pam-prefix=/etc &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
@ -109,8 +114,8 @@ make</userinput></screen>
|
|||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
<para><parameter>--libexecdir=`pkg-config
|
<para><parameter>--libexecdir=$(pkg-config
|
||||||
--variable=prefix ORBit-2.0`/lib/gdm</parameter>: This parameter is
|
--variable=prefix ORBit-2.0)/lib/gdm</parameter>: This parameter is
|
||||||
used so that the <application>GDM</application> internal support programs
|
used so that the <application>GDM</application> internal support programs
|
||||||
are installed in
|
are installed in
|
||||||
<filename class='directory'>$GNOME_PREFIX/lib/gdm</filename> instead
|
<filename class='directory'>$GNOME_PREFIX/lib/gdm</filename> instead
|
||||||
@ -141,11 +146,11 @@ make</userinput></screen>
|
|||||||
<sect3 id="gdm-config">
|
<sect3 id="gdm-config">
|
||||||
<title>Config Files</title>
|
<title>Config Files</title>
|
||||||
|
|
||||||
<para><filename>&gnome-etc-dir;/gdm/gdm.conf</filename></para>
|
<para><filename>&gnome-etc-dir;/gdm/custom.conf</filename></para>
|
||||||
|
|
||||||
<indexterm zone="gdm gdm-config">
|
<indexterm zone="gdm gdm-config">
|
||||||
<primary sortas="e-etc-gnome-&gnome-version;&gnome-minor-version;gdm-gdm.conf">
|
<primary sortas="e-etc-gnome-&gnome-version;&gnome-minor-version;gdm-custom.conf">
|
||||||
&gnome-etc-dir;/gdm/gdm.conf</primary>
|
&gnome-etc-dir;/gdm/custom.conf</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
@ -153,15 +158,25 @@ make</userinput></screen>
|
|||||||
<sect3>
|
<sect3>
|
||||||
<title>Configuration Information</title>
|
<title>Configuration Information</title>
|
||||||
|
|
||||||
|
<para>Starting with the 2.14.x version of GNOME, the default
|
||||||
|
configuration parameters are stored in a static file
|
||||||
|
(<filename><envar>$GNOME_PREFIX</envar>/share/gdm/defaults.conf</filename>).
|
||||||
|
This file is not intended to be edited. If modification of the
|
||||||
|
configuration is necessary, you should add parameters to the
|
||||||
|
<filename>&gnome-etc-dir;/gdm/custom.conf</filename> file. The settings
|
||||||
|
in this file will override the settings in the static file. The same
|
||||||
|
parameters in the static file are used in the configuration file.</para>
|
||||||
|
|
||||||
<para>Change the directory containing the <application>GDM</application>
|
<para>Change the directory containing the <application>GDM</application>
|
||||||
log files to the <filename class='directory'>/var/log</filename>
|
log files to the <filename class='directory'>/var/log</filename>
|
||||||
hierarchy by creating a directory and modifying the
|
hierarchy by creating a directory and modifying the
|
||||||
<filename>&gnome-etc-dir;/gdm/gdm.conf</filename> configuration file. Issue
|
<filename>&gnome-etc-dir;/gdm/custom.conf</filename> configuration file. Issue
|
||||||
the following commands as the
|
the following commands as the
|
||||||
<systemitem class="username">root</systemitem> user:</para>
|
<systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>install -v -m755 -d /var/log/gdm &&
|
<screen role="root"><userinput>install -v -m755 -d /var/log/gdm &&
|
||||||
sed -i "s|var/lib/log|var/log|" &gnome-etc-dir;/gdm/gdm.conf &&
|
sed -i.orig "/\[daemon\]/ a LogDir=/var/log/gdm" \
|
||||||
|
&gnome-etc-dir;/gdm/custom.conf &&
|
||||||
rmdir -v /var/lib/log/gdm &&
|
rmdir -v /var/lib/log/gdm &&
|
||||||
rmdir -v /var/lib/log</userinput></screen>
|
rmdir -v /var/lib/log</userinput></screen>
|
||||||
|
|
||||||
@ -257,8 +272,8 @@ chmod -v 644 $GNOME_PREFIX/share/xsessions/gnome-dbus.desktop</userinput></scree
|
|||||||
|
|
||||||
<screen role="root"><userinput>make install-gdm</userinput></screen>
|
<screen role="root"><userinput>make install-gdm</userinput></screen>
|
||||||
|
|
||||||
<para>To autostart with a graphical login, edit
|
<para>Now edit <filename>/etc/inittab</filename> so that the line
|
||||||
<filename>/etc/inittab</filename> so that the line containing:</para>
|
containing:</para>
|
||||||
|
|
||||||
<screen><literal>id:3:initdefault:</literal></screen>
|
<screen><literal>id:3:initdefault:</literal></screen>
|
||||||
|
|
||||||
@ -282,11 +297,12 @@ chmod -v 644 $GNOME_PREFIX/share/xsessions/gnome-dbus.desktop</userinput></scree
|
|||||||
<seg>gdm, gdm-binary, gdm-dmx-reconnect-proxy, gdm-restart,
|
<seg>gdm, gdm-binary, gdm-dmx-reconnect-proxy, gdm-restart,
|
||||||
gdm-safe-restart, gdm-stop, gdmXnest, gdmXnestchooser, gdmdynamic,
|
gdm-safe-restart, gdm-stop, gdmXnest, gdmXnestchooser, gdmdynamic,
|
||||||
gdmflexiserver, gdmphotosetup, gdmsetup, and gdmthemetester</seg>
|
gdmflexiserver, gdmphotosetup, gdmsetup, and gdmthemetester</seg>
|
||||||
<seg>None</seg>
|
<seg>lib*mouselistener.{so,a} GTK+ modules</seg>
|
||||||
<seg>&gnome-etc-dir;/{,g}dm,
|
<seg>&gnome-etc-dir;/{,g}dm,
|
||||||
/var/lib/gdm,
|
/var/lib/gdm,
|
||||||
/var/log/gdm and the following directories in $GNOME_PREFIX/:
|
/var/log/gdm and the following directories in
|
||||||
share/{{,gnome/help/ ,omf/}gdm, gnome/capplets, xsessions}</seg>
|
<envar>$GNOME_PREFIX</envar>/:
|
||||||
|
share/{,gnome/help/ ,omf/}gdm</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
|
@ -44,6 +44,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>June 24th, 2006</para>
|
<para>June 24th, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Updated to GDM-2.14.9.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[randy] - Updated to Totem-1.4.2.</para>
|
<para>[randy] - Updated to Totem-1.4.2.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user