Author: andy
Date: 2011-11-20 04:29:53 -0700 (Sun, 20 Nov 2011)
New Revision: 8992
Modified:
trunk/BOOK/x/lib/gtk+2.xml
Log:
fix a bug in gtk-2.24.8 that makes some applications (eg, lxappearance) crash
and I've added a mention of lxappearance in the configuring section
Modified: trunk/BOOK/x/lib/gtk+2.xml
===================================================================
--- trunk/BOOK/x/lib/gtk+2.xml 2011-11-20 11:04:35 UTC (rev 8991)
+++ trunk/BOOK/x/lib/gtk+2.xml 2011-11-20 11:29:53 UTC (rev 8992)
@@ -99,6 +99,7 @@
sed -i '/db2html/i@HAVE_DOCBOOK_TRUE@\t mkdir gtk-faq; \\
/gtk-faq html/i@HAVE_DOCBOOK_TRUE@\t mv *.html gtk-faq; \\' \
docs/faq/Makefile.in &&
+sed -i 's#^\( gtk_icon_view_\)l#\1queue_l#' gtk/gtkiconview.c &&
./configure --prefix=/usr --sysconfdir=/etc &&
make</userinput></screen>
@@ -142,6 +143,9 @@
documentation and fail due to bugs in some of the Makefiles. These seds fix
the Makefiles.</para>
+ <para><command>sed -i...gtk/gtkiconview.c</command>: This fixes a bug in
+ gtk+-2.24.8 that makes some applications (eg, lxappearance) crash.</para>
+
<para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
configuration files into <filename class="directory">/etc</filename>
instead of <filename class="directory">/usr/etc</filename>.</para>
@@ -192,6 +196,7 @@
<para>There are many more themes available at
<ulink url="http://gnome-look.org/">Gnome-Look.org</ulink> and other
places.</para>
+
<para>Once you've settled on themes you like, you can (as the
<systemitem class="username">root</systemitem> user) make them the
default system wide:</para>
@@ -201,6 +206,11 @@
gtk-icon-theme-name = "<replaceable>elementary</replaceable>"
EOF</userinput></screen>
+ <para>
+ <ulink url="http://sourceforge.net/projects/lxde/files/LXAppearance/">
+ LXAppearance</ulink> is a GTK+-2 application that can help you choose the
+ themes you like.</para>
+
</sect3>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page