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.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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()`.
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.
extension.js:40
this._panelMenu = new PanelMenu(this._settings, this._panel)
| Version | Status |
|---|---|
| 4.11.1 (1) | Unreviewed |