Bug 456777 - gtk module loading gotcha
Summary: gtk module loading gotcha
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libcanberra
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Lennart Poettering
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-07-27 00:36 UTC by Matthias Clasen
Modified: 2008-07-27 21:55 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-07-27 21:55:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Matthias Clasen 2008-07-27 00:36:31 UTC
[mclasen@localhost Desktop]$ gedit
Gtk-Message: Failed to load module "libcanberra-gtk-module":
libcanberra-gtk-module.so: cannot open shared object file: No such file or directory

If you look at the module loading code in glib, you have to either 
strip the lib or add the .so. The customary solution is to strip the lib.

With that correction, the module gets loaded, but...

[mclasen@localhost Desktop]$ GTK_MODULES=canberra-gtk-module:gail:atk-bridge gedit

** (gedit:8405): WARNING **: Failed to play event sound: System error


I've looked, and pulseaudio is running, and sound does work in general.

Comment 1 Lennart Poettering 2008-07-27 21:55:58 UTC
Fixed in rawhide, 0.4-2


Note You need to log in before you can comment on or make changes to this bug.