Skip to content
Snippets Groups Projects
Commit 45960ba8 authored by jean-michel's avatar jean-michel
Browse files

switch from .xsession in favor of .zprofile to be able to use startx command line

parent 7bd62d3f
Branches
Tags
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment