1 2 3 4 5 6 7 8
#!/usr/bin/env bash #started creation of this file 23may2013 # # echo "starting the X session, Billy" >&2 #export XAUTHORITY=/home/sysop/.Xauthority exec startxfce4 --with-ck-launch > /home/sysop/errors-boot.txt 2>&1 #end