GNOME Bugzilla – Bug 673136
sushi doesn't start in nautilus.
Last modified: 2012-05-01 01:42:48 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=806180 Click space key in nautilus -> No response Steps to Reproduce: 1. launch nautilus 2. move a media file (like a jpg file) 3. click space key sushi-0.4.0-1.fc17.x86_64 nautilus-3.4.0-1.fc17.x86_64 gvfs-1.12.0-1.fc17.x86_64 gtk3-3.4.0-1.fc17.x86_64 glib2-2.32.0-1.fc17.x86_64 clutter-1.10.0-2.fc17.x86_64 clutter-gtk-1.2.0-1.fc17.x86_64 cogl-1.10.0-1.fc17.x86_64 gjs-1.32.0-1.fc17.x86_64 dbus-1.4.10-4.fc17.x86_64
This bug still happens in sushi-0.4.1-1.fc17.x86_64. Maybe, sushi seem to find wrong GL lib. $ ldd /usr/libexec/sushi-start |grep GL libGL.so.1 => /usr/lib64/libGL.so.1 (0x00007f4664b62000) <-- wrorng Because this linux system is using nvidia closed source driver. # ldconfig -v /usr/lib64/nvidia: [...] libGL.so.1 -> libGL.so.290.10 In another gl program. $ ldd /usr/bin/glxgears | grep GL libGLEW.so.1.6 => /lib64/libGLEW.so.1.6 (0x00007fa98451a000) libGLU.so.1 => /lib64/libGLU.so.1 (0x00007fa9842ac000) libGL.so.1 => /usr/lib64/nvidia/libGL.so.1 (0x00007fa983f95000) <--- Rright