diff options
| author | Papoteur <papoteur@mageia.org> | 2025-10-10 17:02:05 +0200 |
|---|---|---|
| committer | Papoteur <papoteur@mageia.org> | 2025-10-23 10:21:50 +0200 |
| commit | d45506bfa1ec98c00e215cb47b122afa5b61ee5f (patch) | |
| tree | edf4015ad824607e12deaddeb05b79698adfcf83 /perl-install/install | |
| parent | befc6dd02ebb2efaf7b6c437df656f270bb5270e (diff) | |
| download | drakx-d45506bfa.tar drakx-d45506bfa.tar.gz drakx-d45506bfa.tar.bz2 drakx-d45506bfa.tar.xz drakx-d45506bfa.zip | |
Use task-plasma-minimal instead of task-plasma5-minimal (mga#33383)
Diffstat (limited to 'perl-install/install')
| -rw-r--r-- | perl-install/install/NEWS | 1 | ||||
| -rw-r--r-- | perl-install/install/steps_interactive.pm | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 7a04171cb..9a6552f2a 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- use task-plasma-minimal instead of task-plasma5-minimal - use mutter with X11 backend - Create /etc while creating installer system - Adapt to latest gdk-pixbuf changes and use glycin to load images diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 4dc48acef..55985e01a 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -387,7 +387,7 @@ sub choosePackages { my ($individual, $chooseGroups); if (!$o->{isUpgrade}) { - my $tasks_ok = install::pkgs::packageByName($o->{packages}, 'task-plasma5-minimal') && + my $tasks_ok = install::pkgs::packageByName($o->{packages}, 'task-plasma-minimal') && install::pkgs::packageByName($o->{packages}, 'task-gnome-minimal'); if ($tasks_ok && $availableC >= 2_500_000_000) { _chooseDesktop($o, $o->{rpmsrate_flags_chosen}, \$chooseGroups); @@ -452,7 +452,7 @@ sub _chooseDesktop { my ($o, $rpmsrate_flags_chosen, $chooseGroups) = @_; my @l = group_by2( - PLASMA5 => N("Plasma"), + PLASMA => N("Plasma"), GNOME => N("GNOME"), Custom => N("Custom"), ); @@ -471,7 +471,7 @@ sub _chooseDesktop { } my $desktop = $choice->[0]; log::l("chosen Desktop: $desktop"); - my @desktops = ('PLASMA5', 'GNOME'); + my @desktops = ('PLASMA', 'GNOME'); if (member($desktop, @desktops)) { my ($want, $dontwant) = ($desktop, grep { $desktop ne $_ } @desktops); $rpmsrate_flags_chosen->{"CAT_$want"} = 1; |
