Fixed GDM greeter shutdown problem.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8026 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Wayne Blaszczyk 2009-09-22 10:45:31 +00:00
parent 6d32e7af24
commit fc516d9f04
3 changed files with 20 additions and 4 deletions

View File

@ -204,7 +204,7 @@ cd hal-info-&hal-info-version; &&
<para>A few more packages enable more functionality in
<application>HAL</application> at run-time. These include <ulink
url="http://ca.geocities.com/jefftranter@rogers.com/eject.html">Eject</ulink>,
<ulink url="http://people.freedesktop.org/~mccann/dist/">ConsoleKit</ulink>,
<xref linkend="consolekit"/>,
<ulink url="http://www.nongnu.org/dmidecode/">dmidecode</ulink>,
<ulink url="http://sourceware.org/dm/">Device-mapper</ulink>,
<ulink url="http://luks.endorphin.org/dm-crypt">Cryptsetup-LUKS</ulink>, and

View File

@ -76,11 +76,14 @@
<xref linkend="GConf"/>, and
<xref linkend="gnome-panel"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="consolekit"/>
(Required for Shutdown/Restart functionality)</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="intltool"/>,
<xref linkend="linux-pam"/>,
<xref linkend="tcpwrappers"/>,
<ulink url="http://people.freedesktop.org/~mccann/dist/">ConsoleKit</ulink>, and
<xref linkend="tcpwrappers"/>, and
<ulink url="http://hal.freedesktop.org/releases/">polkit-gnome</ulink></para>
<para condition="html" role="usernotes">User Notes:
@ -120,7 +123,11 @@ make</userinput></screen>
<screen role='root'><userinput>make install &amp;&amp;
ln -s $(pkg-config --variable=prefix \
ORBit-2.0)/lib/gnome-settings-daemon/gnome-settings-daemon $(pkg-config \
--variable=prefix ORBit-2.0)/lib/gdm</userinput></screen>
--variable=prefix ORBit-2.0)/lib/gdm &amp;&amp;
ln -s $(pkg-config --variable=prefix \
ORBit-2.0)/lib/ConsoleKit/ck-get-x11-display-device $(pkg-config \
--variable=prefix ORBit-2.0)/lib/gdm
</userinput></screen>
</sect2>

View File

@ -40,6 +40,15 @@
</listitem>
-->
<listitem>
<para>September 22nd, 2009</para>
<itemizedlist>
<listitem>
<para>[wblaszcz] - Fixed GDM greeter shutdown problem.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>September 21st, 2009</para>
<itemizedlist>