mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
6d32e7af24
commit
fc516d9f04
@ -204,7 +204,7 @@ cd hal-info-&hal-info-version; &&
|
|||||||
<para>A few more packages enable more functionality in
|
<para>A few more packages enable more functionality in
|
||||||
<application>HAL</application> at run-time. These include <ulink
|
<application>HAL</application> at run-time. These include <ulink
|
||||||
url="http://ca.geocities.com/jefftranter@rogers.com/eject.html">Eject</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://www.nongnu.org/dmidecode/">dmidecode</ulink>,
|
||||||
<ulink url="http://sourceware.org/dm/">Device-mapper</ulink>,
|
<ulink url="http://sourceware.org/dm/">Device-mapper</ulink>,
|
||||||
<ulink url="http://luks.endorphin.org/dm-crypt">Cryptsetup-LUKS</ulink>, and
|
<ulink url="http://luks.endorphin.org/dm-crypt">Cryptsetup-LUKS</ulink>, and
|
||||||
|
@ -76,11 +76,14 @@
|
|||||||
<xref linkend="GConf"/>, and
|
<xref linkend="GConf"/>, and
|
||||||
<xref linkend="gnome-panel"/></para>
|
<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>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para role="optional"><xref linkend="intltool"/>,
|
<para role="optional"><xref linkend="intltool"/>,
|
||||||
<xref linkend="linux-pam"/>,
|
<xref linkend="linux-pam"/>,
|
||||||
<xref linkend="tcpwrappers"/>,
|
<xref linkend="tcpwrappers"/>, and
|
||||||
<ulink url="http://people.freedesktop.org/~mccann/dist/">ConsoleKit</ulink>, and
|
|
||||||
<ulink url="http://hal.freedesktop.org/releases/">polkit-gnome</ulink></para>
|
<ulink url="http://hal.freedesktop.org/releases/">polkit-gnome</ulink></para>
|
||||||
|
|
||||||
<para condition="html" role="usernotes">User Notes:
|
<para condition="html" role="usernotes">User Notes:
|
||||||
@ -120,7 +123,11 @@ make</userinput></screen>
|
|||||||
<screen role='root'><userinput>make install &&
|
<screen role='root'><userinput>make install &&
|
||||||
ln -s $(pkg-config --variable=prefix \
|
ln -s $(pkg-config --variable=prefix \
|
||||||
ORBit-2.0)/lib/gnome-settings-daemon/gnome-settings-daemon $(pkg-config \
|
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 &&
|
||||||
|
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>
|
</sect2>
|
||||||
|
|
||||||
|
@ -40,6 +40,15 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>September 22nd, 2009</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[wblaszcz] - Fixed GDM greeter shutdown problem.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>September 21st, 2009</para>
|
<para>September 21st, 2009</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
Loading…
Reference in New Issue
Block a user