Add multiple monitors overview and panel for gnome-shell.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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 |
Disconnect this: icon.connect('notify::visible', Lang.bind(this, this._syncIndicatorsVisible));
Is disconnection relay needed? After icon is removed, function destroy() is executed, so it disconnect all signals from this actor. Am I wrong?
After check the Gnome-shell C code it's confirmed behavior of gobject. However disconnect signal manually is recommended.