Review of "Faceplate" version 1

Details Page Preview

Adds a compact profile faceplate to the GNOME top panel, showing your account avatar and display name with optional click actions.

Extension Homepage
https://github.com/muhamadsyafii/faceplate-gnome-shell-extension

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

Shexli found 1 issue that may need reviewer attention.

EGO-L-003 warning

signals connected by extension should be disconnected in disable()

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

Disconnect all signals

  • extension.js:125
            this.menu.connect('open-state-changed', (menu, isOpen) => {
                if (isOpen) {
                    this._syncSystemStatus();
                    this._startStatusRefresh();
                } else {
                    this._stopStatusRefresh();
                }
            })

All Versions

Version Status
2 Unreviewed
1 Rejected

Previous Reviews on this Version

Muhamad Syafii posted a review
Muhamad Syafii auto- rejected
Auto-rejected because of new version 2 was uploaded