summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/script/2_keys.xml2
-rw-r--r--ui/qt5/horizonwizard.cc4
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml
index 4438881..9ffeba8 100644
--- a/devel/script/2_keys.xml
+++ b/devel/script/2_keys.xml
@@ -655,7 +655,7 @@ svcenable udev-trigger boot
<title>The <literal>svcenable</literal> Key &mdash; Typical Desktop</title>
<programlisting>
svcenable dbus
-svcenable consolekit
+svcenable elogind
svcenable sddm
</programlisting>
<para>This configures the target computer to start up a display manager and its required daemons during system boot, enabling graphical logins.</para>
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index d87e041..92b81db 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -633,13 +633,13 @@ QString HorizonWizard::toHScript() {
lines << "pkginstall adelie-base-posix firefox-esr libreoffice "
"thunderbird vlc kde x11 bluez sddm";
lines << "svcenable bluetooth";
- lines << "svcenable consolekit";
+ lines << "svcenable elogind";
lines << "svcenable sddm";
break;
case Compact:
lines << "pkginstall adelie-base netsurf featherpad lxqt-desktop "
"abiword gnumeric sddm xorg-apps xorg-drivers xorg-server";
- lines << "svcenable consolekit";
+ lines << "svcenable elogind";
lines << "svcenable sddm";
break;
case TextOnly: