Review of "Rounded Window Corners" version 1

Details Page Preview

Add rounded corners for all windows

Extension Homepage
https://github.com/yilozt/rounded-window-corners

No comments.

FAQ

Files

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

All Versions

Version Status
12 Rejected
11 Active
10 Active
9 Active
8 Active
7 Active
6 Active
5 Active
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. You should remove the timeout in disable (line 68 app.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources 2. You are using hdy + gtk3 for prefs. Some users won't have hdy installed. Why aren't you using Adw Gtk4 which is included in >=40? 3. Use `ExtensionUtils.getSettings()` instead of creating custom function (line 15 utils/settings.js): https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/b4e63b3a2cac4c2f6866ed430bd6fad51fd91de4/js/misc/extensionUtils.js#L211
Luo Yi posted a review
I will rewrite preferences pages in Gtk4, thanks very much.