This page is not a bug tracker. If you run into a problem not listed here, please file a bug. |
List of common errors for the module mutter.
Error - gnome-shell/src/libgnome-shell.la (libmozjs.so: cannot load shared object..)
System details: December 2010 - GNOME 3.0 - Ubuntu 10.10)
Stage: Compile
(mutter:17693): mutter-WARNING **: Could not load library [/space/git/gnome/gnome-shell/src/libgnome-shell.la (libmozjs.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)] Command '['mutter', '--mutter-plugins=/space/git/gnome/gnome-shell/src/libgnome-shell.la', '--introspect-dump=/tmp/tmp-introspectAijfZi/types.txt,/tmp/tmp-introspectAijfZi/dump.xml']' returned non-zero exit status 1
Cause:
libmozjs.so not installed in system-wide library path. See https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/576991 (https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/611262 is a duplicate)
Solution:
Ugly but it works:
nazgul@rivendell:/usr/lib$ sudo ln -s /usr/lib/xulrunner-1.9.2.13/libmozjs.so libmozjs.so