Author: wblaszcz
Date: 2009-09-17 07:32:04 -0600 (Thu, 17 Sep 2009)
New Revision: 8022
Modified:
trunk/BOOK/general/genutils/rarian.xml
trunk/BOOK/gnome/add/gdm.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Fixed GDM greeter icon problem. Updated Rarian with correct localstatedir
Modified: trunk/BOOK/general/genutils/rarian.xml
===================================================================
--- trunk/BOOK/general/genutils/rarian.xml 2009-09-16 16:25:18 UTC (rev
8021)
+++ trunk/BOOK/general/genutils/rarian.xml 2009-09-17 13:32:04 UTC (rev
8022)
@@ -75,7 +75,8 @@
<para>Install <application>Rarian</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>./configure --prefix=/usr \
+ --localstatedir=/var &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
Modified: trunk/BOOK/gnome/add/gdm.xml
===================================================================
--- trunk/BOOK/gnome/add/gdm.xml 2009-09-16 16:25:18 UTC (rev 8021)
+++ trunk/BOOK/gnome/add/gdm.xml 2009-09-17 13:32:04 UTC (rev 8022)
@@ -117,7 +117,10 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role='root'><userinput>make install</userinput></screen>
+<screen role='root'><userinput>make install &&
+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>
</sect2>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-09-16 16:25:18 UTC
(rev 8021)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-09-17 13:32:04 UTC
(rev 8022)
@@ -41,6 +41,15 @@
-->
<listitem>
+ <para>September 17th, 2009</para>
+ <itemizedlist>
+ <listitem>
+ <para>[wblaszcz] - Fixed GDM greeter icon problem. Updated Rarian
with correct localstatedir.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>September 16th, 2009</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page