GNOME Bugzilla – Bug 683235
Sound will not be available: libcanberra.so: cannot open shared object file: No such file or directory
Last modified: 2012-09-03 15:14:25 UTC
I have libcanberra-gtk3-0 0.29 installed on Ubuntu 12.10, but Clocks can't seem to find it.
Created attachment 223236 [details] [review] Fix libcanberra.so: cannot open shared object file: No such file For one thing, we need the GTK3 version, not the GTK2 version. And then let's go with the file that's installed. I believe this will break if libcanberra ever needs to do a soname bump though.
Review of attachment 223236 [details] [review]: I do not think this is correct, we are using the plain canberra library, not canberra-gtk
Created attachment 223321 [details] [review] Fix libcanberra.so: cannot open shared object file: No such file This should work for now on Debian, Fedora, Ubuntu, etc. http://packages.debian.org/sid/i386/libcanberra0/filelist http://koji.fedoraproject.org/koji/rpminfo?rpmID=3228943 I believe this will break if libcanberra ever needs to do a soname bump though.
That looks good to me, please push it. We should also feed it "upstream": https://github.com/psykoyiko/pycanberra If you contact the author keep me in cc, he already agreed to do another small change, but he had no time to push it yet apparently
Attachment 223321 [details] pushed as a6f7a55 - Fix libcanberra.so: cannot open shared object file: No such file