From 4a49aaeae0259dd638392f92f66855db41199f8a Mon Sep 17 00:00:00 2001 From: jean-michel <jean-michel@obarun.org> Date: Sun, 5 May 2019 02:07:21 +0200 Subject: [PATCH] time to sleep ... --- plasma/customizeChroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plasma/customizeChroot b/plasma/customizeChroot index bcc5a6b..298a1a3 100755 --- a/plasma/customizeChroot +++ b/plasma/customizeChroot @@ -71,8 +71,8 @@ config_66(){ # avoid permissions access issue chown -R ${NEWUSER}:users /run/66 - out_action "Create tree graphics for ${NEWUSER}, enables and makes it current" - su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics" + out_action "For ${NEWUSER}: Create, enable tree [gui] and set as current" + su "${NEWUSER}" -c "66-tree -v3 -nEc gui" out_action "Enable dbus-user and xdg-user-dirs on tree [gui]" su "${NEWUSER}" -c "66-enable -v3 -t gui dbus-user xdg-user-dirs" -- GitLab