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.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 42a208359..570591748 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -644,6 +644,8 @@ sub get_autologin() {
my %desktop_to_dm = (
GNOME => 'gdm',
KDE4 => 'kdm',
+ xfce4 => 'gdm',
+ LXDE => 'gdm',
);
my %dm_canonical = (
gnome => 'gdm',