Instalar xfce4 en Raspbian Jessie Lite.

Discusión general sobre Raspberry Pi
Responder
ramses.sevilla
Pi Newbie
Pi Newbie
Mensajes: 3
Registrado: 07 Jun 2017, 21:23
Agradecido: 0
Agradecimiento recibido: 0

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
caylus
Pi Master
Pi Master
Mensajes: 420
Registrado: 22 Jun 2017, 09:27
Agradecido: 33 veces
Agradecimiento recibido: 71 veces

Te falta instalar xfce4-terminal

sudo apt-get install xfce4-terminal

Abrazos
:guiño2
La chica de la lluvia.
Life isn't about waiting for the storm to pass. It's about learning to dance in the rain.
Vivian Greene
Imagen
Avatar de Usuario
Quake3
Pi Newbie
Pi Newbie
Mensajes: 2
Registrado: 26 Jun 2017, 20:28
Agradecido: 0
Agradecimiento recibido: 0

Te falta instalar el paquete xinit:

apt-get install xinit

Salu2
Responder