I have cross-compiled VLC (version 2.1.2) media player using buildroot for an arm board. I have connected the board to my linux PC using serial cable. When I try to run the player using "vlc" command in minicom, which is located in /usr/bin of my root filesystem. I get the following error:
inhibit interface error: Failed to connect to the D-Bus session daemon: /usr/bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.
Can anyone please clarify what this error means and also can any one please tell me what is a dbus and why it is required for my VLC player.
Thanks for any help.
/usr/bin/X
. Which desktop do you use? KDE? Gnome? Unity? Which Linux distribution? – Geometrystartx
to start your X11 server. If that fails do justX
as root and see what happens. – Pamphleteer