Review of "HyperGnome" version 1

Details Page Preview

Hyprland-style tiling window management for GNOME. Automatic dwindle tiling, smooth animations, gaps, active window borders, and Hyprland keybindings.

Extension Homepage
https://github.com/Stasieniec/hypergnome

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 warning 1

Shexli found 3 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

  • src/util/compat.js:14
    win.maximize(Meta.MaximizeFlags.BOTH)
  • src/util/compat.js:25
    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

  • src/util/compat.js:37
    win.get_maximized()
  • src/util/compat.js:51
    win.get_maximized()

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • extension.js:98
    this._tilingToggle = tilingToggle

All Versions

Version Status
1 Unreviewed