From 6cc5131cdd288edf1a49e7951a2fd286350155cd Mon Sep 17 00:00:00 2001 From: David Baudens Date: Thu, 9 Sep 2004 00:13:02 +0000 Subject: compssUsers.pl and rpmsrate for 10.1 Community --- perl-install/share/compssUsers.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'perl-install/share/compssUsers.pl') diff --git a/perl-install/share/compssUsers.pl b/perl-install/share/compssUsers.pl index 7d38338cf..08c637e21 100644 --- a/perl-install/share/compssUsers.pl +++ b/perl-install/share/compssUsers.pl @@ -34,6 +34,7 @@ N_("Development") => { label => N_("Development"), descr => N_("C and C++ development libraries, programs and include files"), flags => [ qw(DEVELOPMENT EDITORS) ], + default_selected => 1, }, { label => N_("Documentation"), descr => N_("Books and Howto's on Linux and Free Software"), @@ -86,16 +87,16 @@ N_("Graphical Environment") => [ { label => N_("KDE Workstation"), descr => N_("The K Desktop Environment, the basic graphical environment with a collection of accompanying tools"), - flags => [ qw(KDE X) ], + flags => [ qw(KDE X ACCESSIBILITY) ], default_selected => 1, }, { label => N_("GNOME Workstation"), descr => N_("A graphical environment with user-friendly set of applications and desktop tools"), - flags => [ qw(GNOME X) ], + flags => [ qw(GNOME X ACCESSIBILITY) ], }, { label => N_("Other Graphical Desktops"), descr => N_("Icewm, Window Maker, Enlightenment, Fvwm, etc"), - flags => [ qw(GRAPHICAL_DESKTOP X) ], + flags => [ qw(GRAPHICAL_DESKTOP X ACCESSIBILITY) ], }, ], }; -- cgit v1.2.1