Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@localhost.localdomain>2008-11-30 13:16:07 (GMT)
committer root <root@localhost.localdomain>2008-11-30 13:16:07 (GMT)
commit1607f8950d1b49bb1d38cd0ea6006b803a0c5290 (patch)
treea8a87c39d2db398ea314fd2091d01e397c98a152
parent53094133a536e60b68dfbf0ac49b36dd173a55b1 (diff)
Add GNOME as an alternative desktop.
-rw-r--r--soas.ks29
1 files changed, 16 insertions, 13 deletions
diff --git a/soas.ks b/soas.ks
index 07ba559..9f59916 100644
--- a/soas.ks
+++ b/soas.ks
@@ -9,6 +9,16 @@ repo --name=sugar --baseurl=http://download.sugarlabs.org/sugar/repos/fedora-10-
%packages
+@games
+@graphical-internet
+@graphics
+@sound-and-video
+@gnome-desktop
+nss-mdns
+NetworkManager-vpnc
+NetworkManager-openvpn
+abiword
+
# sugar!
@sugar-desktop
@@ -18,15 +28,6 @@ sugar-turtleart
# display manager
slim
-# exclude input methods
--scim*
--m17n*
-
-# These fonts are only used in the commented-out locales above
--lklug-fonts
--abyssinica-fonts
--jomolhari-fonts
-
# avoid weird case where we pull in more festival stuff than we need
festival
festvox-slt-arctic-hts
@@ -40,13 +41,14 @@ festvox-slt-arctic-hts
-words
# save some space
--yelp
-gnome-user-docs
-gimp-help
-gimp-help-browser
-evolution-help
-gnome-games
-gnome-games-help
+totem-gstreamer
+-totem-xine
-nss_db
-vino
-isdn4k-utils
@@ -60,6 +62,7 @@ festvox-slt-arctic-hts
-ekiga
-tomboy
-f-spot
+
%end
%post
@@ -84,9 +87,9 @@ default_user liveuser
FOE
# setup xinitrc
-echo "ck-xinit-session sugar" > /home/liveuser/.xinitrc
-chmod a+x /home/liveuser/.xinitrc
-chown liveuser:liveuser /home/liveuser/.xinitrc
+echo "sugar" > /home/liveuser/.Xclients
+chmod a+x /home/liveuser/.Xclients
+chown liveuser:liveuser /home/liveuser/.Xclients
EOF