On Thu, Dec 11, 2014 at 07:03:27AM +0100, bodie wrote:
> Hi,
> 
> starting Firefox result in:
> 
> $ firefox
> Gtk-Message: Failed to load module "canberra-gtk-module"
> 
> there are 3 versions available on mirror:
> 
> $ pkg_info -Q canberra
> libcanberra-0.30p1
> libcanberra-gtk-0.30p1
> libcanberra-gtk3-0.30p1
> $
> 
> but no one of them is installed:
> 
> $ pkg_info | grep -i canberra
> $
> 
> 
> $ sysctl kern.version
> kern.version=OpenBSD 5.6-current (GENERIC.MP) #668: Wed Dec 10 12:43:55 MST
> 2014
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> 
> $
> 
> 
> Is it a missing dependency?

No. It's totally optional.
GTK+2 will try to load it and if it does not exist, it will warn but that's all.
In your case, to make the warning go away you can 'pkg_add libcanberra-gtk'.

-- 
Antoine

Reply via email to