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 649147 - alternative-status-menu doesn't show Power-off option
alternative-status-menu doesn't show Power-off option
Status: RESOLVED DUPLICATE of bug 649126
Product: gnome-shell
Classification: Core
Component: extensions
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-05-02 06:40 UTC by Alphazo
Modified: 2011-05-04 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alphazo 2011-05-02 06:40:06 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.
Comment 1 Frederic Peters 2011-05-02 08:24:21 UTC
Thanks for your bug report, it had already been reported a bit earlier.

*** This bug has been marked as a duplicate of bug 649126 ***
Comment 2 Miguel Aguilar 2011-05-04 13:56:54 UTC
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;