Global menu and HUD for GNOME. Appmenu. Updated version for the latest GNOME versions. You need to install the companion app. More info on the Github repo. The companion app detects de menus and sends it to the extension via D-Bus.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-C49-003 error
extensions targeting GNOME 49 must not call maximize or unmaximize with Meta.MaximizeFlags
This extension explicitly targets GNOME Shell 49 but still passes `Meta.MaximizeFlags` to `maximize()` or `unmaximize()`.
extension.js:133
win.maximize(Meta.MaximizeFlags.BOTH)
extension.js:129
win.unmaximize(Meta.MaximizeFlags.BOTH)
EGO-C49-004 error
extensions targeting GNOME 49 must not call Meta.Window.get_maximized
This extension explicitly targets GNOME Shell 49 but still calls removed `Meta.Window.get_maximized()`.
extension.js:40
win.get_maximized()
extension.js:53
win.get_maximized()
| Version | Status |
|---|---|
| 2 | Unreviewed |
| 1 | Rejected |