Instalé el reproductor de videolan
sudo apt-get install vlc-nox
pero ahora si desde el terminal escribo vlc
, en lugar de que aparezca una GUI, obtengo esto en el terminal:
fdr@maggie:~$ vlc
VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)
[0x27e2b18] main interface error: no suitable interface module
[0x25ea198] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x25ea198] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x26bb4b8] [cli] lua interface: Listening on host "*console".
VLC media player 2.0.3 Twoflower
Command Line Interface initialized. Type `help' for help.
Entonces la pregunta es:
¿Cómo inicio la GUI de videolan (como la que se ejecuta en Windows)?
vlc-nox
lugar de vlc
.