After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 647187 - GNOME shell extensions no longer load
GNOME shell extensions no longer load
Status: RESOLVED DUPLICATE of bug 646333
Product: gnome-shell
Classification: Core
Component: extensions
3.0.x
Other Linux
: Normal major
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-08 15:44 UTC by Finnbarr P. Murphy
Modified: 2011-04-08 15:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Finnbarr P. Murphy 2011-04-08 15:44:47 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;
Comment 1 Florian Müllner 2011-04-08 15:51:46 UTC
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 ***