Compiz wobbly windows effect thanks to compiz plugin engine. Does NOT requires any external library NB: In case of update error please restart Gnome Shell (on Xorg press ALT+F2 then write r and press enter, on Wayland end the session and log in again) ----------------------------------- Video ----------------------------------- https://youtu.be/G8bAVIB9A7A
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
25 | Active |
24 | Inactive |
23 | Inactive |
22 | Rejected |
21 | Active |
20 | Inactive |
19 | Inactive |
18 | Inactive |
17 | Inactive |
16 | Inactive |
15 | Rejected |
14 | Inactive |
13 | Inactive |
12 | Inactive |
11 | Rejected |
10 | Inactive |
9 | Inactive |
8 | Inactive |
7 | Rejected |
6 | Inactive |
5 | Rejected |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Inactive |
You cannot do `run_dispose()` in extensions: - line 113 src/effects/resize.js - line 170 src/effects/wobbly.js > This function should only be called from object system implementations. https://gjs-docs.gnome.org/gobject20~2.0/gobject.object#method-run_dispose
It's really strange because the lines were already present in the old version, respectively at line 376 and 562 of the extension.js file. The extension.js file has now been simply split. If I'm not mistaken, you had reviewed it back in April of this year. In any case, I'll remove them, thanks.
We had some extensions using that before which we don't want it in extensions anymore. and I'm reviewing all the lines (not only the diffs) for 45 extensions because the old code should be compatible with the current ego guidelines.