From e53a7b031e172554e72e08bc3f108b7be87727fc Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sun, 8 Jul 2018 20:38:23 +0300 Subject: [PATCH] regular.mk: change lightdm-gtk-greeter to slick-greeter ...as gtk one is quite bare to be frank. --- conf.d/regular.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 5c340b1e..df4f084b 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -36,7 +36,7 @@ distro/.regular-desktop: distro/.regular-wm \ @$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd) @$(call set,KFLAVOURS,std-def) -distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/gtk +plymouth; @: +distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/slick +plymouth; @: distro/.regular-sysv: distro/.regular-wm +sysvinit \ use/init/sysv/consolekit; @: distro/.regular-sysv-gtk: distro/.regular-sysv use/syslinux/ui/gfxboot \ @@ -107,7 +107,7 @@ distro/.regular-install-x11-full: distro/.regular-install-x11 \ @$(call add,DEFAULT_SERVICES_ENABLE,alteratord) distro/regular-icewm: distro/.regular-sysv-gtk +icewm +nm \ - use/x11/lightdm/gtk use/init/sysv/polkit use/deflogin/sysv/nm \ + use/x11/lightdm/slick use/init/sysv/polkit use/deflogin/sysv/nm \ use/browser/chromium use/fonts/ttf/redhat use/efi/refind @$(call add,LIVE_LISTS,$(call tags,desktop nm)) @$(call add,LIVE_LISTS,$(call tags,regular icewm))