Página 1 de 1

Instalar xfce4 en Raspbian Jessie Lite.

Publicado: 09 Jun 2017, 13:34
por ramses.sevilla
Hola a tod@s,

He intentado instalar xfce4 en Raspbian Jessie Lite pero tras instalarlo no me inicia cuando ejecuto startxfce4, me da un error.

He instalado xfce4 con:

apt-get install xfce4

--------------------------------------------------------------------------
root@raspberrypi:/# apt-get install xfce4
Reading package lists... Done
Building dependency tree
Reading state information... Done
xfce4 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@raspberrypi:/#
--------------------------------------------------------------------------

Y no me mostró ningún error.

Intento iniciarlo con xfce4 con:

startxfce4

Y me muestra el siguiente error:

--------------------------------------------------------------------------
root@raspberrypi:/# startxfce4
/usr/bin/startxfce4: Starting X server
/usr/bin/startxfce4: 118: exec: xinit: not found
root@raspberrypi:/#
--------------------------------------------------------------------------

¿Habéis instalado alguno xfce4 en una Raspberry 2 con Raspbian Jessie Lite y os ha funcionado?

¿Algún truco?


Saludos y gracias,

Ramses

Re: Instalar xfce4 en Raspbian Jessie Lite.

Publicado: 23 Jun 2017, 20:43
por caylus
Te falta instalar xfce4-terminal

sudo apt-get install xfce4-terminal

Abrazos
:guiño2

Re: Instalar xfce4 en Raspbian Jessie Lite.

Publicado: 26 Jun 2017, 21:41
por Quake3
Te falta instalar el paquete xinit:

apt-get install xinit

Salu2