Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: MMp131316 on April 05, 2014, 04:45:58 PM

Title: A13 Debian 4GB SD-card image armel (softfloat) with: MONO complete
Post by: MMp131316 on April 05, 2014, 04:45:58 PM
Hello,
I am trying to start XFCE4 and I do not have any success!!
I have tried the following :


There are three different ways to do this:

    You can just login with the command startxfce4
    You can add exec startxfce4 to your .xinitrc in your home directory and simply use startx.
    You put the following in your .bash_profile/.bashrc if you want that Xfce is started automatically when you login on tty1:

if [ "$(tty)" = "/dev/tty1" -o "$(tty)" = "/dev/vc/1" ] ; then
  startxfce4
fi

None of these worked!!!. Is there a problem with XFCE4 on A13 ??? If not is there someone who has done this before??