From 349b1e8d374f4227d6d985987b61a0e367b73161 Mon Sep 17 00:00:00 2001 From: jean-michel <jean-michel@obarun.org> Date: Sun, 5 May 2019 02:08:38 +0200 Subject: [PATCH] 'Merge' customizeChroot from 'dev-jm' branch --- 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