Review of "Smooth Shell Corners" version 0.1.1 (1)

Details Page Preview

Consistent rounded and squircle window corners, crisp text at fractional scaling, and optional shadows. Preview tested on GNOME 50.4; GNOME 45–49 unverified. Native GTK4 corner replacement is enabled by default and requires restarting apps.

Extension Homepage
https://github.com/sssxks/smooth-shell-corners

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 3

Shexli found 3 issues that may need reviewer attention.

EGO-X-004 warning

extensions should avoid synchronous file IO in shell code

Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.

File Operations

  • native-radius.js:56
    file.load_contents(null)
  • shell/window-filter.js:73
    GLib.file_get_contents(`/proc/${pid}/maps`)

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-P-007 warning

JavaScript files should be reachable from extension.js or prefs.js

Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.

Don't include unnecessary files

  • restore-native-radius.js
  • shell/shadows.js
  • tools/restore-native-radius.js

All Versions

Version Status
0.1.3 (3) Unreviewed
0.1.2 (2) Rejected
0.1.1 (1) Rejected

Previous Reviews on this Version

xiangkeshen auto- rejected
Auto-rejected because of new version 0.1.2 (2) was uploaded