Review of "Rounded Corners (Wobble-Compatible)" version 1

Details Page Preview

Rounded window corners fully compatible with Compiz Windows Effect (wobbly windows). Corner rounding is implemented via a fragment-shader SDF in UV space so it never interferes with vertex-level deformation. No set_clip() calls are made, and the extension automatically ensures the correct effect-stack ordering relative to DeformEffect.

Extension Homepage
https://github.com/ametistyt/gnome-roundedcorners-wobble-fix

No comments.

FAQ

Files

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

Shexli (experimental) warning 2

Shexli found 2 issues that may need reviewer attention.

EGO-P-006 warning

unnecessary build and translation artifacts should not be shipped

Compiled GSettings schemas should not be shipped for 45+ packages.

Don't include unnecessary files

  • schemas/gschemas.compiled
    schemas/gschemas.compiled

EGO-L-004 warning

main loop sources should be removed in disable()

Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.

Remove main loop sources

  • extension.js:382
            GLib.idle_add (GLib.PRIORITY_LOW, () => {
                this._ensureOrdering (actor);
                return GLib.SOURCE_REMOVE;
            })

All Versions

Version Status
2 Unreviewed
1 Unreviewed