aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2007-11-17 20:12:40 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2007-11-17 20:12:40 +0000
commit5ed72ecb366741c1a6cb071919e002fa5297a1b0 (patch)
tree3082a27ba73ee3024cc7c79ec41dd0dedacab336
parentmodify root mountpoint check in gli-dialog to use a for/else and notify the u... (diff)
downloadgli-5ed72ecb366741c1a6cb071919e002fa5297a1b0.tar.gz
gli-5ed72ecb366741c1a6cb071919e002fa5297a1b0.tar.bz2
gli-5ed72ecb366741c1a6cb071919e002fa5297a1b0.zip
add xdm, gdm, and kdm to package list
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1866 f8877401-5920-0410-a79b-8e2d7e04ca0d
-rw-r--r--ChangeLog4
-rw-r--r--src/GLIInstallProfile.py3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b15548..57ea8a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.686 2006/09/15 16:37:11 agaffney Exp $
17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
+ src/GLIInstallProfile.py:
+ add xdm, gdm, and kdm to package list
+
+ 17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
src/fe/dialog/gli-dialog.py:
modify root mountpoint check in gli-dialog to use a for/else and notify the
user why they're not being allowed to leave the screen
diff --git a/src/GLIInstallProfile.py b/src/GLIInstallProfile.py
index 9ee7378..e11ee1b 100644
--- a/src/GLIInstallProfile.py
+++ b/src/GLIInstallProfile.py
@@ -654,6 +654,9 @@ class InstallProfile:
"x11-wm/icewm": _(u"IceWM is designed for speed, size, and simplicity"),
"x11-wm/windowmaker": _(u"Windowmaker is a window manager featuring the look and feel of NEXTSTEP"),
"xfce-base/xfce4": _(u"XFCE Desktop Environment"),
+ "x11-apps/xdm": _(u"X Display Manager"),
+ "gnome-base/gdm": _(u"GNOME Display Manager"),
+ "kde-base/kdm": _(u"KDE Display Manager"),
"x11-base/xorg-x11": _(u"An X11 implementation maintained by the X.Org Foundation") }),
'Misc': (_(u"Miscellaneous Applications you may want."),
{"net-p2p/bittorrent": _(u"tool for distributing files via a distributed network of nodes"),