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")