summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b12b9785f..9de710d07 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -767,7 +767,7 @@ sub get_autologin() {
my %desktop_to_dm = (
GNOME => 'gdm',
PLASMA => 'sddm',
- xfce4 => 'lightdm',
+ Xfce => 'lightdm',
LXDE => 'lxdm',
);
my $dm =
@@ -1133,7 +1133,7 @@ sub format_wm {
'plasma-mediacenter' => 'Plasma Mediacenter',
'01plasma' => 'Plasma',
sugar => 'Sugar',
- xfce => 'XFCE',
+ xfce => 'Xfce',
}->{$wm};
}