aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
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
Diffstat (limited to 'src')
-rw-r--r--src/GLIInstallProfile.py3
1 files changed, 3 insertions, 0 deletions
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"),