diff options
Diffstat (limited to 'perl-install/share/compssUsers.pl')
-rw-r--r-- | perl-install/share/compssUsers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/compssUsers.pl b/perl-install/share/compssUsers.pl index 652245c8d..31bddec62 100644 --- a/perl-install/share/compssUsers.pl +++ b/perl-install/share/compssUsers.pl @@ -146,12 +146,12 @@ 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 ACCESSIBILITY) ], + flags => [ qw(KDE X ACCESSIBILITY THEMES) ], default_selected => !$low_resources, }, { label => N_("GNOME Workstation"), descr => N_("A graphical environment with user-friendly set of applications and desktop tools"), - flags => [ qw(GNOME X ACCESSIBILITY) ], + flags => [ qw(GNOME X ACCESSIBILITY THEMES) ], }, { label => N_("IceWm Desktop"), flags => [ qw(ICEWM X ACCESSIBILITY) ], |