Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1355 - in trunk: . targets/support
Date: Wed, 05 Mar 2008 17:03:13
Message-Id: E1JWx1K-0002aH-IN@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-03-05 17:03:09 +0000 (Wed, 05 Mar 2008)
3 New Revision: 1355
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/support/livecdfs-update.sh
8 Log:
9 The default theme for GNOME is now Clearlooks, so we can remove the theme code, but we still want to set the font size.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-03-05 16:59:33 UTC (rev 1354)
14 +++ trunk/ChangeLog 2008-03-05 17:03:09 UTC (rev 1355)
15 @@ -3,6 +3,11 @@
16
17 05 Mar 2008; Chris Gianelloni <wolf31o2@g.o>
18 targets/support/livecdfs-update.sh:
19 + The default theme for GNOME is now Clearlooks, so we can remove the theme
20 + code, but we still want to set the font size.
21 +
22 + 05 Mar 2008; Chris Gianelloni <wolf31o2@g.o>
23 + targets/support/livecdfs-update.sh:
24 We need to put quotes around ${user_comment} or useradd gets confused.
25
26 05 Mar 2008; Chris Gianelloni <wolf31o2@g.o>
27
28 Modified: trunk/targets/support/livecdfs-update.sh
29 ===================================================================
30 --- trunk/targets/support/livecdfs-update.sh 2008-03-05 16:59:33 UTC (rev 1354)
31 +++ trunk/targets/support/livecdfs-update.sh 2008-03-05 17:03:09 UTC (rev 1355)
32 @@ -261,28 +261,14 @@
33
34 touch /etc/startx
35 ;;
36 - gentoo-release-livecd )
37 + gentoo-release-livecd)
38 # Setup Gnome theme
39 -# if [ "${clst_livecd_xsession}" == "gnome" ]
40 -# then
41 -# gconftool-2 --direct \
42 -# --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
43 -# --type string --set /desktop/gnome/interface/theme Clearlooks
44 -# gconftool-2 --direct \
45 -# --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
46 -# --type string --set /apps/metacity/general/theme Clearlooks
47 -# gconftool-2 --direct \
48 -# --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
49 -# --type string --set /desktop/gnome/interface/gtk_key_theme \
50 -# Clearlooks
51 -# gconftool-2 --direct \
52 -# --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
53 -# --type string --set /desktop/gnome/interface/gtk_theme \
54 -# Clearlooks
55 -# gconftool-2 --direct \
56 -# --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
57 -# --type string --set /desktop/gnome/interface/font_name "Sans 9"
58 -# fi
59 + if [ "${clst_livecd_xsession}" == "gnome" ]
60 + then
61 + gconftool-2 --direct \
62 + --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
63 + --type string --set /desktop/gnome/interface/font_name "Sans 9"
64 + fi
65
66 # Setup GDM
67 if [ "${clst_livecd_xdm}" == "gdm" ]
68
69 --
70 gentoo-commits@l.g.o mailing list