Review of "Right Click Next" version 7

Details Page Preview

Move windows to the next workspace by right-clicking them in the overview.

Extension Homepage
https://github.com/derVedro/gnome-right-click-next

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:32
                    clone.connect('captured-event', (_actor, event) => {
                        if (event.type() === Clutter.EventType.BUTTON_RELEASE) {
                            if (event.get_button() === 3) {  // Right click
                                const metaWindow = clone.metaWindow;
                     

All Versions

Version Status
9 Active
8 Rejected
7 Active
6 Active
5 Inactive
4 Rejected
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

fmuellner active