diff --git a/scripts/proot_debian/startxfce4_debian.sh b/scripts/proot_debian/startxfce4_debian.sh index 1b8519e..899e6ab 100644 --- a/scripts/proot_debian/startxfce4_debian.sh +++ b/scripts/proot_debian/startxfce4_debian.sh @@ -22,6 +22,6 @@ sleep 1 # See also: https://github.com/termux/proot-distro # Argument -- acts as terminator of proot-distro login options processing. # All arguments behind it would not be treated as options of PRoot Distro. -proot-distro login debian --shared-tmp -- /bin/bash -c 'export PULSE_SERVER=127.0.0.1 && export XDG_RUNTIME_DIR=${TMPDIR} && su - droidmaster -c "env DISPLAY=:0 startxfce4"' +proot-distro login debian --shared-tmp -- /bin/bash -c 'export PULSE_SERVER=127.0.0.1 && export XDG_RUNTIME_DIR=${TMPDIR} && su - Aaron DISPLAY=:0 startxfce4"' exit 0