Ich habe den Videolan-Player installiert
sudo apt-get install vlc-nox
Aber jetzt, wenn ich vom Terminal aus tippe vlc
, anstatt dass eine GUI angezeigt wird, erhalte ich dies im 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.
Die Frage ist also:
Wie starte ich die Videolan-Benutzeroberfläche (wie die, die unter Windows ausgeführt wird)?
vlc-nox
statt vlc
.