tags 555656 + moreinfo thanks Hi Hrvoje,
can you please provide the output of: ldd /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so as Michael requested? Looking at my own installation, I see: $ objdump -T /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so | grep gtk_widget_get_window 0000000000000000 DF *UND* 0000000000000000 gtk_widget_get_window $ objdump -T /usr/lib/libgtk-x11-2.0.so.0 | grep gtk_widget_get_window 000000000024a260 g DF .text 0000000000000056 Base gtk_widget_get_window $ objdump -x /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so | grep libgtk-x11-2.0.so.0 NEEDED libgtk-x11-2.0.so.0 $ ldd /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so | grep libgtk-x11-2.0.so.0 libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x00007fa8bdf5e000) Which means that: 1. libcanberra-gtk-module.so references the symbol gtk_widget_get_window 2. /usr/lib/libgtk-x11-2.0.so.0 defines that symbol 3. libcanberra-gtk-module.so declares a dependency on libgtk-x11-2.0.so.0 4. The dynamic linker is resolving that dependency to the file provided by Debian Under these conditions the situation you described should not happen. I have: libcanberra-gtk-module 0.22-1 libgtk2.0-0 2.18.9-2 Thanks, Marcelo -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org