GNOME Bugzilla – Bug 649147
alternative-status-menu doesn't show Power-off option
Last modified: 2011-05-04 13:56:54 UTC
When Gnome 3.0.0 was released I was able to install gnome-shell-extensions-git in order to get the gnome-shell-extension-alternative-status-menu running so I can see the Power-Off option in the status menu. It was working fine. When upgrading to Gnome 3.0.1 I was able to re-install the extension but the option would not longer show up in the status menu.
Thanks for your bug report, it had already been reported a bit earlier. *** This bug has been marked as a duplicate of bug 649126 ***
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;