GNOME Bugzilla – Bug 649126
alternative-status-menu not adding 'Power Off' option
Last modified: 2011-05-04 14:06:19 UTC
Created attachment 187000 [details] Looking Glass error screenshot After installing the latest git release of gnome-shell-extensions (via rpm built on openSUSE Build Service), the alternative-status-menu loads after a gnome-shell restart, however it generates the following error text in Looking Glass Errors. Error text: While loading extension from /usr/share/gnome-shell/extensions/alternative-status-menu@gnome-shell-extensions.gnome.org": Failed to evaluate main function:TypeError: statusMenu is undefined The Power Off option was present in the previous git release, all other loaded extensions are working fine. OS: openSUSE 11.4 Gnome-Shell: 3.0.1 gnome-shell-extensions: git show-ref HEAD f016b95f772f7ca3947ecee7dc2cea55a15e5138 refs/remotes/origin/HEAD
*** Bug 649147 has been marked as a duplicate of this bug. ***
Although it shares the version number with current stable shell (3.0.1, because it is pre-release bumped), git master is meant to go with shell master, which is not compatible with shell 3.0.1 Use alternative-status-menu from the gnome-3-0 branch (3.0.1 tag).
OK, thanks for the clarification, consider this issue closed.
To correct the error sufficient to change the extension.js for: http://pastebin.com/Tmc319gB Change line 102: let statusMenu = Main.panel._userMenu; by: let statusMenu = Main.panel._statusmenu;