Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
2 | Active |
1 | Rejected |
Duplicate of https://extensions.gnome.org/extension/32/remove-panel-app-menu/ ?
And https://extensions.gnome.org/extension/585/remove-app-menu/ too
The first one (remove-panel-app-menu) works only with 3.4; the second one doesn't appear (has been removed?)
Heh, sorry, the second one is still pending review...
Ok... the second one is the one in which I based to build this. That one doesn't follow the Gnome Shell guidelines (it just destroys Main.panel.statusArea.appMenu in init(), without allowing to restore it). I wanted to talk the creator, but I had no access to the email, so I decided to adapt it to the normative.
Oh, right, now I remember. Still, you're not correct either: hide() and show() are called normally when opening and closing the overview, so this extension has no effect. You need to change the visibility of container (and then track session mode changes that will restore it), or frob the sessionMode and force a panel update.
Ooops... Ok, that explains why, sometimes, the icon appeared again O:) I'll modify it and upload a new version. Thanks!