diff --git a/plasma/customizeChroot b/plasma/customizeChroot index bcc5a6b10241a8358e69811434cbe51c8b0c7967..298a1a320ec71a29e813b30fd4aca6961c81775a 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"