From: Chris Gianelloni Date: Thu, 8 Dec 2005 03:38:10 +0000 (+0000) Subject: Added fun gnome theme stuff to livecdfs-update.sh for the official Gentoo LiveCD. X-Git-Tag: CATALYST_2_0_6_916~548 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=636394dfe0746b0685a87eed88c66d3215307035;p=catalyst.git Added fun gnome theme stuff to livecdfs-update.sh for the official Gentoo LiveCD. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@946 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index e858aa35..1e338b2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ # 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 + targets/support/livecdfs-update.sh: + Added fun gnome theme stuff to livecdfs-update.sh for the official Gentoo + LiveCD. 08 Dec 2005; Chris Gianelloni files/catalyst.conf: Turning off autoresume of doom until I can get more testing. I've had diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 9817094e..e028ad3b 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -1,7 +1,7 @@ #!/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 @@ -247,6 +247,36 @@ case ${clst_livecd_type} in /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