From 45960ba8a75bfa683c8d79b83d6266ee38eb847c Mon Sep 17 00:00:00 2001
From: jean-michel <jean-michel@obarun.org>
Date: Mon, 8 Apr 2019 14:26:05 +0200
Subject: [PATCH] switch from .xsession in favor of .zprofile to be able to use
 startx command line

---
 plasma/customizeChroot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasma/customizeChroot b/plasma/customizeChroot
index 5ec5c43..e684f08 100755
--- a/plasma/customizeChroot
+++ b/plasma/customizeChroot
@@ -96,7 +96,7 @@ EOF"
     su "${NEWUSER}" -c "chmod 750 /home/${NEWUSER}/.scandir"
     
     out_action "Create ${NEWUSER} .xsession file"
-    su "${NEWUSER}" -c "cat > /home/${NEWUSER}/.xsession <<EOF
+    su "${NEWUSER}" -c "cat > /home/${NEWUSER}/.zprofile <<EOF
 ## Execute scandir script
 ## Send a down signal, or 'could not sync environment to dbus' with sddm when user logout/login 
 ## Send an up signal for services inside tree [gui]
-- 
GitLab