Review of "Activate Linux" version 6

Details Page Preview

Replicates the 'Activate Windows' watermark on the bottom right corner of the desktop.

Extension Homepage
https://github.com/bbbenji/gnome-shell-extension-activate-linux

No comments.

Diff Against

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-M-008 warning

extensions using unlock-dialog must document it in disable() comments

Extensions using `unlock-dialog` should document the reason in `disable()` comments.

Session Modes

  • extension.js:74
        disable() {
            if (this._updateTimeoutId) {
                GLib.source_remove(this._updateTimeoutId);
                this._updateTimeoutId = null;
            }
    
            if (this._settingsChangedId) {
                this._settings.disconnect(this._settingsChangedId);
                this._settingsChangedId 

All Versions

Version Status
6 Active
5 Rejected
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

fmuellner active