Added fun gnome theme stuff to livecdfs-update.sh for the official Gentoo LiveCD.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 8 Dec 2005 03:38:10 +0000 (03:38 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 8 Dec 2005 03:38:10 +0000 (03:38 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@946 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index e858aa3516ba8ad330dfa0c410d761fd886f9be3..1e338b2c659cc5a68d2c9548beeee2ca005b18a0 100644 (file)
--- 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 <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
index 9817094ed0c7ca786d073a875a5ec629ce5e4382..e028ad3b5b18e72172277301be68a044833dd454 100755 (executable)
@@ -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