summaryrefslogtreecommitdiffstats
path: root/perl-install/share/compssUsers.pl
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2004-09-09 00:13:02 +0000
committerDavid Baudens <baudens@mandriva.com>2004-09-09 00:13:02 +0000
commit6cc5131cdd288edf1a49e7951a2fd286350155cd (patch)
treefc611af1d7de2e8adf640be98bd1c6f3bf43d066 /perl-install/share/compssUsers.pl
parent3e2e308bb47af3a997ff66ecb99336e5635792d8 (diff)
downloaddrakx-backup-do-not-use-6cc5131cdd288edf1a49e7951a2fd286350155cd.tar
drakx-backup-do-not-use-6cc5131cdd288edf1a49e7951a2fd286350155cd.tar.gz
drakx-backup-do-not-use-6cc5131cdd288edf1a49e7951a2fd286350155cd.tar.bz2
drakx-backup-do-not-use-6cc5131cdd288edf1a49e7951a2fd286350155cd.tar.xz
drakx-backup-do-not-use-6cc5131cdd288edf1a49e7951a2fd286350155cd.zip
compssUsers.pl and rpmsrate for 10.1 Community
Diffstat (limited to 'perl-install/share/compssUsers.pl')
-rw-r--r--perl-install/share/compssUsers.pl7
1 files changed, 4 insertions, 3 deletions
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) ],
},
],
};