# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.433 2005/12/08 03:17:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.434 2005/12/08 03:38:10 wolf31o2 Exp $
+
+ 08 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/livecdfs-update.sh:
+ Added fun gnome theme stuff to livecdfs-update.sh for the official Gentoo
+ LiveCD.
08 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf:
Turning off autoresume of doom until I can get more testing. I've had
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.26 2005/12/07 17:27:28 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.27 2005/12/08 03:38:10 wolf31o2 Exp $
. /tmp/chroot-functions.sh
update_env_settings
/opt/installer/misc/mkvardb -p livecd-kernel -c sys-kernel -v ${clst_version_stamp} --provide "virtual/alsa" /boot/kernel* /boot/initr* $(for i in $(find "/lib/modules/" -type f); do grep --quiet "${i}" /var/db/pkg/*/*/CONTENTS || echo ${i}; done)
fi
+ if [ "${clst_livecd_xsession}" == "gnome" ]
+ then
+# gconftool-2 --direct \
+# --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
+# --type string --set /desktop/gnome/interface/gtk_key_theme Crux
+# gconftool-2 --direct \
+# --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
+# --type string --set /desktop/gnome/interface/gtk_theme Crux
+ gconftool-2 --direct \
+ --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
+ --type string --set /desktop/gnome/interface/icon_theme Crux
+ gconftool-2 --direct \
+ --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
+ --type string --set /desktop/gnome/interface/theme Crux
+ gconftool-2 --direct \
+ --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
+ --type string --set /apps/metacity/general/theme Crux
+ gconftool-2 --direct \
+ --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
+ --type string --set /desktop/gnome/interface/gtk_key_theme \
+ Clearlooks
+ gconftool-2 --direct \
+ --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
+ --type string --set /desktop/gnome/interface/gtk_theme \
+ Clearlooks
+ gconftool-2 --direct \
+ --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
+ --type string --set /desktop/gnome/interface/font_name "Sans 9"
+ fi
+
# This is my hack to reduce tmpfs usage
mkdir -p /usr/livecd
mv -f /usr/portage/profiles /usr/livecd