summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index d0e63cf03..1cf6d3841 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -684,13 +684,13 @@ sub get_autologin() {
my $desktop = $desktop{DESKTOP} || first(sessions());
my %desktop_to_dm = (
GNOME => 'gdm',
- KDE4 => 'kdm',
+ PLASMA => 'sddm',
xfce4 => 'lightdm',
LXDE => 'lxdm',
);
my %dm_canonical = (
gnome => 'gdm',
- kde => 'kdm',
+ plasma => 'sddm',
);
my $dm =
lc($desktop{DISPLAYMANAGER}) ||