GNOME Bugzilla – Bug 647187
GNOME shell extensions no longer load
Last modified: 2011-04-08 15:51:46 UTC
Shell extensions no longer load due to fix for bug 646333: let metadataContents; try { >>> metadataContents = Shell.get_file_contents_utf8_sync(metadataFile.get_path()); } catch (e) { global.logError(baseErrorString + 'Failed to load metadata.json: ' + e); return; } Error displayed by Looking Glass is: "ReferenceError: Shell is not defined" Fix is to add following line to top of file: const Shell = imports.gi.Shell;
Please don't file the same bug report repeatedly. The issue has been fixed in http://git.gnome.org/browse/gnome-shell/commit/?id=b7513097eaf72725. *** This bug has been marked as a duplicate of bug 646333 ***