Comment 2 for bug 1172953

Revision history for this message
Donjan Rodic (bryonak) wrote :

Ignore the last comment... I forgot to run ldconfig after symlinking.
~$ sudo ln -s /usr/lib/x86_64-linux-gnu/libpython2.7.so /usr/lib/libpython.2.7.so
~$ sudo ln -s /usr/lib/x86_64-linux-gnu/libpython2.7.so.1 /usr/lib/libpython.2.7.so.1
~$ sudo ldconfig
~$ nautilus
sys:1: Warning: g_object_set: assertion `G_IS_OBJECT (object)' failed

Works fine.
So is this something that should be fixed in nautilus-compare by also looking in the /usr/lib/x86_64-linux-gnu/ dir?