Review of "Fildem Global Menu" version 1

Details Page Preview

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.

Extension Homepage
https://github.com/InledGroup/Fildem

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) error 2

Shexli found 2 issues that may need reviewer attention.

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()`.

Meta.Window

  • 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()`.

Meta.Window

  • extension.js:40
    win.get_maximized()
  • extension.js:53
    win.get_maximized()

All Versions

Version Status
2 Unreviewed
1 Rejected

Previous Reviews on this Version

Inled Group auto- rejected
Auto-rejected because of new version 2 was uploaded