Review of "Unofficial Dynamic Panel (Anindra Fork)" version 4.11.1 (1)

Details Page Preview

A GNOME 50-ready fork of Dynamic Panel by Vel (velade/dynamic-panel) that dynamically changes the panel's appearance. Fixes: stuck-autohide recovery, panel restore after unlock, reliable styling after login, smooth single-pass preset transitions with deferred blur, one-click dropdowns. Adds: 8 style presets including reworked frosted Paper and new dark-pinkish Rosewood.

Extension Homepage
https://github.com/TheAloneDevil/Dynamic-panel-Gnome-50-supported-dynamic-panel-velhlkj.com-anindra_delon

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

Shexli found 2 issues that may need reviewer attention.

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

  • lib/func.js:29
    metaWindow.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:40
    this._panelMenu = new PanelMenu(this._settings, this._panel)

All Versions

Version Status
4.11.1 (1) Unreviewed