From c8f37aac447051360c2a3ae95a77737b286f12bd Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 21 Sep 2023 18:51:30 +0300 Subject: [PATCH] sddm --- desktop/misc/sddm/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/misc/sddm/actions.py b/desktop/misc/sddm/actions.py index e266b0d3d3..8125f2eb25 100644 --- a/desktop/misc/sddm/actions.py +++ b/desktop/misc/sddm/actions.py @@ -37,8 +37,8 @@ def install(): shelltools.system('sed -i "s@system-local-login@system-login@" ' + get.installDIR() + "/etc/pam.d/sddm-autologin") - pisitools.insinto("/usr/share/sddm/themes/Sweet-Cat", "../Sweet-Cat-0.1/*") - pisitools.insinto("/usr/share/sddm/themes/Pisi-Nar", "../pisiNar3-sddm-theme-pisinar3-V1.2/*") + # pisitools.insinto("/usr/share/sddm/themes/Sweet-Cat", "../Sweet-Cat-0.1/*") + pisitools.insinto("/usr/share/sddm/themes/Pisilinux234V2", "../Pisilinux234V2-sddm-themes-1.0/*") pisitools.dodoc("../LICENSE")