Code: Select all
/usr/bin/startxfce4: X server already running on display :0.0
Thanks in Advance

Code: Select all
/usr/bin/startxfce4: X server already running on display :0.0
Code: Select all
echo "$0: X server already running on display $DISPLAY"Code: Select all
prog=xinit

Code: Select all
#DISPLAY DEFAULT=${REMOTEHOST}:0.0 OVERRIDE=${DISPLAY}Code: Select all
unset DISPLAY && startxfce4Code: Select all
cp /etc/xfce4/xinitrc ~/.xinitrc
Thx! You're Welcome!Avenger902 wrote:Thanks for the Suggestions PT_LAmb... I got it to work!