From b51f54d2b0e6bea37a00f1ef646a9f42d9a7eebe Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 25 Jul 2020 13:14:22 -0500 Subject: Replace references to ConsoleKit with elogind --- devel/script/2_keys.xml | 2 +- ui/qt5/horizonwizard.cc | 4 ++-- 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 The <literal>svcenable</literal> Key — Typical Desktop svcenable dbus -svcenable consolekit +svcenable elogind svcenable sddm This configures the target computer to start up a display manager and its required daemons during system boot, enabling graphical logins. 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: -- cgit v1.2.3-70-g09d2