https://bugs.freedesktop.org/show_bug.cgi?id=39034
--- Comment #4 from Chris Vine <[email protected]> 2011-07-08 09:35:50 PDT --- Just to correct one point in case it helps your investigations. objdump shows that gnome-shell is directly linked to libpulsecommon: $ objdump -p /usr/bin/gnome-shell | grep pulse NEEDED libpulse-mainloop-glib.so.0 NEEDED libpulse.so.0 NEEDED libpulsecommon-0.9.22.so However I was wrong about gnome-sound-applet: that one is not (it is only indirectly linked). On a cursory look I have not managed to find any other gnome binaries directly linked to libpulsecommon - no other binaries in /usr/bin or /usr/libexec apart from pulseaudio's own are directly linked to pulsecommon, nor are any libraries in /usr/lib apart from the pulseaudio libraries. This is not of course exhaustive - there are plenty of other binaries and libraries in the system - but it might lead one to believe that the problem is with the gnome-shell package. However, on looking at its configure.ac and the automake files I can't see anything obviously wrong. If you can find anything there I'll file a gnome-shell bug. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
