Comment 9 for bug 1053288

Revision history for this message
David Callé (davidc3) wrote :

If I try to launch bamf manually:
$ /usr/lib/bamf/bamfdaemon

It fails with:
/usr/lib/bamf/bamfdaemon: error while loading shared libraries: libunity_webapps.so.0: cannot open shared object file: No such file or directory

Renaming the existing libunity-webapps.so.0 as a temporary workaround solves the issue:
$ sudo cp /usr/lib/x86_64-linux-gnu/libunity-webapps.so.0 /usr/lib/x86_64-linux-gnu/libunity_webapps.so.0