A Simple Tiling Extension for Gnome Shell.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
7 | Unreviewed |
6 | Unreviewed |
5 | Active |
4 | Rejected |
3 | Rejected |
2 | Rejected |
1 | Rejected |
Thank you for the previous reviews. I have fixed the schema path issue and the timeout cleanup as requested. Regarding the deprecated ByteArray module: I have reverted to using it for now, because the modern alternative (TextDecoder) is not available in GNOME 3.38, which this version of the extension still supports. I will switch to TextDecoder once support for older GNOME versions is dropped in a future release.
I didn't reject your extension for `ByteArray` since this is 3.38. As mentioned on version 1 review, `Mainloop` shouldn't be used there. Use [GLib.timeout_add`](https://gjs-docs.gnome.org/glib20~2.0/glib.timeout_add) instead.