Solved gnome-mplayer does not start

Hi,
I am new to FreeBSD, made a wlan-network-install (11.0) with no complaints on an 11 years old Medion laptop, installed with pkg install Xorg i3 mc alpine dillo geany edpfview cups xsane xine vlc gnome-mplayer

My old scanner and printer are working well.

But gnome-mplayer does not start; the message is:

Code:
 /usr/local/lib/libdbus-1.so.3 version LIBDBUS_1_3 required by
 /usr/local/bin/gnome-mplayer not defined.
/usr/local/lib contains (mc-output):
Code:
libdbus-1.a
@libdbus-1.so
@libdbus-1.so.3
*libdbus-1.so.3.8.13
So what to do? Thanks.

ptr
 
Last edited by a moderator:
I did
Code:
# pkg install dbus
# pkg install libdvdcss
# service dbus onestart
and gnome-mplayer is running.
 
If devel/dbus is required for the software to run ensure that you put
Code:
dbus_enable="YES"
in the /etc/rc.conf file to ensure that it is available after you next restart your machine.
 
Back
Top