Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 742302

Summary: games-board/xboard - Failed to load module "canberra-gtk-module"
Product: Gentoo Linux Reporter: Martin Cihlář <martin.cibule>
Component: Current packagesAssignee: Gentoo Games <games>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin Cihlář 2020-09-13 08:50:05 UTC
Xboard uses libcanberra for sound effects but since it's still based on GTK+ 2 and I have USE="gtk3 -gtk" for media-libs/libcanberra, I get the following warning:
> Gtk-Message: 10:21:29.616: Failed to load module "canberra-gtk-module" 

I suggest maybe having a "sound" USE flag and something like this in the ebuild's RDEPEND:
"sound? ( media-libs/libcanberra[gtk] )"

Or maybe a hard dep with no USE flag at all...