lbeaucourt/Object-detection

Gtk-Message: Failed to load module "canberra-gtk-module"

seropian opened this issue · 1 comments

when starting the docker this is the first message coming:

=====================================================================
Starting video acquisition. Press 'q' (on the video windows) to stop.
=====================================================================

Gtk-Message: Failed to load module "canberra-gtk-module"

I fixed this by adding to the docker file:

# Install lib canberrra
RUN apt-get install libcanberra-gtk-module -y

Hello @seropian

First, sorry to answer so late!

Good if you managed to solve your problem. May ask you what is your OS and if you had used the Dockerfile I provided? I'm using Ubuntu 16.04 and I haven't seen this error.

Bye.