Review of "Multi Monitors Add-On" version 3

Details Page Preview

Add multiple monitors overview and panel for gnome-shell.

Extension Homepage
https://github.com/spin83/multi-monitors-add-on.git

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
23 Active
22 Active
21 Active
20 Active
19 Inactive
18 Inactive
17 Active
16 Inactive
15 Active
14 Inactive
13 Inactive
12 Inactive
11 Active
10 Rejected
9 Active
8 Inactive
7 Inactive
6 Inactive
5 Inactive
4 Rejected
3 Inactive
2 Inactive
1 Inactive

Previous Reviews on this Version

Meng Zhuo waiting for author
Disconnect this: icon.connect('notify::visible', Lang.bind(this, this._syncIndicatorsVisible));
spin83 posted a review
Is disconnection relay needed? After icon is removed, function destroy() is executed, so it disconnect all signals from this actor. Am I wrong?
Meng Zhuo active
After check the Gnome-shell C code it's confirmed behavior of gobject. However disconnect signal manually is recommended.