Review of "Go To Last Workspace" version 17

Details Page Preview

Quickly toggle between two workspaces with one key

Extension Homepage
https://github.com/arjan/gnome-shell-go-to-last-workspace

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-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:35
          global.workspace_manager.connect(
            "workspace-switched",
            function (display, prev, current, direction) {
              lastWorkspace = currentWorkspace;
              currentWorkspace = current;
            },
          )

All Versions

Previous Reviews on this Version

JustPerfection active