diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2005-09-08 14:17:06 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2005-09-08 14:17:06 +0000 |
commit | 7cee641ea178b9ccc1cb6e5b097108e61f43c4be (patch) | |
tree | c9e7ee9491f0884444ac0f3c6dee7237e87b561f /yuminstall.py | |
parent | 20f84d52a7681c830dc8b6427b2aaffdbaf49371 (diff) | |
download | anaconda-7cee641ea178b9ccc1cb6e5b097108e61f43c4be.tar.gz anaconda-7cee641ea178b9ccc1cb6e5b097108e61f43c4be.tar.xz anaconda-7cee641ea178b9ccc1cb6e5b097108e61f43c4be.zip |
Set default desktop for moment
Diffstat (limited to 'yuminstall.py')
-rw-r--r-- | yuminstall.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yuminstall.py b/yuminstall.py index 844a07c8d..37d852d0a 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -257,6 +257,7 @@ class YumBackend(AnacondaBackend): self.ayum.setGroupSelection(["Base"], intf) self.ayum.setGroupSelection(["Workstation Common"], intf) self.ayum.setGroupSelection(["GNOME Desktop Environment"], intf) + id.desktop.setDefaultDesktop("GNOME") def doPostSelection(self, intf, id, instPath): |