diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 938af2372..0c7110da9 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -766,7 +766,7 @@ sub get_autologin() { my $desktop = $desktop{DESKTOP} || first(sessions()); my %desktop_to_dm = ( GNOME => 'gdm', - PLASMA => 'sddm', + Plasma => 'sddm', Xfce => 'lightdm', LXDE => 'lxdm', ); |