The default theme for GNOME is now Clearlooks, so we can remove the theme code, but...
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 5 Mar 2008 17:03:09 +0000 (17:03 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 5 Mar 2008 17:03:09 +0000 (17:03 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1355 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index e9aeef111ba1b6dd207e5e714e1aa64eb1a534c7..6daf94bf7fcd9bff209bd8b2c54c124ab39effca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  05 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  The default theme for GNOME is now Clearlooks, so we can remove the theme
+  code, but we still want to set the font size.
+
   05 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/livecdfs-update.sh:
   We need to put quotes around ${user_comment} or useradd gets confused.
index 204224228f6b63f4915ba41ed015be5cd21c67be..dcf1d0b3912550c33d5b4c03f2271b26184240c0 100755 (executable)
@@ -261,28 +261,14 @@ case ${clst_livecd_type} in
 
                touch /etc/startx
                ;;
-       gentoo-release-livecd )
+       gentoo-release-livecd)
                # Setup Gnome theme
-#              if [ "${clst_livecd_xsession}" == "gnome" ]
-#              then
-#                      gconftool-2 --direct \
-#                              --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
-#                              --type string --set /desktop/gnome/interface/theme Clearlooks
-#                      gconftool-2 --direct \
-#                              --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
-#                              --type string --set /apps/metacity/general/theme Clearlooks
-#                      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
+               if [ "${clst_livecd_xsession}" == "gnome" ]
+               then
+                       gconftool-2 --direct \
+                               --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
+                               --type string --set /desktop/gnome/interface/font_name "Sans 9"
+               fi
 
                # Setup GDM
                if [ "${clst_livecd_xdm}" == "gdm" ]