Review of "Domestic Tasks" version 1

Details Page Preview

Turns GNOME Shell's native panel into a clean, configurable taskbar with pinned and running apps, live window previews, and optional window switching. Place the panel at the top or bottom, customize its size, spacing, transparency and theme, arrange Shell items, or switch to a native-style panel while keeping the experience lightweight.

Extension Homepage
https://github.com/zamiere/domestic-tasks

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

Shexli found 2 issues that may need reviewer attention.

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • windowsStartMenu.js:1829
    St.Clipboard.get_default()

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

  • multiMonitorController.js:392
    this._menuManager = new PopupMenu.PopupMenuManager(this.actor)

All Versions

Version Status
1 Unreviewed