GNOME Bugzilla – Bug 647180
GNOME shell extensions no longer load
Last modified: 2011-04-08 15:07:00 UTC
Extensions no longer load. Looking Glass reports "Failed to load metadata.json: ReferenceError: Shell is not defined." From extensionsSystem.js: try { metadataContents = Shell.get_file_contents_utf8_sync(metadataFile.get_path()); } catch (e) { global.logError(baseErrorString + 'Failed to load metadata.json: ' + e); return; } Appears to be due to changes made for Bug 646333. Fix is to add line to extensionsSystem.js. const Shell = imports.gi.Shell;
(In reply to comment #0) > Appears to be due to changes made for Bug 646333. Yes, and that bug also includes the fix which has been committed (and is included in version 3.0.0.2) :-) *** This bug has been marked as a duplicate of bug 646333 ***